/* Keep this for all project */

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 100;
    src: url(fonts/SFPro/SF-Pro-Text-Light.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/SFPro/SF-Pro-Text-Regular.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/SFPro/SF-Pro-Text-Medium.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 500;
    src: url(fonts/SFPro/SF-Pro-Text-Semibold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 600;
    src: url(fonts/SFPro/SF-Pro-Text-Bold.otf);
}

@font-face {
    font-family: 'MainFont';
    font-style: normal;
    font-weight: 700;
    src: url(fonts/SFPro/SF-Pro-Text-Heavy.otf);
}

@font-face {
    font-family: 'SecondFont';
    font-style: normal;
    font-weight: 300;
    src: url(fonts/productsans/ProductSans-Regular.ttf);
}

/*open sans*/
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/openSans/open-sans-v15-cyrillic_greek-ext_vietnamese_latin_greek_latin-ext_cyrillic-ext-regular.woff2) format('woff2');
}

/* Playfair Display */
@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v29/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvXDZbtXK-F2qC0usEw.woff) format('woff');
}


.body, div, a, button, span, input, section,footer,header {
    font-family: "Open Sans", "Arial", sans-serif;
}

.font2 {
    font-family: "SecondFont", sans-serif !important;
}

body {
    background: #fff;
}

/* Keep until here */

/* Dashboard */
.dashboardSection01 {
    background-color: #053941;
    padding: 7% 0 0;
    margin-top: 35px;
}

.dashboardSection01Box {
    background-color: white;
    padding: 3% 3%;
    position: absolute;
    box-shadow: 1px 3px 16px 0px rgb(0 0 0 / 13%);
    top: 50%;
}

.dashboardSection01Border{
    border-left: 2px solid #f5f5f5;
}

.dashboardSection01Border:first-child{
    border-left: none;
}

.dashboardSection01Title {
    color: white;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
}

.dashboardSection01Content{
    font-size: 15px;
}

.dashboardSection01Content {
    color: #fff ;
}

.dashboardText {
    color: black;
    font-size: 15px;
}

.dashboardText2 {
    color: black;
    font-size: 20px;
    font-weight: 700;
}

.greenText {
    color: #77c823;
}

.redText {
    color: red;
}

.dashboardSection02 {
    padding: 5%;
/*    padding-top: 15%;*/
    background-color: white;   
}

.dashboardSection02Box {
    background-color: white;
    box-shadow: 1px 3px 16px 0px rgb(0 0 0 / 13%);
    border: 1px solid #fbfbfb;
}

.vehicleBoxBg {
    background-color: #e5e5e5;
    margin: -1px;
    padding: 3%;
}

.vehicleBoxBg.active {
    background-color: #ebfafd;
}

.renewBtn {
    padding: 10px 50px !important;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background-color: #76c820;
    border-radius: 20px;
    color: white !important;
}

.coverBtn {
    padding: 10px 50px !important;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    border-radius: 20px;
    background-color: #00c3e8;
    color: white !important;
}

.dashboardIcon {
    width: 50%;
}

.carIcon img {
    width: 50%;
}

.announcementBox {
    padding: 5%;
    padding-left: 0;
}

.announcementBox {
    padding-right: 0;
}

.announcementImg {
    width: 100%;
    box-shadow: 1px 3px 16px 0px rgb(0 0 0 / 13%);
    filter: brightness(60%);
}

.announcementText {
    position: absolute;
    color: white;
    top: 20%;
    font-size: 18px;
    left: 15%;
    width: 65%;
    font-weight: 700;
}

.announcementTextSub {
    position: absolute;
    color: white;
    top: 45%;
    font-size: 14px;
    left: 15%;
    width: 65%;
    font-weight: 700;
}

.announcementLogo {
    position: absolute;
    color: white;
    top: 55%;
    font-size: 14px;
    left: 10%;
    width: 20%;
    font-weight: 700;
}



.announcementDate {
    position: absolute;
    top: 70%;
    left: 15%;
    color: white;
    font-size: 15px;
    font-style: italic;
}

/* Profile */
.profileBG {
    background-color: #053941;
    margin-top: 100px;
}

.profilePic {
    width: 50%;
    border: 5px solid white;
    border-radius: 100%;
    margin-top: -25%;
}

.editFont {
    text-decoration: underline !important;
    color: #00c3e8 !important;
    font-size: 17px;
    font-weight: 600;
}

.profileFont {
    font-size: 15px;
    word-break: break-word;
}

.profileBox {
    padding: 3%;
    box-shadow: 1px 3px 16px 0px rgb(0 0 0 / 13%);
}

.uploadBox {
    padding: 20px;
    border: 1px dashed #C6CCD6;
    background-color: #F9F9FB;
    cursor: pointer;
}

/* Slides */
.slideshow-container {
    position: relative;
}

.newsSlide {
    display: none;
    height: 100%;
}

