.bg-light-cs-blue{
    background-color: #dde4fa;
}
.partner-form-container{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 25px;
    border-radius: 20px;
}

.partner-form-sections{
    padding-top: 80px;
}
.branding-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    border-bottom: 1px solid #595959;
}
.branding-logo img{
    width: 250px;
}
.branding-logo h3{
    font-size: 28px;
    margin-top: 10px;
    color: #222;
   
}
h4.form-sec-title{
    font-size: 20px;
    margin: 10px 0;
    color: #1791e4;
}
.partner-form-field label{
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}
.partner-form-field  input,.partner-form-field select{
    border: 1px solid #595959;
    background-color: transparent;
    padding: 5px;
    height: 45px;
    box-shadow: none !important;
}
.partner-form-field  textarea{
    border: 1px solid #595959;
    background-color: transparent;
    padding: 5px;
    height:100px;
     box-shadow: none !important;
}
.partner-form-field-radio ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.partner-form-field-radio ul li {
    margin: 10px 0;
}
.partner-form-field-radio ul li input[type="radio"]{
    width: 22px;
    height: 22px;
}
.partner-form-field-radio ul li input[type="radio"]~label::before{
 content: '*';
     line-height: 24px;
     font-size: 18px;
}

.partner-form-upload label{
        width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dfedf7;
    border-radius: 10px;
    border: 1px solid #9abed7;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}
.partner-form-btns{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.partner-form-btns .form-sub-btn-cs{
      width: 150px;
    height: 45px;
    border: 1px solid #1791e4 ;
    color:  #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: 0.5s;
    background-color:#1791e4 ;
    border-radius: 10px;
}
.partner-form-btns .form-sub-btn-cs:hover{
    border-radius: 40px;
    background-color: transparent;
    color:#1791e4 ;
}
.partner-form-btns .form-sub-btn-back{
      width: 150px;
    height: 45px;
    border: 1px solid  #b23939;
    color:  #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: 0.5s;
    background-color: #b23939;
    border-radius: 10px;
}
.partner-form-btns .form-sub-btn-back:hover{
    border-radius: 40px;
    background-color: transparent;
    color: #b23939;
}

.partner-form-field-radio ul li input[type="checkbox"]{
 border: 1px solid #222;
 width: 20px;
 height: 20px;
 margin-right: 5px;
}


.checkbox-widget-partner-form{
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    padding: 20px;
    height: 100%;
    border-radius: 15px;
}
.partner-form-field-radio ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}







/*.modal-open .modal{*/
/*    z-index: 50 !important;*/
/*    background: #15224154;*/
/*}*/


.pop-content-modal .modal-header{
    padding: 10px;
    border: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 0;
}
.modal-header .close-modal{
    width: 35px;
    height: 35px;
    background-color: #999999;
    color: #fff;
    border-radius: 50%;
    border: 0;
    padding-top: 6px;
}
.modal-header .close-modal:hover{
    background-color:#1791e4 ;
    color: #fff;
}
.pop-content-modal{
    border-radius: 15px;
}


.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #089748;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #089748;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #089748;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #089748;
    }
}

.modal-success-note h3{
        font-size: 26px;
    text-align: center;
    margin: 10px 0;
    margin-top: 21px;
    font-weight: 500;
    margin-bottom: 4px;
}
.modal-success-note p{
font-size: 16px;
    text-align: center;
    margin: 3px 0;
    font-weight: 500;
    margin-bottom: 15px;
    color: #5c5959;
}
.modal-success-note a{
    background-color:#1791e4 ;
    color: #fff;
    padding: 7px 25px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    border-radius: 40px;
    text-decoration: none;
}



@media screen and (max-width:567px){
    .branding-logo h3{
        font-size: 20px;
    }
    .branding-logo img{
        width: 180px;
    }
    .partner-form-container{
        padding: 15px;
    }
}

