@import url("../fonts/inter.css");
@import url('animate.css');
@import url('../bootstrap/bootstrap.min.css');
@import url('virtual-select.min.css');

/* start of css reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end of css reset */

body {
    font-family: 'Inter', sans-serif;
    background-image: url(../images/background.png);
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
}

.clearall {
    display: block;
    content: "";
    clear: both;
}

.wrapper,
.ctl-fix-nav {
    width: 100%;
    margin: auto;
}


.ctl-hei-hun {
    position: relative;
    height: 100vh;
}

.ctl-fix-nav {
    position: fixed;
    box-sizing: border-box;
    left: auto;
    bottom: 0;
    z-index: 1;
}


.ctl-hei-aut {
    position: relative;
    height: auto;
}

.top-i-top {
    padding: 50px 25px 50px 25px;
}

.bot-i-top {
    padding: 0 25px 30px 25px;
}



.ctl-log-con {
    width: auto;
    margin: auto;

}

.ctl-log-con img {

    max-width: 175px;
    height: auto;
    display: block;
    margin: auto;
    object-fit: contain;
}



.cmp-tab-blo {
    text-align: center;
}

.ctl-tab-btn {
    display: -webkit-inline-flex;
    display: inline-flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px 10px #f5f5f3;

}


.ctl-tab-btn li a,
.ctl-tab-btn li span {


    color: #3A3A3C;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 15px 35px;
    cursor: pointer;
}

.ctl-tab-btn li.active {
    background-color: #363636;
    border-radius: 10px;
}

.ctl-tab-btn li.active span {
    color: #fff;
}

/* .bot-i-cen { */
/* background-image: url(../images/back-vector.png);
    background-repeat: repeat;
    background-position: bottom;
    background-size: contain;
    height: auto; */
/* } */

.bot-i-cen {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
}


.cmp-log-pad {
    padding-bottom: 25px;
}

.cmp-sub-tic {
    /* padding-bottom: 25px; */
    padding-bottom: 90px;
}


.cmp-for-pas {
    padding-bottom: 25px;
}

.cmp-new-pas {
    padding-bottom: 25px;
}

.cmp-suc-pad {
    padding-bottom: 25px;
}

.cmp-rai-com {
    padding-bottom: 25px;
}







.cmp-usr-inf {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    height: auto;
    display: none;
    transition: all 0.5s ease-in-out;
}

.cmp-exi-iss {
    padding-bottom: 100px;
}

.ctl-add-pad {
    padding-bottom: 80px;
}

/* */
.ctl-lab-top {
    margin-bottom: 10px;
}

.ctl-lab-top label {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
}


.ctl-inp-fie-con input,
.ctl-inp-fie-con input::placeholder,
.ctl-inp-fie-con select {
    font-size: 12px;
}

.ctl-inp-fie-con input {
    color: #3A3A3C;

    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    background-color: transparent;
}

.ctl-inp-fie-con input::placeholder {
    color: #3A3A3C;
    font-family: 'Inter', sans-serif;

    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-inp-fie-con input:focus,
.ctl-inp-fie-con select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #EDEDED;
}

.ctl-inp-fie-con select {
    color: #3A3A3C;

    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    background-color: transparent;
}

.ctl-inp-fie-con select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ctl-inp-pos-blo {
    position: relative;

}