.dot {
    cursor: pointer;
    height: 9px;
    width: 9px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dot.active {
    background-color: #00b2ce;
}

.dot:hover {
    background-color: #00b2ce;
    opacity: 0.75;
}

.fading {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/* Default Button */
.btn-primary {
    font-weight: 400;
    font-size: 12px;
    padding: 10px !important;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    border-radius: 20px;
    text-align: center !important;
}

.btn-primary:hover {
    opacity: 0.7;
    background-color: #00B2CE;
}

.btn-primary.btn-pink:hover {
    opacity: 0.7;
    background-color: #ff33b6;
}

.btn-primary.black {
    background-color: black;
}

.btn-primary.black:hover {
    opacity: 0.7;
    background-color: black;
}

.btn-primary.gray {
    background-color: #767c8a;
}

.btn-primary.gray:hover {
    opacity: 0.7;
    background-color: #767c8a;
}

.walletBox {
    width: 250px;
    background-image: url(../images/project/walletBox.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 50px;
    margin-right: 20px;
}

.walletBoxText1 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 3px;
}

.walletBoxText2 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.btn-more {
    font-weight: 400;
    font-size: 8px;
    color: #fff;
    background: rgb(98,186,232);
    background: linear-gradient(90deg, rgba(98,186,232) 0%, rgba(63,104,176) 100%);
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    border: unset;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 3px;
    padding: 5px 18px;
}

.goldLine {
    height: 3px;
    display: block;
    padding-top: 2px;
    background: rgb(140,96,52);
    background: -webkit-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: -o-linear-gradient(left, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%);
    background: linear-gradient(to right, rgba(140,96,52) 0%, rgba(255,231,159) 50%, rgba(166,112,51) 100%); 
}

.dashboardSection03 {
    padding: 20px 0 20px 20px;
}
 
.dashboardSection03Bg {
    background-image: url(../images/project/dashboardBG2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.dashboardSection03Content {
    background-color: #E0EAF0;
    padding-bottom: 30px;
}

.dashboardSection03Padding {
        padding-top: 18px;
}

.dashboardSection03Title {
    width: 230px;
    margin-top: 25px;
    padding: 5px 0px 5px 20px;
    background-color: #fff;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 3px;
}

.dashboardSection03ContentBlock {
    color: #3F68B0;
    text-align: center;
    border-right: 1px solid #666666;
}

.dashboardSection03ContentBlock:last-child {
    border-right: 1px solid transparent;
}

.dashboardSection03ContentDetail {
    color: #000;
}

.dashboardSection03Padding {
    padding-right: 0;
}

.diagramBtnBox {
    background-color: #fff;
    padding: 3px 3px;
    position: unset;
    display: inline-block;
}

.diagramBtnBoxFloat {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 23%;
    left: 55px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
}

.diagramBtnBoxMobile {
    background-color: #fff;
    padding: 3px 3px;
    border: 1px solid #cacaca;
    border-radius: 8px;
    position: fixed;
    top: 15%;
    left: 27px;
    z-index: 4;
    box-shadow: 5px 5px 10px #00000052;
    display: inline-flex;
    flex-flow: column-reverse;
}

.copiedMsg {
    color: #000;
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}

.copiedMsg i {
    background-color: #32CD32;
    color: #fff;
    font-size: 15px;
    padding: 2px 3px;
    margin-top: -2px;
    margin-right: 4px;
    border-radius: 50%;
}

.btnSocial {
    color: #000;
}

.btnSocial:hover {
    color: #CCC;
}

.searchBox {
    box-shadow: 1px 3px 16px 0px rgb(0 0 0 / 13%);
    background-color: white;
    padding: 20px;
}

.customMargin {
    margin-right: 20px;
}

/* Overwriting form filters classes for listing page */
.pageContent {
    color: black;
}

.input-group-text {
    border: 0;
    background: white;
}

.filter .input-group .form-control {
    border: 0;
}

.filter .input-group {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.filter .input-group:focus-within, .filter .input-group:hover {
    border: 1px solid #006ec4;
}

.kt-container.formPage {
    padding-left: 5%;
    padding-right: 5%;
}

/* Overwriting table classes for listing display */
.customTable {
    box-shadow: 1px 3px 16px 0px rgb(0 0 0 / 13%);
    border: 0!important;
}

.customTable thead tr {
    background-color: #40404a !important;
}

.createDefaultTable thead tr {
    background-color: #07272c !important;
}

.createDefaultTable thead tr th {
    color: white !important;
    border: none !important;
}

.customTable thead tr th {
    color: white !important;
    border: none !important;
}

.customTable tbody tr td {
    border: none !important;
    border-bottom: 2px solid #f0f0f0 !important;
}

.customTable tbody tr:last-child td {
    border-bottom: none !important;
}

.customTable tbody tr:nth-of-type(odd){
    background-color: white !important;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    /* color: #337ab7; */
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    margin-left: -1px;
    background-color: transparent;
    border: 0;
    color: #7b7777;
}

#pagerRedeemList, #pagerList{
    display: inline-flex;
    padding: 20px 0px;
}

.pagination .active a, .pagination .active a:hover, .pagination .active a:focus{
    background-color: #00C3E8;
    border-radius: 5px;
    color:white;
  }

.transaction-result-icon {
    width: 25%;
    height: auto;
}

.transaction-result-details-div {
    background-color: #F6F6F6;
    padding: 1.5rem;
    font-size: 15px;
    font-weight: 100;
    color: #000;
}

.transaction-result-detail-title {
    color: #000;
    font-weight: 700;
}

.transaction-result-detail-title,
.transaction-result-failed,
.transaction-result-success {
    font-size: 15px;
}

.transaction-result-failed,
.transaction-result-success {
    font-weight: 600;
    text-align: right;
}

.transaction-result-failed {
    color: #FF0200;
}

.transaction-result-success {
    color: #50CC2C;
}

@media (max-width: 368px){
    #changePwdBtn{
        margin-left: 0px !important;
        width:100%;
    }

    #editProfileBtn{
        width:100%;
    }

    #saveBtn{
        width:100%;
    }

    #cancelBtn{
        margin-left: 0px !important;
        width:100%;
    }

}

#checkOutBack{
    cursor: pointer;
}

.pointerr{
    cursor: pointer;
}

@media (min-width: 768px) and (max-width: 964px) {
    #getQuoteICPP{
        margin-bottom: 28px !important;
    }
}

.dataTables_empty{
    height: 400px;
    background: url(/images/NoResultFound.png) no-repeat;
    content: "haha";
    background-size: 100px 40%;
    background-position: 50% 50%;
}

#registerBtnModal{
    color: #00C3E8;
    text-decoration: underline;
}

#whitelabelDetailsForm {
    color: #000;
}

.text-underline {
    text-decoration: underline;
}

.greyLink {
    color: #b7b7b7;
}

textarea.is-invalid {
    border: solid 2px red !important;
}

.text-black-bold{
    color:black;
    font-weight: 800;
}

.text-black{
    color:black;
    font-weight: 600;
}  

.text-grey-light{
    color:gray;
    font-weight: 300; 
}

.contactLink:hover {
    color: var(--kevo-pink);
} 

.contactLink:active, 
.contactLink {
    color: #fff;
}

.clickable {
    cursor: pointer;
}

#workshopLoginPage .loginFont01 {
    font-size: 21px !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: 1rem;
}

@media (min-width: 320px) and (max-width: 375px) {
    .quotationList{
        padding: 20px 20px;
    }
    
}

@media (min-width: 320px) and (max-width: 768px) {
    #quotationDetailsText1 , #quotationDetailsText2{
        font-size : 17px;
    }
}

@media (min-width: 320px) and (max-width: 768px) {
    .priceDetail{
        margin : 20px 0px;
    }
}

.textRight{
    text-align: right;
}

.textLeft{
    text-align: left;
}

.borderBTM{
    border-bottom: 1px solid white; 
}

#footerLine1{
    border-bottom: 1px solid #ccc;
}

#footerLine2{
    border-bottom: 1px solid #42646B; 
}

@media (min-width: 320px) and (max-width: 767px) {
    #footerLine1{
        border-bottom: 0px solid #42646B;
    }

    #footerLine2{
        border-bottom: 1px solid #42646B;
        padding-bottom: 0px !important;
    }
}

.cardDetailWrap {
    display: flex;
    align-items: center;
}

.cardActionBtnWrap {
    display: flex;
    justify-content: end;
    align-items: center;
}

@media (min-width: 320px) and (max-width: 575px) {
    #loginTopDiv{
        padding: 5% 15%;
        text-align: center;
    }
    
    #loginLogo{
        padding-right: 5px !important;
        padding-left: 10px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        width: 60%;
    }
    


    #loginDiv{
        padding: 0% 10% 10% 10% !important;
    }

    .cardDetailWrap {
        flex-direction: column;
        align-items: start;
    }

    .cardActionBtnWrap {
        justify-content: start;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #getQuoteTitle{
        margin-bottom: 50px !important;
        margin-top: 20px !important;
    }
}

.marginEmpty{
    margin: 0px 0px !important;
}

.summaryTopDIV{
    background-color: #ebfafe;
    padding: 3% 1%;
    font-size: 15px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .summaryTopDIV{
        background-color: #ebfafe;
        padding: 5% 1% 3% 1%;
    }

    #summaryFullName , #summaryIC , #summaryCarNum , #summaryCarType{
        text-align: end;
    }

    #totalAmountBtmDIV{
        margin-left: 0px !important;
    }

    #divSection{
        padding: 0px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    #bottomBTMNEXT{
        text-align: center !important;
    }

    #bottomBTMAmount{
        text-align: center !important;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    #RMamount{
        margin: 0px !important;
    }
    
}

@media (min-width: 320px) and (max-width: 767px) {
    .mobile-size-center{
        padding-right: 0px !important;
    }
    .container-myInsurance{
        padding-left: 5%;
        padding-right: 5%;
    }
}

.f-w-600{
    font-weight: 600 !important;
}

.bg-white{
   background-color: white;
}

.footerColor{
    color : #E8E8E8;
}

.iconColor{
    color : #000000;
}

#search-head:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#fgtPasswordLink{
    font-weight: 700;
}

#quotationDetailsText1 , #quotationDetailsText2{
    font-size : 18px;
}

#totalAmountBtmDIV{
   padding: 2% 5%;
}

#quoteFormBox{
    padding : 4%;  
}

#carOwnerDetailForm{
    padding : 4%;  
}

.planListBox{
    padding : 3% !important;
}

.carOwnerDetailText{
    font-weight: 400;
}

.profileTitle{
    font-size: 25px;
}

#editProfileDIV{
    padding-top: 3rem;
}

.dashboardTextContent{
    color: black;
    font-size: 18px;
    font-weight: 700;
}

#profileTopIMG{
    height: 160px;
}

@media (min-width: 320px) and (max-width: 767px) {
    #profileTopBG{
        margin-top: 0px;
    }

    #purchaseContainer , #insuranceContainer{
        padding-top: 13%;
    }

    #registerDiv{
        top: 0% !important;
    }

    #registerDiv{
        padding: 50px 0px !important;
    }
    
}

@media (min-width: 768px) and (max-width: 1023px){
    #registerDiv{
        padding: 130px 15% !important;
    }
}

@media (min-width: 1024px){
    #registerDiv{
        padding: 50px 0% !important;
    }
    #registerBG{
        height: 120vh !important;
    }
}


@media (min-width: 320px) and (max-width: 960px){
    #registerLeftIMG{
        display: none;
    }
}

@media (min-width: 320px) and (max-width: 1023px){
    #registerLeftIMG{
        display: none;
    }
}

#loginLogo{
    padding-right: 25px !important;
    padding-left: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media (min-width: 320px) and (max-width: 767px){
    #quoteFormBox{
        padding: 6%;
    }

    .planListBox {
        /* padding: 5% !important; */
        padding: 5% 5% 30px 5% !important;
        margin-top: 10%;
    }

    .borderLine {
        margin: 0 -6% 3% -6%;
    }

    .descPlan{
        font-size: 15px;
        display: flex;
    }

    .cusMT2{
        margin-top: 2rem!important;
    }

    .cusMT1{
        margin-top: 1rem!important;
        margin-bottom: 15px !important;
    }
}

@media (min-width: 1200px) and (max-width:1418px){
    .customMargin{
        margin-right: 35px;
    }
}

@media (min-width: 320px) and (max-width:1099px){
    .sumBox{
        flex-direction: column;
    }
}

@media (min-width: 1100px){
    .sumBox{
        justify-content: space-around;
    }
}

@media (min-width: 320px) and (max-width:400px){
    .titleEditPassword{
        font-size: 20px !important;
    }
}

.titleEditPassword{
    font-size: 25px;
}


.btnCus {
    background: 0 0;
    outline: 0!important;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    user-select: none;
    display: inline-block;
}

.btnCus :hover{
    background-color: #00B2CE;
    color : white;
}