.ctl-inp-ico-lft {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.ctl-inp-ico-lft svg {
    display: block;
}

/* .ctl-inp-ico-rit svg {} */

.ctl-inp-ico-rit {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.error-message p {
    color: #ff0000;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    padding-top: 5px;
}

.cmp-com-blo {
    margin-bottom: 33px;
}

.cmp-sub-bot {
    margin-top: 25px;
}

.ctl-pas-rec-lnk {
    float: right;
}

.ctl-pas-rec-lnk a {
    color: #bd3c39;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
}

.ctl-com-inp input,
.ctl-com-inp a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 13px 35px;
    background-color: #bd3c39;
    border-radius: 23px;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.ctl-com-inp input:hover,
.ctl-com-inp a:hover,
.ctl-log-btn a:hover {
    background-color: #9f1e1b;
    transition: all 0.3s ease-in-out;
}

.ctl-com-inp input:focus,
.ctl-com-inp a:focus {
    outline: 0;
    border: none;
    box-shadow: none;
}

.ctl-cur-poi {
    cursor: pointer;
}

/* .select {
    position: relative;
    width: 100%;
    box-shadow: none;
}

.select .select-property {

    color: #3A3A3C;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    width: 100%;
    padding: 15px 40px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select .select-property:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-right: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    transition: 0.2s ease;
}

.select .select-property.toggle {
    border-radius: 3px 3px 0 0;
}

.select .select-property.toggle:after {
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
}

.select .selectDropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 1px solid #eee;
    z-index: 1;
    background: #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    visibility: hidden;
    transition: 0.2s ease;
    box-shadow: 0 2px 2px #EDEDED;
}

.select .selectDropdown .ctl-option {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    padding: 10px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.select .selectDropdown .ctl-option:hover {
    background-color: #f7f6f3;
}

.select .selectDropdown.toggle {
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
} */

::-moz-selection {
    color: #ffffff;
    background-color: #bd3c39;
}

::selection {
    color: #ffffff;
    background-color: #bd3c39;
}

/* i t */

.cmp-sel-pro {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.cmp-ext-iss {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 20px 20px;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.ctl-cus-bor-col {
    /* border: 1px solid #d9d9d9; */
}

.ctl-typ-itm {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}

.ctl-typ-itm li a {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 10px 5px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
    height: 100%;
    box-sizing: border-box;
}

.ctl-typ-itm li a:hover {
    background-color: #bd3c39;
    transition: all 0.3s ease-in-out;

}

.ctl-typ-itm li a:hover .ctl-itm-hdr h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    text-shadow: none !important;
}

.ctl-typ-itm li a:focus {
    background-color: #bd3c39;
    transition: all 0.3s ease-in-out;
}

.ctl-typ-itm li a:focus .ctl-itm-hdr h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    text-shadow: none !important;
}

.ctl-typ-act li a.active {
    background-color: #bd3c39;
    transition: all 0.2s ease-in-out;
}

.ctl-typ-act li a.active .ctl-itm-hdr h4 {
    color: #fff;
    font-weight: 600;
    text-shadow: none;
}

.ctl-itm-ico {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
}

.ctl-itm-ico svg {
    margin: auto;
}

.ctl-itm-inf {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.ctl-itm-ico img,
.ctl-not-ico img {
    max-width: 24px;
    object-fit: contain;
    height: 24px;
}


.ctl-itm-hdr h4 {
    color: #3A3A3C;

    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    transition: all 0.3s ease-in-out;
}

.ctl-itm-hdr h4,
.ctl-not-hdr h4 {
    font-size: 12px;
    font-weight: 400;
}

/* r n */


.ctl-typ-not {
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); */
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}



.ctl-typ-not li a {
    border: 1px solid #EDEDED;
    border-radius: 6px;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease-in-out;
    height: 100%;
    box-sizing: border-box;
}



.ctl-typ-not a:hover {
    background-color: #bd3c39;
    transition: all 0.3s ease-in-out;

}


.ctl-typ-not li a:hover .ctl-not-hdr h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    text-shadow: none !important;
}


.ctl-typ-not li a:focus {
    background-color: #bd3c39;
    transition: all 0.3s ease-in-out;
}


.ctl-typ-not li a:focus .ctl-not-hdr h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    text-shadow: none;
}

.ctl-not-act li a.active {
    background-color: #bd3c39;
    transition: all 0.2s ease-in-out;
}

.ctl-not-act li a.active .ctl-not-hdr h4 {
    color: #fff;
    font-weight: 600;
    text-shadow: none;
}