@media only screen {
    .toggleSwitch {
      display: inline-block;
      height: 18px;
      position: relative;
      overflow: visible;
      padding: 0;
      cursor: pointer;
      width: 40px
    }
    .toggleSwitch * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
    }
    .toggleSwitch label,
    .toggleSwitch > span {
      line-height: 20px;
      height: 20px;
      vertical-align: middle;
    }
    .toggleSwitch input:focus ~ a,
    .toggleSwitch input:focus + label {
      outline: none;
    }
    .toggleSwitch label {
      position: relative;
      z-index: 3;
      display: block;
      width: 100%;
    }
    .toggleSwitch input {
      position: absolute;
      opacity: 0;
      z-index: 5;
    }
    .toggleSwitch > span {
      position: absolute;
      left: -50px;
      width: 100%;
      margin: 0;
      padding-right: 50px;
      text-align: left;
      white-space: nowrap;
    }
    .toggleSwitch > span span {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      display: block;
      width: 50%;
      margin-left: 50px;
      text-align: left;
      font-size: 0.9em;
      width: 100%;
      left: 15%;
      top: -1px;
      opacity: 0;
    }
    .toggleSwitch a {
      position: absolute;
      right: 50%;
      z-index: 4;
      display: block;
      height: 100%;
      padding: 0;
      left: 2px;
      width: 18px;
      background-color: #fff;
      border: 1px solid #CCC;
      border-radius: 100%;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }
    .toggleSwitch > span span:first-of-type {
      color: #ccc;
      opacity: 1;
      left: 45%;
    }
    .toggleSwitch > span:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 50px;
      top: -2px;
      background-color: #fafafa;
      border: 1px solid #ccc;
      border-radius: 30px;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
    }
    .toggleSwitch input:checked ~ a {
      left: 100%;
      margin-left: -8px;
    }
    .toggleSwitch input:checked ~ span:before {
      border-color: #C5C5C5;
      box-shadow: inset 0 0 0 30px #fff;
    }
    .toggleSwitch input:checked ~ span span:first-of-type {
      opacity: 0;
    }
    .toggleSwitch input:checked ~ span span:last-of-type {
      opacity: 1;
    }
  
    .toggleSwitch.large {
      width: 61px;
      height: 27px;
    }
  
    .toggleSwitch.large a {
      width: 26px;
      height: 26px;
      background-color: #d3d3d3;
    }
  
    .toggleSwitch.large > span {
      height: 29px;
      line-height: 28px;
    }
    .toggleSwitch.large input:checked ~ a {
      left: 41px;
      background-color: #32B14A;
    }
    .toggleSwitch.large > span span {
      font-size: 12px;
      color: #5F5F5F;
    }
    .toggleSwitch.large > span span:first-of-type {
      left: 50%;
    }
}

.textCenter{
    text-align: center;
}

.closeBtnPopUp {
    padding: 10px !important;
    width: 40% !important;
    cursor: pointer;
    font-weight: 900;
    font-size: 14px;
    color: #fff !important;
    background-color: #00c3e8;
    border-radius: 20px;
    /* text-align: center !important; */
    text-align: center;
}

.closeBtnMiddle{
    text-align: center;
    display: grid;
    grid-auto-flow: column;
    gap: 4px;
    align-items: center;
    justify-items: center;
}

.modalBodyPF{
    background-color:#ebfdff;
    padding:40px;
    padding-left:20px;
    margin-top: 15px;
    color: black;
}

.quotaInput{
    margin: 3% auto;
}

#domainOption {
    font-weight: bold;
    font-size: 22px;
}

#whiteLabelText{
    font-size: 15px;
    font-weight: 100;
    padding: 10px;
}

.text-danger{
    color: #ff0000!important; 
    /* font-weight:bolder; 
    font-size: 20px; */
}

.textOr{
    color: #00C3E8!important; 
    font-weight:bolder; 
    font-size: 20px;
}
.formSubTitle{
    font-size: 28px;
    font-weight: bold;
}

.domainName{
    background:darkgray; 
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    border-radius: 0px 20px 20px 0px;
}

.sampleWLLink{
    color: #888888;
}

.whiteLabelPopImage{
    padding: 10px;
}

.whiteLabelPopImage:hover{
    transition:0.2s;
    border-radius: 10px;
    padding: 10px;
    border:5px solid rgb(209,209,209);
}

.whiteLabelPopImage.active{
    border-radius: 10px;
    padding: 10px;
    border:5px solid rgb(100, 178, 255);
}

.btnWL{
    border: #000000 1px solid;
    border-radius: 10px;
    padding: 5px 20px;
    width: 50%;
    margin: 10px auto;
}
/* Checkboxes and Radio buttons
--------------------------------------------------
*/
.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px;
}
.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  min-width: 17px;
  min-height: 17px;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0;
}
.radio label:before,
.checkbox label:before {
  -webkit-box-sizing: inherit;
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
}
.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}
.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}
.radio input[type="radio"]:focus + label {
  color: #2c2c2c;
}
.radio input[type="radio"]:focus + label:before {
  background-color: #e6e6e6;
}
.radio input[type=radio] {
  opacity: 0;
  width: 0;
  height: 0;
}
.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}
.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #10cfbd;
}
.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #6d5cae;
}
.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #89000e;
}
.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053;
}
.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753;
}
.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox input[type=radio][disabled] + label:after {
  background-color: #e6e6e6;
}
.checkbox label {
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:before {
  top: 1.4px;
  border-radius: 3px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 3.5px;
  top: 0px;
  font-size: 11px;
  transition: border 0.2s linear 0s, color 0.2s linear 0s;
}
.checkbox label:after {
  border-radius: 3px;
}
.checkbox input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}
.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}
.checkbox input[type=checkbox]:checked + label:before {
  border-width: 8.5px;
}
.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  color: #fff;
}
.checkbox input[type="checkbox"]:focus + label {
  color: #2c2c2c;
}
.checkbox input[type="checkbox"]:focus + label:before {
  background-color: #e6e6e6;
}
.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}
.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}
.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}
.checkbox.right label:before {
  right: -35px;
  left: auto;
}
.checkbox.right input[type=checkbox]:checked + label {
  position: relative;
}
.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  right: -27px;
  left: auto;
}
body.rtl .checkbox label::after {
  left: -1.2px;
}
.checkbox.check-success input[type=checkbox]:checked + label:before {
  border-color: #10cfbd;
}
.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #6d5cae;
}
.checkbox.check-complete input[type=checkbox]:checked + label:before {
  border-color: #48b0f7;
}
.checkbox.check-warning input[type=checkbox]:checked + label:before {
  border-color: #f8d053;
}
.checkbox.check-danger input[type=checkbox]:checked + label:before {
  border-color: #f55753;
}
.checkbox.check-info input[type=checkbox]:checked + label:before {
  border-color: #3b4752;
}
.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #fff;
}


/* Form validation
--------------------------------------------------
*/
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
    color: #0da899;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #c9a843;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #f55753;
}
.joinUs .homepage-section-1 {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/project/v2/join-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.joinUs .homepage-section-1,
.aboutUs .homepage-section-1 {
    padding: 8rem 0rem 8rem 0rem;
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
}
.joinUs .homepage-title,
.aboutUs .homepage-title {
    text-align: left;
}
.homepage-section-1 {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/project/v2/homepage-main-banner-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 5%;
    padding: 13rem 20rem 10rem 20rem;
    color: #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homepage-section-1.smaller-homepage-padding {
    padding: 13rem 15rem 10rem 15rem;
}

.homepage-title {
    font-size: 65px;
    text-align: center;
    font-weight: 600;
    line-height: 65px;
}

.homepage-banner-description {
    font-size: 24px;
    font-weight: 600;
}

.homepage-logo-img {
    width: 150px;
    height: auto;
}

.homepage-section-2 {
    font-size: 17px;
    color: #000;
}

.homepage-section-2-info-div {
    color: #000;
    padding: 0px 2rem;
}

.homepage-section-2-info-div:first-child {
    padding-left: unset;
}

.homepage-section-2-info-div:last-child {
    padding-right: unset;
}

.homepage-section-2-info-img {
    width: 65px;
    height: auto;
}

.homepage-section-2-info-title {
    font-size: 21px;
    font-weight: 700;
}

.homepage-section-2-info-text {
    font-size: 16px;
    font-weight: 100;
}

.homepage-section-3-bg,
.homepage-section-6-bg {
    background-color: #F6F6F6;
}

.homepage-section-3 {
    padding: 5rem 3rem;
    font-size: 16px;
    color: #000;
}

.homepage-section-3-title,
.homepage-section-4-title,
.homepage-section-5-title,
.homepage-section-6-title,
.homepage-section-7-title {
    font-size: 40px;
    font-weight: 900;
}

.homepage-partner-img,
.homepage-section-7-img {
    width: 100%;
    height: auto;
}

.homepage-partner-div {
    display: inline-block;
}

.homepage-section-4 {
    padding: 6rem 8rem;
    color: #000;
    font-size: 16px;
}

.homepage-section-4-info-div {
    padding: 0px 1rem 0px 5rem;
}

.homepage-section-6-bg {
    padding: 5rem 3rem;
}

.homepage-section-6-card {
    border-radius: 5px;
    overflow: hidden;
    background-color: #FFF;
    width: 90%;
    box-shadow: 0px 1px 19px -7px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 1px 19px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 19px -7px rgba(0,0,0,0.75);
}

.homepage-section-6-card-img {
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.homepage-card-gray-border {
    background-color: #F6F6F6;
    padding: 0.7rem;
    position: relative;
}

.homepage-section-6-text-div {
    padding: 2rem;
    color: #000;
    font-size: 12px;
}

.horizontal-gray-line {
    border: 0.5px solid #CACACA;
}

.homepage-section-6-user-name {
    font-size: 17px;
    font-weight: 900;
}

.homepage-section-6-quote-icon {
    position: absolute;
    width: 50px;
    height: auto;
    top: -120%;
    left: 8%;
}

.homepage-section-5-bg {
/*    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('../images/project/homepage-5-bg.png');*/
    background-image: url('../images/project/homepage-5-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.homepage-section-5 {
    padding: 3rem 0px;
    color: #FFF;
    font-size: 16px;
}

.homepage-section-6 {
    padding: 2rem 5rem;
    color: #000;
}

.homepage-section-7 {
    color: #000;
    font-size: 16px;
    background-color: #FFF;
}

.homepage-section-7-info-div {
    padding: 4em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepage-section-7-info-div2 {
    padding: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.homepage-section-7-info-col1 {
    padding-right: unset;
}

.homepage-section-7-info-col2 {
    padding-left: unset;
}

.homepage-section-7-info-col1,
.homepage-section-7-info-col2 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homepage-link {
    color: var(--kevo-pink);
    text-decoration: underline;
}

.homepage-section-7-title {
    font-size: 40px;
    font-weight: 900;
}

.hoempage-section-7-icon-img {
    width: 30px;
    height: auto;
}

/* Landing Page css */
#mainbox1{
	background-image: url("../images/landingpg/mask_group_13.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 3rem;
}
#mainbox2{
	background-image: url("../images/landingpg/mask_group_14.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 1rem;
}
#mainbox3{
	background-image: url("../images/landingpg/mask_group_15.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 1rem;
}
#header1f1f3{
	font-family: 'Arial', sans-serif;
	font-weight: 949;
	font-size: 4.2vw;
	text-align: left;
}
#header1f2{
	font-family: 'Arial', sans-serif;
	font-weight: 949;
	font-size: clamp(40px,5.5vw,55px);
	text-align: center;
}
#descHeaderf1f3{
	color: #000000;
	font-weight: 600;
	font-size: 24px;
}
#descHeaderf2{
	color: #ffffff;
	font-weight: 600;
	font-size: 24px;
}
#signupHeader{
	color: #000000;
	font-weight: 700;
	font-size: clamp(16px,5vw,32px);
}
#column2{
	display: flex;
    justify-content: space-around;
}
#contactsf2{
	background-color: rgb(0,0,0,52%);
	border-radius: 10px;
	width: 60%;
    display: flex;
}
#contactsf3{
	background-color: rgb(0,0,0,41%);
	border-radius: 10px;
	width: 60%;
}
@media(max-width: 575px){
    #logo{
		width: 60%;
		margin-left: 2vw;
	}
    #contactsf2{
        justify-content: center;
        width: 100%;
    }
	#signupBox{
		width: 100%;
	}
    #header1f1f3{
        font-size: clamp(7vw,23px,8vw);
    }
    #icon{
		margin-top: 3px;
		width: 60%;
	}
    #contactpic{
		width: 95%;
	}
}
@media(min-width: 320px) and (max-width: 374px){
}
@media(min-width: 375px) and (max-width: 575px){
}
@media(min-width: 700px) and (max-width: 769px){
    #header1{
		font-size: 35px;
	}
	#icon{
		margin-top: 7px;
		width: 80%;
	}
}
@media(min-width: 576px){
	#signupBox{
		width: 80%;
	}
	#icon{
		width: 80%;
	}
    #contactpic{
		width: 90%;
	}
}
@media (min-width: 320px) and (max-width: 767px) {
    #loginIMG{
        display: none;
    }

    #qrInput{
        margin-top: 60px !important;
        /* background-color: black; */
    }

    #redeemBtn{
        width: 60%;
    }

    .announcementBox{
        padding-left: 5%;
        padding-right: 5%;
    }

    #dashboardEmpty{
        margin-top: 20px;
        margin-bottom: 20px;
    }


    .addressExtension{
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    #voucherTitle{
        margin-bottom: 20px;
    }

    #voucherTitleText{
        font-size: 26px !important;
        /* background-color: black; */
    }

    #voucherTitleSubText{
        font-size: 26px !important;
        /* background-color: black; */
    }
    
}