.ctl-not-inf {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-not-ico {
    margin-right: 10px;
}

.ctl-not-hdr h4 {
    color: #3A3A3C;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    transition: all 0.3s ease-in-out;
}

/*  */


.cen-i-top {
    background-color: #ffffff;

}

.cmp-nav-bot {
    padding: 20px;
    background-color: #bd3c39;
}

.ctl-nav-inf {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

}

.ctl-nav-blo {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-nav-ico {
    margin-right: 5px;
}

.ctl-nav-ico svg {
    width: 15px;
}

.ctl-nav-tit h4 {
    color: #ffffffb5;
    text-shadow: none;
    font-size: 11px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    /* transition: all 0.3s ease-in-out; */
}

.ctl-nav-tit h4.active {
    color: #bd3c39;
}

.ctl-nav-inf li a {
    text-decoration: none;
    /* display: block; */
    /* height: 100%; */
}

.ctl-nav-inf li a:hover .ctl-nav-tit h4 {
    color: #fff;
    /* transition: all 0.3s ease-in-out; */
}

.ctl-nav-inf li a:focus .ctl-nav-tit h4 {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.ctl-nav-inf li a:hover .icon-hover-hide,
.ctl-nav-inf li a:focus .icon-hover-hide {
    display: none;

}



.ctl-nav-inf li a:hover .icon-hover-show {
    display: block;

}

.ctl-nav-inf li a:focus .icon-hover-show {
    display: block;
}

.cmp-hdr-top h1 {
    color: #071C35;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}

.top-i-cen {
    padding: 0 35px 40px 35px;
}

.cmp-hdr-top {
    margin-bottom: 5px;
}

.cmp-des-bot p {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}

.cmp-for-pad {
    padding: 0px 40px;
}

.ctl-sig-bck,
.ctl-log-out {
    margin-top: 20px;
    text-align: center;
}

.ctl-sig-bck input,
.ctl-sig-bck a {
    color: #CEBA81;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: inline-flex;
    justify-content: center;
    padding: 13px 35px;
    background-color: inherit;
    border-radius: 23px;
    border: none;
    width: auto;
    cursor: pointer;
    box-sizing: border-box;
}

.ctl-log-out input,
.ctl-log-out a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 13px 35px;
    background-color: inherit;
    border-radius: 23px;
    border: 1px solid #000 !important;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
}

.ctl-log-out input:hover,
.ctl-log-out a:hover {
    color: #fff !important;
    background-color: #000;
    font-weight: 600 !important;
    text-shadow: none;
}

.cmp-pas-blo li:not(:last-child) {
    margin-bottom: 20px;
}

.cmp-pas-blo li a {
    background-color: #F4F4F4;
    border-radius: 6px;
    padding: 18px 18px;
    transition: all 0.2s ease-in-out;
    display: block;
    text-decoration: none;
}

.cmp-pas-blo li a:hover {
    background-color: #071C35;
    transition: all 0.2s ease-in-out;
}

.cmp-pas-blo li a:focus {
    background-color: #071C35;
    transition: all 0.2s ease-in-out;
}

.cmp-pas-blo li a:hover .ctl-rec-txt h5 {
    color: #CEBA81;
    transition: all 0.2s ease-in-out;
}

.cmp-pas-blo li a:focus .ctl-rec-txt h5 {
    color: #CEBA81;
    transition: all 0.2s ease-in-out;
}

.ctl-for-pas {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.ctl-pas-ico {
    margin-right: 15px;
}

.ctl-rec-hdr h4 {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 5px;
}

.ctl-rec-txt h5 {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    transition: all 0.2s ease-in-out;
}

.ctl-rec-act li a.active {
    background-color: #071C35;
    transition: all 0.1s ease-in-out;
}

.ctl-rec-act li a.active .ctl-rec-txt h5 {
    color: #CEBA81;
}

/*  */
.ctl-log-btn input,
.ctl-log-btn a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-family: 'Inter', sans-serif;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 13px 35px;
    background-color: #CEBA81;
    border-radius: 23px;
    border: none;
    width: 140px;
    cursor: pointer;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

/*  */
.ctl-pas-flx {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctl-pas-rit a {
    color: #CEBA81;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-align: right;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
}

.ctl-pas-lft,
.ctl-pas-rit {
    width: 50%;
}

.ctl-inp-otp {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 20px;
    position: relative;
}

.ctl-inp-otp input {
    color: #3A3A3C;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: center !important;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    height: 50px;
}

.ctl-inp-otp input::placeholder {
    color: #3A3A3C;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-inp-otp input:focus,
.ctl-inp-otp select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #EDEDED;
}

.ctl-pro-ban img {
    width: 100%;
    height: 200px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

.cmp-pro-blo {
    position: relative;
}

.ctl-pro-pic {

    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -55px;
}

.ctl-pro-pic img {
    width: 100px;
    height: 100px;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    background-color: #ffffff;
}

/*  */
.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]) {
    background-image: none;
}

.ctl-inv-blo {
    position: absolute;
    margin-top: 0;
    font-size: inherit;
    bottom: -23px;
}

.ctl-inv-blo span {
    color: #dc3545;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding-top: 5px;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none;
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
    box-shadow: none;
}

.dd {
    width: 100%;
}

/*  */
.cmp-mar-ovr {
    margin-bottom: 15px;
}

.ctl-inp-for-con input {
    color: #CEBA81;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    background-color: transparent;
}

.ctl-inp-for-con input::placeholder {
    color: #CEBA81;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-inp-for-con input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    background-color: transparent;
    color: #CEBA81;
}

.icon-hover-show {
    display: none;

}

.cmp-pas-blo li a:hover .icon-hover-hide,
.ctl-rec-act li a.active .icon-hover-hide {
    display: none;
}

.cmp-pas-blo li a:hover .icon-hover-show,
.ctl-rec-act li a.active .icon-hover-show {
    display: block;
}



.ctl-typ-itm li a:hover .icon-hover-hide,
.ctl-typ-act li a.active .icon-hover-hide {
    display: none;
}

.ctl-typ-itm li a:hover .icon-hover-show,
.ctl-typ-act li a.active .icon-hover-show {
    display: block;
}

.ctl-typ-not li a:hover .icon-hover-hide,
.ctl-not-act li a.active .icon-hover-hide {
    display: none;
}

.ctl-typ-not li a:hover .icon-hover-show,
.ctl-not-act li a.active .icon-hover-show {
    display: block;
}

.ctlpwdact g path {
    stroke: #CEBA81;

}

.swal-button {
    background-color: #CEBA81;
    transition: all 0.3s ease-in-out;
}

.swal-button:focus {
    outline: none;
    border: 0;
    box-shadow: none;
}

.swal-button:not([disabled]):hover {
    background-color: #9e833d;
    transition: all 0.3s ease-in-out;
}

.swal-footer {
    text-align: center;
}

.swal-title {
    color: #3A3A3C;
    font-family: 'Inter', sans-serif;
}

.swal-text {
    text-align: center;
}

.ctl-icon-hide {
    display: none;
}

.ctl-icon-show {
    cursor: pointer;
}

.ctlactclass svg:nth-child(1) {
    display: none;

}

.ctlactclass svg:nth-child(2) {
    display: block;
    cursor: pointer;
}

/*  */

.cmp-tab-blo {
    text-align: center;
}

.ctl-tab-lnk {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-justify-content: space-between;
    justify-content: space-between;

    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: #ffffff; */
    /* border-radius: 10px; */
    /* overflow: hidden; */
    /* box-shadow: 0 0 10px 10px #f5f5f3; */
}


.ctl-tab-lnk li a,
.ctl-tab-lnk li span {


    color: #3A3A3C;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 10px 10px;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.ctl-tab-lnk li.active {
    /* background-color: #071C35; */
    /* border-bottom: 3px solid #CEBA81; */

}

.ctl-tab-lnk li.active span {
    color: #bd3c39;
    border-bottom: 3px solid #bd3c39;
}

.cmp-tab-inf {
    /* background-color: #ffffff; */
    /* border-radius: 12px; */
    /* padding: 20px 20px; */
    height: auto;
    display: none;
    transition: all 0.5s ease-in-out;

}

.cmp-com-tab-top {
    padding: 20px 20px 8px 20px;

    background-color: #ffffff;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(0.25turn, #f3f3f26e, #e7dec457, #f3f3f26e);
    border-image-slice: 1;
    width: 100%;
}

.cmp-rai-com-opn li {
    padding: 20px 20px 20px 20px;
    background-color: #ffffff;
}

.cmp-rai-com-opn li:not(:last-child) {

    border-bottom: 3px solid transparent;
    border-image: linear-gradient(0.25turn, #f3f3f26e, #edecea, #f3f3f26e);
    border-image-slice: 1;
    width: 100%;
}

.cmp-com-inf-bot {

    /* padding-left: 25px; */
    /* padding-right: 25px; */
    /* padding-top: 25px; */
    padding-bottom: 65px;
}

.cmp-rai-bck-col {
    /* background-image: none; */
    /* background-color: #ffffff; */

}

.ctl-dat-tim-txt h4 {
    color: #BCBCBC;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
}

.ctl-rai-tic-id h3,
.ctl-rai-iss-typ h3 {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 5px;
}

.ctl-rai-tic-id h4 {
    text-transform: uppercase;
}

.ctl-rai-iss-typ h4 {
    text-transform: capitalize;
}

.ctl-rai-tic-id h4,
.ctl-rai-iss-typ h4 {
    color: #3A3A3C;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: left;

    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;

}

.ctl-rai-btn-con {
    text-align: right;
}



.ctl-rai-btn-con span,
.ctl-rai-btn-con input[type="button"] {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    border-radius: 13px;
    padding: 5px 10px;
    display: inline-flex;
}

.ctl-btn-open span,
.ctl-btn-open input[type="button"] {
    color: #E73232;
    background-color: #FFF0F0;
    border: 1px solid #FF4343;
}

.ctl-btn-in-progress span,
.ctl-btn-in-progress input[type="button"] {
    color: #B29339;
    background-color: #FFFBF0;
    border: 1px solid #CEBA81;
}

.ctl-btn-closed span,
.ctl-btn-closed input[type="button"] {
    color: #5B9C33;
    background-color: #F3FDED;
    border: 1px solid #5B9C33;
}

.ctl-rai-flx-blo {
    display: -webkit-flex;
    display: flex;

    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;

    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.ctl-rai-ico-lft {
    margin-right: 10px;
}

.ctl-rai-grd-blo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-columns: repeat(2, minmax(115px, 1fr)) 1fr; */
}

.ctl-rai-inf-top {
    margin-bottom: 15px;
}

.ctl-iss-typ-ico img {
    max-width: 24px;
    object-fit: contain;
    max-height: 24px;
}

.ctl-pas-ico img {
    max-width: 30px;
    object-fit: contain;
    max-height: 30px;
}

/* multiselect start */
.vscomp-ele {
    max-width: 100%;
}

.vscomp-toggle-button {
    padding-left: 40px;
}

.vscomp-wrapper.focused .vscomp-toggle-button,
.vscomp-wrapper:focus .vscomp-toggle-button {
    box-shadow: none;
}

.vscomp-value,
span.vscomp-option-text,
span.vscomp-toggle-all-label {
    color: #3A3A3C;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
}



.pop-comp-wrapper {
    box-shadow: none;
    border: 1px solid #dddddd;
}

.vscomp-dropbox-close-button {
    bottom: auto;
    top: -48px;
    left: auto;
    right: 0;
}

.vscomp-dropbox {
    border-radius: 5px;

}


.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 5px 5px 5px 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

/* multiselect end*/

/* empty state  no ticket start */


.empty-state {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.ctl-no-tic-blo {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}

.ctl-no-tic-ico img {
    max-width: 156px;
    height: 156px;
    object-fit: contain;
}

.ctl-no-tic-ico {
    margin-bottom: 40px;
}

.ctl-no-tic-des h5 {
    color: #071C35;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;
    padding-bottom: 8px;
}

.ctl-no-tic-des p {
    color: #717171;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-transform: inherit;
    text-decoration: none;
    line-height: normal;
    letter-spacing: normal;

}



/* empty state no ticket end */

/* additional css start */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


/* additional css end */

/* start of responsive */

@media only screen and (max-width: 413px) {
    .ctl-itm-ico {

        margin-bottom: 10px;
    }

    .ctl-typ-itm {

        /* grid-template-columns: 1fr 1fr; */
    }

    .ctl-typ-not {
        /* grid-template-columns: 1fr 1fr; */
    }

    .ctl-nav-ico svg {
        width: 10px;

        object-fit: contain;
    }

    .ctl-nav-ico {
        margin-right: 5px;
    }

    .ctl-rai-tic-id h3,
    .ctl-rai-iss-typ h3 {
        font-size: 10px;
    }

    .ctl-nav-tit h4 {
        font-size: 10px;
    }

    .ctl-hei-hun {
        height: 100%;
    }

    .ctl-typ-itm li a {
        padding: 10px 5px;
    }

    .ctl-com-inp input,
    .ctl-com-inp a,
    .ctl-itm-hdr h4,
    .ctl-not-hdr h4,
    .ctl-inp-fie-con select,
    .ctl-inp-fie-con input,
    .ctl-inp-fie-con input::placeholder,
    .ctl-log-out input,
    .ctl-inv-blo span,
    .ctl-log-out a,
    .ctl-pas-rec-lnk a,
    .ctl-tab-btn li a,
    .ctl-tab-btn li span,
    .ctl-inp-for-con input,
    .ctl-inp-for-con input::placeholder,
    .ctl-rec-hdr h4,
    .ctl-sig-bck input,
    .ctl-sig-bck a,
    .ctl-log-btn input,
    .ctl-log-btn a,
    .vscomp-value,
    span.vscomp-option-text,
    span.vscomp-toggle-all-label {
        font-size: 10px;
    }

    .ctl-rai-tic-id h4,
    .ctl-rai-iss-typ h4,
    .ctl-rai-btn-con span,
    .ctl-rai-btn-con input[type="button"],
    .ctl-dat-tim-txt h4 {
        font-size: 10px;
    }

    .ctl-tab-lnk li a,
    .ctl-tab-lnk li span {
        font-size: 11px;
    }

    .cmp-des-bot p,
    .ctl-no-tic-des p {
        font-size: 11px;
    }

    .cmp-for-pad {
        padding-right: 15px;
        padding-left: 15px;
    }

    .cmp-hdr-top h1 {
        font-size: 20px;
    }

    .ctl-inp-otp {

        grid-column-gap: 10px;
    }

    .bot-i-cen,
    .cmp-sel-pro,
    .cmp-nav-bot,
    .top-i-top {

        padding-left: 15px;
        padding-right: 15px;
    }

    body {

        background-size: auto;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
        font-size: 11px !important;
        width: 180px !important;
    }
}

@media(max-width:767px) {
    div.ff_fileupload_wrap .ff_fileupload_dropzone {
        height: 100px !important;
    }

    .ff_fileupload_wrap .ff_fileupload_dropzone {
        background-size: 20% !important;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
        font-size: 11px !important;
    }

    .ff_fileupload_fileinfo,
    .ff_fileupload_buttoninfo,
    .ff_fileupload_errors {
        font-size: 10px !important;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview .ff_fileupload_actions_mobile {
        display: none !important;
    }

    .ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions {
        display: block !important;
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 368px) {
    .cmp-hdr-top h1 {
        font-size: 18px;
    }

    .ctl-lab-top label {
        font-size: 10px;
    }

    .ctl-nav-tit h4 {
        font-size: 10px;
    }

    .ctl-typ-itm {
        grid-template-columns: 1fr 1fr;
    }

    .ctl-typ-not {
        grid-template-columns: 1fr 1fr;
    }

    .ctl-rai-tic-id h4,
    .ctl-rai-iss-typ h4,
    .ctl-rai-btn-con span,
    .ctl-rai-btn-con input[type="button"],
    .ctl-dat-tim-txt h4 {
        font-size: 8px;
    }

    .ctl-tab-lnk li a,
    .ctl-tab-lnk li span {
        font-size: 10px;
    }

    .ctl-rai-tic-id h3,
    .ctl-rai-iss-typ h3 {
        font-size: 7px;
    }

    body {
        background-size: auto;
    }

    .ctl-inp-otp input {
        height: auto;
    }

    .ctl-log-con img {
        max-width: 125px;
    }

    div.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
        width: 140px !important;
    }
}

@media only screen and (max-width: 260px) {


    .ctl-typ-itm {
        grid-template-columns: 1fr;
    }

    .ctl-typ-not {
        grid-template-columns: 1fr;
    }


}



@media only screen and (min-width: 992px) {

    .wrapper,
    .ctl-fix-nav {
        width: 70%;
    }

    .cmp-des-ver {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 20px;
    }

}




@media only screen and (max-width: 991px) and (orientation:landscape) {
    .ctl-no-tic-ico img {
        max-width: 95px;
        height: 95px;
    }

    .ctl-no-tic-ico {
        margin-bottom: 15px;
    }

    .ctl-no-tic-des h5 {
        font-size: 14px;
    }

    .ctl-no-tic-des p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 653px) and (orientation:landscape) {
    .ctl-no-tic-ico img {
        max-width: 64px;
        height: 64px;
    }

    .ctl-no-tic-ico {
        margin-bottom: 5px;
    }

    .ctl-no-tic-des h5 {
        font-size: 14px;
    }

    .ctl-no-tic-des p {
        font-size: 12px;
    }
}


/* end of responsive */

#login_form svg path,
#register svg path,
[data-url="/new-issues"] svg path,
#profile_form svg path {
    stroke: #bd3c39 !important;
}

.ctl-fix-nav svg path {
    stroke: unset !important;
    fill: #bd3c39;
}

.cmp-nav-bot svg path {
    fill: #ffffffb5;
}

.cmp-nav-bot .ctl-nav-tit h4.active {
    color: #ffffff;
}

.ctl-typ-itm li a:hover img {
    mix-blend-mode: screen;
}

.ctl-typ-not li a:hover img {
    mix-blend-mode: screen;
}

.ctl-btn-open input[type="button"][value="Close"] {
    color: #21a74d;
    background-color: #50c87824;
    border-color: #21a74d;
}

.ff_fileupload_wrap table.ff_fileupload_uploads tr {
    display: flex;
    align-items: center;
    border: 1px solid #ccc !important;
    border-radius: 10px;
    padding: 0 15px !important;
    margin-top: 15px !important;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions {
    margin-left: auto;
    margin-right: 10px;
    width: auto !important;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_actions button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px !important;
}

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_preview {
    width: auto !important;
}

.ff_fileupload_wrap .ff_fileupload_dropzone {
    background-size: 12%;
    border-radius: 6px !important;
    height: 140px !important;
}

.ff_fileupload_fileinfo,
.ff_fileupload_buttoninfo,
.ff_fileupload_errors {
    margin-top: 5px;
}

.cmp-for-pas .ctl-rec-act li a.active {
    background-color: #bd3c39 !important;
}

.cmp-for-pas .ctl-rec-act li a.active .ctl-rec-hdr h4 {
    color: #e1e1e1 !important;
}

.cmp-for-pas .ctl-inp-for-con input {
    color: #000 !important;
}

.cmp-for-pas .ctl-rec-act li a.active .ctl-inp-for-con input {
    color: #fff !important;
}

.cmp-for-pas .ctl-inp-for-con input::placeholder {
    color: #e1e1e1 !important;
}

.cmp-for-pas .ctl-com-inp a {
    background-color: #000 !important;
}

.cmp-for-pas .cmp-pas-blo li a:hover {
    background-color: #bd3c39 !important;
}

.cmp-for-pas .ctl-sig-bck a {
    color: #bd3c39 !important;
}