@media (min-width: 901px) {
    #voucherTitle{
        margin-bottom: 20px;
    }

    #voucherTitleText{
        font-size: 30px !important;
        /* background-color: black; */
    }

    #voucherTitleSubText{
        font-size: 30px !important;
        /* background-color: black; */
    }
}

.redeemError{
    margin: 20px 0px 0px 0px !important;
    text-align: left;
}

@media (min-width: 767px) {
    #dashboardEmpty{
        margin: 40px 0px;
    }

    #emptyImg{
        width: 8% !important;
    }
}

.addressExtension{
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#footerLine1 .col-md-2,
#footerLine1 .col-md-3,
#footerLine1 .col-md-4 {
    margin-bottom: 25px;
    line-height: 1.7;
}
.footer .footer-title {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 30px;
}
.footer,
.footer a,
.footer .footer-title {
    color: #E8E8E8;
}



/* v2 start */
:root {
    --kevo-pink: #ff33b6;
    --disable-grey: #c7c7c7;
}
.loginFont01 {
    font-weight: 800 !important;
    font-size: 25px !important;
}
.font-bold {
    font-weight: 600;
}
a {
    color: var(--kevo-pink);
    font-weight: 600;
}
.kevoBtn.full {
    width: 100%;
}
.kevoBtn,
.greyBtn,
#canvasLogoutBtn {
    background-color: var(--kevo-pink);
    color: #fff !important;
    padding: 10px;
    width: 150px;
    border-radius: 5px;
    font-weight: bold;
}
.greyBtn {
    background-color: #fff;
    border: solid 1px #ccc;
    color: #000 !important;
}
.blueBtn {
    background-color: #89CFF0 !important;
    background: #89CFF0 !important;
}
#canvasCloseBtn{
    border-radius: 5px;
/*    background-color: var(--kevo-pink) !important;*/
    /* background-color: #c7c7c7 !important; */
    background-color: #89CFF0 !important;
    background: #89CFF0 !important;
}
#canvasLogoutBtn {
    width: 125px;
    padding: 12px 30px !important;
}
.btn-outline-secondary.kevoBtn {
    width: auto;
}
.btn-outline-secondary.kevoBtn:hover {
    background-color: var(--kevo-pink);
}
.btn:hover {
    color: #fff;
}

.kevoBtn.secondaryBtn {
    background-color: #FFF;
    color: #000 !important;
}
button:disabled,
button[disabled]{
    cursor: not-allowed;
}
#tncCheck:focus-visible {
    outline: none;
}
.fontBgMenu {
    padding: 10px 15px;
    margin-left: 10px;
}
.btn.sideBarItem {
    padding: 0 1rem;
}
.loginBg {
    object-fit: cover;
}
.eyeIco,
.eyeIco2 {
    cursor: pointer;
}
label {
    font-weight: bold;
    color: #000;
}
.input-group-prepend {
    border: 1px solid #e2e5ec;
}

.homepageSubheader {
    background-color: #2a031c !important;
    box-shadow: none !important;
}
.homepageHeader {
    box-shadow: none !important;
}
.header-bg,
.header-bg-2,
.header-bg-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5%;
}
.header-bg {
    background-image: url(../images/project/v2/header-bg.png);   
}
.header-bg-2 {
    background-image: url(../images/project/v2/header-bg-2.png);   
}
.header-bg-3 {
    background-image: url(../images/project/v2/header-bg-3.png);   
}
.header-bg h2,
.header-bg-2 h2 {
    color: #fff !important;
    font-weight: 800;
    font-size: 40px;
}
.mt-0 {
    margin-top: 0px !important;
}
.dashboardSection01,
.whiteLabelSection01,
.paymentSection01 {
    background-color: #053941;
    padding: 7% 0 0;
    margin-top: 0px;
}
.kevoSection {
    background-color: #fff;
    padding: 3% 5%;
}
.kevoSection-grey {
    padding: 0 5% 5% 5%;
    background-color: #fff;
}
h2 {
    color: #000 !important;
    font-size: 30px;
    font-weight: 800;
}
h4 {
    font-size: 20px;
    color: #000;
    font-weight: 800;
}
h5 {
    font-weight: 800;
}
p {
    color: #000;
}
.grey-div {
    background-color: #f6f6f6;
    padding: 4%;
}
.telegram-div{
    background-color: #f6f6f6;
    padding: 1.5% 4%;
}
.font-grey {
    color: #d0d0d0;
}
.font-black {
    color: #000;
}
.font-pink {
    color: var(--kevo-pink);
}
.font-blue {
    color: #4573fc;
}
input[type='radio'] {
    accent-color: var(--kevo-pink);
    width: 17px;
    height: 17px;
    float: left;
    clear: none;
    margin: 0px 10px 0 2px;
}
.skinClose {
    font-size: 1.5rem;
}
.skin-div .col-12 img {
    opacity: 1;
    cursor: pointer;
/*    margin: 2rem;*/
    width: 100%;
    border: solid 1px rgba(0,0,0,0.1);
}
.skin-div .col-12 img:hover {
    opacity: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.kevoSection-grey .form-check {
    padding-left: 0px;
}
.zoom-btn,
.zoom-btn:hover {
    color: var(--kevo-pink);
    background-color: rgba(0,0,0,0);
    border: solid 2px rgba(0,0,0,0.1);
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 5px 10px;
}
.zoom-btn i {
    margin-right: 5px;
    margin-top: -3px;
}
.footer {
    background-color: #f2f2f2 !important;
}
.footer a, 
.footer .infoTxt,
.footerDetailTxt,
.footer .footer-title {
    color: #000 !important;
}
.footer-title {
    margin-bottom: 20px !important;
}
.footer a,
.footer .infoTxt {
    font-weight: 400 !important;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal .modal-content {
    border-radius: 0px !important;
}
.modal .modal-content .modal-header .close {
    color: #888 !important;
}
.modal-footer {
    border-bottom: solid 7px var(--kevo-pink);
    border-radius: 0 !important;
}
.btn-grey {
    background-color: #adadad !important;
    color: #fff !important;
    padding: 10px;
    width: 100px;
    border-radius: 5px;
    font-weight: bold;
}
.btn-blue {
    background-color: #89CFF0 !important;
    color: #fff !important;
    padding: 10px;
    width: 100px;
    border-radius: 5px;
    font-weight: bold;
}
.kevoBtn.btn-grey {
    width: 150px;
}
#modal-thank-you .modal-footer {
    padding-top: 0;
    padding-bottom: 1.30rem;
}
#companyaddress_error,
#companyabout_error,
#companyAddress,
#othersDesc,
#othersContactDesc,
#companyAbout {
    width: 100%;
    border: 1px solid #e2e5ec;
    padding: .65rem 1rem;
}
.errorInput {
    border: solid 2px red;
}
.errorText {
    color: red !important;
}
.valid-feedback, 
.invalid-feedback {
    font-size: 100% !important;
}
.form-control[readonly] {
    background-color:  #eee;
}
.kevoTable .thead-dark {
    background-color: #40404a !important;
}
.kevoTable tr {
    border-bottom: solid 1px #f0f0f0;
}
.kevoTable tr:nth-child(odd) {
    background-color: #fff !important;
}
.kevoTableLink, 
.kevoTable a,
.kevoTable a:hover {
    text-decoration: underline !important;
    color: var(--kevo-pink);
}
/* Success -> Green  */
/* Pending -> Yellow  */
/* Fail -> Red  */
.dashboardSection01 .kevoBtn {
    font-size: 20px;
    font-weight: bold;
    padding: 15px 50px;
    width: auto;
}
.whiteLabelReg .input-group .invalid-feedback {
    position: unset !important;
    margin-top: 0px !important;
}
.input-group .valid-feedback, 
.input-group .invalid-feedback {
    position: absolute !important;
    margin-top: 43px !important;
}
.addCardDiv p {
    width: 100%;
    line-height: 30px;
    font-weight: bold;
}
.addCardDiv {
    border: 2px solid #c7c7c7;
    width: 350px;
    text-align: center;
    border-radius: 5px;
    height: 200px;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.addCardDiv i {
    border-radius: 50%;
    border: solid 2px #c7c7c7;
    padding: 5px 7px;
    color: #c7c7c7;
    font-size: 20px;
}
#otpRegister.input-group .invalid-feedback {
    /* margin-top: 40px!important; */
    position: static !important;
    margin-top: 0px !important;
}

.menuBtn.btn:hover {
    color: #000;
}
.jp-header-title {
    font-size: 35px;
    font-weight: 900;
    color: #000;
}
.jp-normal-font {
    font-size: 16px;
}
.about-us-value .col-md-3 {
    text-align: center;
}

#menu2 .menuBtn:hover {
    color: #fff !important;
}
.aboutUs h5 {
    color: #000;
}
.homepage-section-5-bg.aboutUs .homepage-section-5 {
    color: #000;
    text-align: center;
}
.homepage-section-5-bg.aboutUs {
    background-image: url('../images/project/v2/aboutUs-bg.png');
}
.homepage-section-5-bg.aboutUs.joinUs {
    background-image: url('../images/project/v2/joinUs-2.png');
}
.form-control.is-invalid {
    border: solid 2px red;
    background-image: unset !important;
}
.input-group.is-invalid {
    border: solid 2px red;
    background-image: unset !important;
}
.invalid-feedback {
    color: red !important;
}
.valid-feedback {
    color: #79c817 !important;
}
.btn.btn-outline-secondary.kevoBtn {
    background-color: var(--kevo-pink) !important;
}
ul.jp-normal-font {
  list-style-image: url('../images/project/v2/.gif');
}
#reg-input.input-group .valid-feedback, 
#reg-input.input-group .invalid-feedback {
    position: absolute !important;
    margin-top: 43px !important;
}
.list-table {
    font-size: 16px;
}
.list-table td {
    border: none;
    font-weight: 600;
    padding: 3px 5px;
    vertical-align: top;
}
.step-by-step {
    margin-top: 4rem;
}
.step-by-step .arrow {
    position: absolute;
    top: 120px;
    right: -35px;
    z-index: 1;
}
.step-by-step .step-grey {
    background-color: #f6f6f6;
    padding: 3rem;
    height: 300px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
.joinSection02 {
    padding: 60px 60px 100px 60px;
}
.bg-grey {
    background-color: #404040;
    color: #fff;
}
.bg-grey .jp-normal-font,
.bg-grey .jp-header-title {
    color: #fff;
}
#changePasswordBtn {
    padding: 10px;
    border-radius: 5px;
    width: 150px;
    background-color: rgb(118, 124, 137);
    color: #fff;
    font-weight: bold;
}


/* START: Special handle 5 cols in a row */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 33%;
        float: left;
    }
    .contact-div .col-sm-15:first-child,
    .contact-div .col-sm-15:last-child {
        display: none;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/* END: Special handle 5 cols in a row */

@media (max-width: 767px) {
    .loginFont01 {
        font-size: 17px !important;
    }
    .loginBg {
        height: 30vh !important;
    }
    #loginPage .col-8,
    #workshopLoginPage .col-8, 
    #registerPage .col-8 {
        margin-top: 30px;
    }
    #loginPage .col-9,
    #workshopLoginPage .col-9,
    #registerPage .col-9 {
        margin-top: 30px;
    }
    .dashboardSection01,
    .whiteLabelSection01,
    .paymentSection01 {
        padding-top: 0;
    }
    .loginMenuItem {
        color: #000 !important;
        margin-left: 30px !important;
    }
    .mob {
        margin-top: 30px;
    }
    .step-by-step .step-grey {
        padding: 4rem;
    }
    .step-by-step .arrow img {
        transform: rotate(90deg);
    }
    .step-by-step .arrow {
        position: absolute;
        top: 290px;
        right: 40%;
    }
    .contact-div .col-sm-15 {
        margin: 25px auto;
        width: 100%;

    }
}

@media (min-width: 768px) and (max-width: 990px) {
    .headerMenuItem {
        align-items: center;
        display: flex;
    }
    #loginPage .col-8,
    #workshopLoginPage .col-8,
    #registerPage .col-8 {
        margin-top: 150px;
    }
    #loginPage .col-9,
    #workshopLoginPage .col-9,
    #registerPage .col-9 {
        margin-top: 150px;
    }
    .dashboardSection01,
    .whiteLabelSection01,
    .paymentSection01 {
        margin-top: 75px;
    }
    .joinUs.kt-container {
        padding: 0 !important;
    }
    .step-by-step .step-grey {
        padding: 4rem;
    }
    .step-by-step .arrow img {
        transform: rotate(90deg);
    }
    .step-by-step .arrow {
        position: absolute;
        top: 290px;
        right: 45%;
    }

}

@media (min-width: 991px) and (max-width: 1199px) {
    .headerMenuItem {
        align-items: center;
        display: flex;
    }
    #loginPage .col-8,
    #workshopLoginPage .col-8,
    #registerPage .col-8 {
        margin-top: 150px;
    }
    #loginPage .col-9,
    #workshopLoginPage .col-9,
    #registerPage .col-9 {
        margin-top: 150px;
    }
    .dashboardSection01,
    .whiteLabelSection01,
    .paymentSection01 {
        margin-top: 30px;
    }
    .joinUs.kt-container {
        padding: 0 !important;
    }
}

@media (min-width: 1200px) {
    #loginPage .col-8,
    #workshopLoginPage .col-8,
    #registerPage .col-8 {
        margin-top: 150px;
    }
    #loginPage .col-9,
    #workshopLoginPage .col-9,
    #registerPage .col-9 {
        margin-top: 150px;
    }
    .joinUs.kt-container {
        padding: 0 !important;
    }
}
/* v2 end  */

.font-weight-unset {
    font-weight: unset !important;
}

.border-bottom-1 {
    border-bottom: 1px solid #d4d4d4;
}

.normal-link {
    color: #2739c1;
    text-decoration: underline;
}

.input-group-text {
    border: 0;
    background: white;
}

.otpInput {
    padding: 0;
    outline: 0;
    border: 0;
    height: unset;
}

.profile-card {
    background-color: #f9f9ff;
    border: 1px solid #e5e5e5;
    padding: 25px;
    border-radius: 5px;
    color: #000;
    width: 100%;
}

.profile-title1 {
    font-size: 20px;
}

.profile-title2 {
    font-size: 16px;
}

.profile-desc1 {
    font-size: 14px;
}

.profile-desc2 {
    font-size: 16px;
}

.text-italic {
    font-style: italic;
}

.profile-label {
    font-size: 14px;
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.profile-img {
    width: 50%;
    box-shadow: 2px 2px 10px #999;
    border-radius: 50%;
}

.profile-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-3%,-50%);
}

.profile-icon {
    width: 55px;
}

.profile-card .form-group {
    margin-bottom: 1rem;
}

.profile-card .form-control:disabled {
    background: #e2e5ec;
}

.profile-btn {
    background: #04AA6D;
    background-color: #04AA6D;
    letter-spacing: 1px;
    border-radius: 3px;
    padding: 10px 40px;
    font-size: 12px;
}

.profile-notification {
    background: #fff;
    border: 1px solid #e2e5ec;
    height: calc(2em + 2rem + 2px);
    padding: 0.65rem 1rem 0.65rem 5rem;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.setup-notification {
    height: calc(2em + 2rem + 2px);
    padding: 0.65rem 1rem 0.65rem 5rem;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 29px;
    margin: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 21px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #04AA6D;
}

input:focus+.slider {
    box-shadow: 0 0 1px #04AA6D;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.profile-card .registration-err-tooltip {
    padding: 0;
    border-bottom: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);

}

.form-group label {
    font-size: 14px;
}

.form-group input {
    font-size: 13px;
}

.homepage-banner-button {
    font-size: 17px;
    min-width: 300px;
    padding: 20px;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.custom-modal-header{
    padding: 7px;
    padding-left: 30px;
}

.custom-modal-title{
    font-weight: 600 !important;
    font-size: 1.5rem !important;
}

.customBtnPrimaryModal{
    width: unset;
}
.customBtnPrimaryModal:hover{
    background-color: #ff33b6;
    border-color: #ff33b6;
}

.modal-header .close{
    margin: 0 !important;
}

.modal .modal-content.border-radius-5 {
    border-radius: 5px !important;
}

.withCloseBtn {
    position: relative;
}

.closeModalBtn {
    position: absolute;
    right: 20px;
}
.capital{
    text-transform: uppercase;
}

.text-bold {
    font-weight: bold;
}

.iris-picker.iris-border {
    position: absolute;
    top: 100%;
    z-index: 999;
}

.btn-color {
    width: 100%;
    height: 100%;
    background-color: white;
    border: 1px solid #e2e5ec;
    border-radius: 4px;
}

.btn-color-col {
    height: calc(1.5em + 1.3rem + 2px);
    width: calc(1.5em + 1.3rem + 2px);
}

.btn-pink, 
.btn-reset, 
.btn-search {
    height: calc(1.5em + 1.3rem + 2px);
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-primary.btn-search {
    background: #ff33b6;
}

.pageTitleWithBackground {
    padding-top: 120px;
}

.withBackgroundBanner {
    background: url('/images/project/pinkBannerBg.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 50px
}

.withBackgroundBanner h2 {
    text-transform: uppercase;
}

.redeemCardContainer {
    background-color: #f6f6f6;
}

.redeemSubContainer {
    background-color: #fff;
    padding: 1rem;
}

.btn-pink {
    background: #ff33b6;
}