@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
*/ * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.wrapper {
    /* max-width: 390px; */
    background-color: #fff;
    padding: 30px 30px 30px 30px;
    border-radius: 10px;
    /* box-shadow: 0 15px 20px rgba(0, 0, 0, .1); */
    overflow: hidden;
}

.wrapper .title-text {
    display: flex;

}

.wrapper .title-text .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #555;
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .slide-controls {
    display: flex;
    justify-content: space-between;
    height: 50px;
    width: 100%;
    border: 1px solid lightgrey;
    overflow: hidden;
    margin: 30px 0 10px 0;
    border-radius: 5px;
    position: relative;
}

.slide-controls .slide {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 1;
    transition: all .6s ease;
}

.slide-controls .signup {
    color: #212121;
}

.slide-controls .slide-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    z-index: 0;
    /* background: -webkit-linear-gradient(left, #a445b2, #fa4299); */
    background-color: #0BB272;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-container input[type="radio"] {
    display: none;
}

#signup:checked~.slide-tab {
    left: 50%;
}

#signup:checked~.signup {
    color: #fff;
}

#signup:checked~.login {
    color: #212121;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    ;
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 17px;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
}

.form-inner form .field input:focus {
    border-color: #fc83bb;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .pass-link a
{
    color: #fa4299;
    text-decoration: none;
}

.form-inner form .signup-link {
    color: #212121;
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

/* .form-inner form .pass-link a,
a {
    font-weight: 400;
    color: #f00 !important;
} */

form .field input[type="submit"] {
    /* background: -webkit-linear-gradient(left, #a445b2, #fa4299); */
    background-color: #0BB272;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    padding-left: 0;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
}
.form-check-inputR {
    /* width: 20px; */
    height: 20px;
    /* border: none !important;
    border-radius: 6px;
    background-color: white;
    cursor: pointer; */
    position: relative;
    top: 4px;
}
.box1 input {
    border: 1px solid #80808066;
    width: 2rem;
    height: 2rem;
    border-radius: 5px;
}

/* .modal-dialog.modal-dialog-centered {
    width: 32%;
} */
.greenOne{
 color: #0BB272;
}
.w-40{
 width: 40%;
}
.form input {
    border: 1px solid grey;
    outline: 0;

}

/* .form .input-1 {
    margin-left: 5.3rem;
} */

.password-wrapper {
    position: relative;
}

.toggle-button {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: unset;
    right: 10px;
    cursor: pointer;
}

.eye-icon {
    width: 20px;
    height: 20px;
    color: #726969;
}

.form-btn a {
    background-color: #0BB272;
    color: white;
}

.header-heading h2 {
    font-size: 35px;
    font-weight: 600;
}

.heading-select input#radio2,
#radio1 {
    background-color: transparent !important;
}

.first-section {
    position: relative;
}

.side-content {
    position: absolute;
    bottom: 28px;
}

.label.form-check-label.ps-2 {
    font-size: 14px !important;
}

.hero-bg.hero-bg-scroll {
    background-image: url(images/login-bg-3.jpg);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    transition: background-image 300ms ease-in 200ms;
}

.oxyy-login-register .form-control {
    min-height: 50px;
}

.form-control:focus {
    box-shadow: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
}

.oxyy-login-register .form-control::-webkit-input-placeholder {
    color: #72696980;
    /* Chrome, Safari, Edge */
}

.oxyy-login-register .form-control::-moz-placeholder {
    color: #72696980;
    /* Firefox 19+ */
}

.oxyy-login-register .form-control:-ms-input-placeholder {
    color: #72696980;
    /* IE 10+ */
}

.oxyy-login-register .form-control::-ms-input-placeholder {
    color: #72696980;
    /* Edge */
}

.oxyy-login-register .form-control::placeholder {
    color: #72696980;
    /* Standard syntax */
}

.whiteboxright {
    border: 2px solid #293484
}

.oxyy-login-register .hero-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.3;
}

.text-justify {
    text-align: justify;
}

.terms-box .terms-inner-box {
    max-height: 470px;
    overflow: auto;
    padding: 10px 0px;
}

/* width */
.terms-box .terms-inner-box::-webkit-scrollbar {
    width: 10px;
}

/* Track */
.terms-box .terms-inner-box::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey;  */
    background: rgb(119 119 119 / 20%);
    border-radius: 10px;
}

/* Handle */
.terms-box .terms-inner-box::-webkit-scrollbar-thumb {
    background: #777777;
    border-radius: 20px;
}

/* Handle on hover */
.terms-box .terms-inner-box::-webkit-scrollbar-thumb:hover {
    /* background: #rgb(119 119 119 / 20%);  */
}

.terms-box-wrapper {
    border: 1px solid #293484;
    padding: 15px 15px 15px 15px;
}

.theme-color {
    color: #21b372 !important;
    text-decoration: none;
}

.theme-color-text {
    color: #0BB272 !important;
    text-decoration: none;
}

.btn-primary-theme {
    --bs-btn-color: #fff;
    --bs-btn-bg: #21b372;
    --bs-btn-border-color: #21b372;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #188d59;
    --bs-btn-hover-border-color: #188d59;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #188d59;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #21b372;
    --bs-btn-disabled-border-color: #21b372;
}

.terms-box button.decline {
    color: #D12D2D;
}

.terms-box button {
    min-height: 50px;
    font-size: 21px;
    font-weight: 600;
}

.light-gray.btn-outline-secondary {
    --bs-btn-color: #DEE2E6;
    --bs-btn-border-color: #DEE2E6;
    --bs-btn-hover-color: #D12D2D;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #DEE2E6;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #D12D2D;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #DEE2E6;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #DEE2E6;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #DEE2E6;
    --bs-gradient: none;
}

.otp-screen-form input:focus {
    border-color: #0BB272;
}

.otp-screen-form input {
    min-height: 85px !important;
    border-color: #3C3C3C;
    text-align: center;
    font-size: 30px;
}

.tick-green .tick_icon::before {
    content: "";
    padding-left: 20px;
    padding-right: 10px;
    background: url(../images/icon/tick-green.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.congratulations {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;

}

.wrapper.otp {
    padding: 40px 30px 40px 30px;
    ;
}

.close-btn-otp {
    position: absolute;
    top: 13px;
    right: 15px;
}



/* stle new file css */

* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

.navbar-toggler:focus {
    box-shadow: unset !important;
}

.bg-light-grey {
    background-color: #f9f9f9;
}

.header_lo ul.navbar-nav.ms-auto.mb-2.mb-lg-0.bg-white {
    display: flex;
    align-items: center;
}

.header_lo .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(10 32 140);
}

.header_lo .navbar-light .navbar-nav .nav-link {
    color: rgb(10 32 140);
}

.header_lo ul.navbar-nav.ms-auto.mb-2.mb-lg-0.bg-white {
    border-radius: 10px;
    padding-left: 44px;
    margin-top: 10px;
}

/*==============Login-Page==============*/

/*=============Media-Query==============*/
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {

.search-input {
background: #FFFFFF;
color: #212121;
vertical-align: middle;
font-size: 16px;
line-height: 2;
padding: 5px 50px;
border-radius: 25px;
width: 100%;
border: 1px solid #231F204D;
outline: none;
box-shadow: inset 0 -1px 1px -1px #CCCCCC, inset 0 1px 1px -1px #CCCCCC, inset 1px 0 1px -1px #CCCCCC;
}

.search-submit {
background: transparent;
color: #8f8f8f;
vertical-align: middle;
border: 1px;
outline: none;
cursor: pointer;
position: absolute;
/* bottom: -36%; */
left: 3%;

}
.head-p{
font-size: 20px;
line-height: 34px;
}
.search-submit i {
font-size: 22px;
position: relative;
/* top: -4px; */
}
.student-box2 h3{
  font-size: 16px;
  font-weight: 600;
  color: #231F20;
}
.student-box2 img{
 border-radius: 50%;
}
.power-offBtn a{
 border: 1px solid #CC0909;
 color: #CC0909;
 text-decoration: none;
 padding: 7px 15px;
 border-radius: 6px;
 font-size: 16px;
 font-weight: 600;
}
/* end of header start vaibhav code-------------------------------------  */
.main-para {
 font-size: 20px;
 font-weight: 400;
 color:  #231F20; 
}
.student-box {
 border: 1px solid rgb(0, 0, 0, 20%);
 border-radius: 10px;
  
}
.student-box h3 {
 font-size: 20px;
 font-weight: 600;
 color:  #231F20;  
}
.submit-main {
 margin-top: 111px;
 color: #0A208C;
 font-size: 25px;
 font-weight: 500;
}
.radio-researchBtn{
 padding: 20px 16px;
 border-radius: 15px;
 box-shadow: 0px 1px 4px 0px;

}
#inlineRadio-research{
 
 width: 22px;
 height: 22px;
 border: .7px solid #231F20;
 
}
#inlineRadio-research2{
 
 width: 22px;
 height: 22px;
 border: .7px solid #231F20;
 
}
.radio-researchBtn ul li label{
 color:#0A208C;
 font-size: 20px;
 font-weight: 600;
 padding-left: 45px;
}
    .header_lo ul.navbar-nav.ms-auto.mb-2.mb-lg-0.bg-white {
        padding-left: unset !important;
        padding-bottom: 17px;
    }
}

/* new header code start */
.input-container {
    display: flex;
    position: relative;
}

::placeholder {
    color: #757575;
    opacity: 1;
}

.search-input {
    background: #FFFFFF;
    color: #212121;
    vertical-align: middle;
    font-size: 16px;
    line-height: 2;
    padding: 5px 50px;
    border-radius: 20px;
    width: 100%;
    border: 1px solid #231F204D;
    outline: none;
    box-shadow: inset 0 -1px 1px -1px #CCCCCC, inset 0 1px 1px -1px #CCCCCC, inset 1px 0 1px -1px #CCCCCC;
}

.search-submit {
    background: transparent;
    color: #231F20;
    vertical-align: middle;
    border: 1px;
    outline: none;
    cursor: pointer;
    position: absolute;
    /* bottom: -36%; */
    left: 3%;

}

.head-p {
    font-size: 20px;
    line-height: 34px;
}


.search-submit i {
    font-size: 26px;
    position: relative;
    /* top: -4px; */
}

.student-box2 h3 {
    font-size: 16px;
    font-weight: 600;
    color: #231F20;
}

.student-box2 img {
    border-radius: 50%;
    height: 3rem;
}

.power-offBtn a {
    border: 1px solid #CC0909;
    color: #CC0909;
    text-decoration: none;
    padding: 7px 13px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    width: 112px;
    height: 40px;
    text-align: center;
}

/* end of header start vaibhav code-------------------------------------  */
.main-para {
    font-size: 20px;
    font-weight: 400;
    color: #231F20;
}

.student-box {
    border: 1px solid rgb(0, 0, 0, 20%);
    border-radius: 10px;

}

.student-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #231F20;
}

.submit-main {
    margin-top: 90px;
    color: #0A208C;
    font-size: 24px;
    font-weight: 600;
}

.radio-researchBtn {
    padding: 20px 16px;
    border-radius: 15px;
    box-shadow: 0px 1px 4px 0px;

}

#inlineRadio-research {

    width: 22px;
    height: 22px;
    border: .7px solid #231F20;

}

#inlineRadio-research2 {

    width: 22px;
    height: 22px;
    border: .7px solid #231F20;

}

.radio-researchBtn ul li label {
    color: #0A208C;
    font-size: 20px;
    font-weight: 600;
    padding-left: 45px;
}


/* tabs /............................*/
/* .radio-researchBtn [type="radio"]:checked,
[type="radio"]:not(:checked) {
 position: absolute;
 left: -9999px;
}
.radio-researchBtn [type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
 position: relative;

 cursor: pointer;
 line-height: 20px;
 display: inline-block;
 color:#0A208C;
 font-size: 20px;
 font-weight: 600;
} */
/* .radio-researchBtn [type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 28px;
 height: 28px;
 border: 1px solid #FAA500;
 border-radius: 100%;
 background: #fff;
}
.radio-researchBtn [type="radio"]:checked + .border-color:before,
[type="radio"]:not(:checked) + .border-color:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 width: 28px;
 height: 28px;
 border: 1px solid #0BB272;
 border-radius: 100%;
 background: #fff;
}
.radio-researchBtn [type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
 content: '';
 width: 19px;
 height: 19px;
 background: #FAA500;
 position: absolute;
 top: 5px;
 left: 5px;
 border-radius: 100%;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
}
.radio-researchBtn [type="radio"]:checked + .border-color:after,
[type="radio"]:not(:checked) + .border-color:after {
 content: '';
 width: 19px;
 height: 19px;
 background: #0BB272;
 position: absolute;
 top: 5px;
 left: 4px;
 border-radius: 100%;
 -webkit-transition: all 0.2s ease;
 transition: all 0.2s ease;
} */

.radio-researchBtn [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-researchBtn [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* .tabs > input[type="radio"]:checked + label {
 background-color: #fff;
 border-bottom: 1px solid #fff;
} */
@media (scripting: none) {
    [role="tablist"] {
        display: none;
    }
}

@media (scripting: enabled) {
    [data-state="inactive"] {
        display: none;
    }
}


.available2-cop h4{
 font-size: 20px;
 font-weight: 700;
 color: #231F20;
}
.remove-coup img{
width: 100%;
}
.check2-icon1{
 display: flex;
 justify-content: center;
 position: absolute;
 left: 38%;
 bottom: 82%;
}
.check2-icon3{
 background-color: #CC0909;
 padding: 17px 44px;
 border-radius: 50%;

}
.check2-icon3 i{
 font-size: 60px;
 color: #fff;
}
.check2-icon2{
 padding: 13px 13px;
 background-color: #ffff;
 border-radius: 50%;
}
.check3-icon1{
 display: flex;
 justify-content: center;
 position: absolute;
 left: 38%;
 bottom: 74%;
}
.check3-icon3{
 background-color: #F7F8FF;
 padding: 17px 21px;
 border-radius: 50%;

}
.check3-icon3 img{
 width: 69px;
 height: 69px;
}
.check3-icon2{
 padding: 13px 13px;
 background-color: #ffff;
 border-radius: 50%;
}
.container-text {
 display: block;
 position: relative;
 padding-left: 35px;
 margin-bottom: 12px;
 cursor: pointer;
 font-size: 16px;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

/* Hide the browser's default checkbox */
.container-text input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

.primary-oneLine{
 display: flex;
 justify-content: space-between;
}
.container-text span a{
 font-size: 16px;
 text-decoration: none;
 color: #0BB272;
}
.prim-details-Au label span{
  color: red;
}
.prim-details-Au{
 box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
 padding: 26px;
 border-radius: 15px;
}
/* anuj sir css -------------------------------------------------------- */
.bg_card_one{
 background-color: rgba(255, 255, 255, 0.9);
 box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
 border-radius: 15px;
 padding: 40px 6px;
 position: relative;
}
.inner-tabContent ul li label {
    color: #231F20;
    font-size: 16px;
    font-weight: 400;
    padding-left: 34px;
}

.inner-tabContent [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -4px !important;
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

.inner-tabContent [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #0BB272;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.add-new-one p {
    font-size: 16px;
    font-weight: 400;
    color: #171617;
    margin-bottom: 0;
}

.add-new-one p span {
    font-size: 16px;
    font-weight: 600;
    color: #171617;
}

.add-new-one {
    background-color: #F5F7FF;
    padding: 10px 6px;
    border-radius: 10px;
}

.save-btn {
    width: 335px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0px 4px 10px 0px #00000026;
    background-color: white;
    color: #231F20;
    text-align: center;
    border-radius: 5px;
}

.continue-btn {
    width: 335px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0px 4px 10px 0px #00000026;
    background-color: #0BB272;
    color: white;
    text-align: center;
    border-radius: 5px;
    border: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
    /* line-height: 45px; */

}

.boder-radius-50 {
    border-radius: 50px 50px 0px 0px;
}

.continue-btn2 {
    width: 340px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0px 4px 10px 0px #00000026;
    background-color: #0BB272;
    color: white;
    text-align: center;
    border-radius: 5px;
    border: 1px;
}

.tryAgain-btn {
    width: 198px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
    background-color: white;
    color: #CC0909;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #CC0909;
}
.card1 {
 margin-left: 55px;
 z-index: 0;
 /* border-right: 1px solid #F5F5F5 */
}
.cancel-btn {
    /* width: 198px; */
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px; */
    /* background-color: #0BB272; */
    border: 1px solid #888;
    color: white;
    text-align: center;
    border-radius: 5px;
    border: 1px;
}

.subject-del {
    display: flex;
    justify-content: space-between;
}

.sub-del label {
    color: red;
}

.sub-del label i {
    font-size: 12px;
    margin-left: 6px;
}

.change-colorlight {
    color: #89818154;
}

.change-colorlight select {
    color: #89818154;
}

.check-icon1 {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 38%;
    bottom: 82%;
}

.check-icon3 {
    background-color: #42B247;
    padding: 17px 22px;
    border-radius: 50%;

}

.check-icon3 i {
    font-size: 60px;
    color: #fff;
}

.check-icon2 {
    padding: 13px 13px;
    background-color: #ffff;
    border-radius: 50%;
}

.text-modal1 h2 {
    font-size: 20px;
    font-weight: 700;
    color: #0A208C;
}

.text-modal1 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.text-modal1 h4 {
    font-size: 12px;
    font-weight: 400;
    color: #171617;
}

.btn-dashboard {
    width: 358px;
    height: 38px;
    font-size: 15px;
    font-weight: 600;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
    background-color: #0BB272;
    color: white;
    text-align: center;
    border-radius: 5px;
    border: 1px;
}

.need-helpBtn {
    width: 358px;
    height: 38px;
    font-size: 12px;
    font-weight: 400;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
    background-color: white;
    color: #000000;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #0000003d;
}

.need-helpBtn span {
    color: #0BB272;
    font-size: 12px;
    font-weight: 600;
}

.processing-textD td {
    font-size: 16px;
    font-weight: 500;
    color: #0A208C;
}

.intro-price td {
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
}
td {
 padding: 10px;
}
.payment-text h4 {
    color: #0A208C;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.payment-article1 {
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px #0000001c
}

.view-coup1 a {
    color: #0BB272;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.enter-code button {
    width: 243px;
    background-color: #0BB272;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.enter-code {
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px #0000001c;
    padding: 20px;

}

.available2-cop h4 {
    font-size: 20px;
    font-weight: 700;
    color: #231F20;
}

.remove-coup img {
    width: 100%;
}

.check2-icon1 {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 38%;
    bottom: 82%;
}

.check2-icon3 {
    background-color: #CC0909;
    padding: 17px 44px;
    border-radius: 50%;

}

.check2-icon3 i {
    font-size: 60px;
    color: #fff;
}

.check2-icon2 {
    padding: 13px 13px;
    background-color: #ffff;
    border-radius: 50%;
}

.check3-icon1 {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 38%;
    bottom: 74%;
}

.check3-icon3 {
    background-color: #F7F8FF;
    padding: 17px 21px;
    border-radius: 50%;

}

.check3-icon3 img {
    width: 69px;
    height: 69px;
}

.check3-icon2 {
    padding: 13px 13px;
    background-color: #ffff;
    border-radius: 50%;
}

.container-text {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-text input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.primary-oneLine {
    display: flex;
    justify-content: space-between;
}

.container-text span a {
    font-size: 16px;
    text-decoration: none;
    color: #0BB272;
}

.prim-details-Au label span {
    color: red;
}

.prim-details-Au {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px 0px;
    padding: 26px;
    border-radius: 15px;
}

/* anuj sir css -------------------------------------------------------- */
.bg_card_one {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 40px 6px;
}

.cus-1 {
    color: #231F20;
    font-size: 16px;
    font-weight: 400;

    text-align: left;

}

#progressbar li:nth-child(2) {
    margin-top: 90px;
}

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 85px
}

#progressbar li:nth-child(3) {
    margin-bottom: 88px
}

#progressbar li:nth-child(2):before {
    /* width: 18.67px;
 height: 18.67px;
 outline: 1px dashed #0BB272;
 outline-offset: 6.67px;
 background-color: #0BB272;
 border: 1px solid #0BB272; */
    width: 26.67px;
    height: 26.67px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    background: #fff;
    border: 1px solid #231F20;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    position: relative;
}

#progressbar .step0:before {
    content: "";
    color: #fff
}

#progressbar li:before {
    width: 26.67px;
    height: 26.67px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    background: #fff;
    border: 1px solid #231F20;
    border-radius: 50%;
    margin: auto;
    z-index: 1;
    position: relative;
}

/* #progressbar li:last-child:before {
 width: 40px;
 height: 40px
} */
#progressbar li:nth-child(4):after {
    /* background: repeating-linear-gradient(to bottom, #0BB272, #0BB272 5px, #0BB272 5px, #0BB272 10px);
 background-color: #0BB272; */
    height: 0px;
    margin-top: 27px;

}

#progressbar li:after {
    content: '';
    width: 1.5px;
    height: 80px;
    background: repeating-linear-gradient(to bottom,
            #BDBDBD,
            #BDBDBD 5px,
            transparent 5px,
            transparent 10px);
    position: absolute;
    left: 30px;
    /* top: 15px; */
    z-index: 0
}

#progressbar li:last-child:after {
    top: 160px;
    height: 284px;
}

#progressbar li:nth-child(3):after {
    top: 81px
}

#progressbar li:nth-child(2):after {
    top: 10px
}

#progressbar li:first-child:after {
    position: absolute;

}


#progressbar li.active:before {
    background: #0BB272;
    font-family: FontAwesome;
    outline: 1px dashed #0BB272;
    outline-offset: 6.67px;
    border: 1px solid #0BB272;
    width: 21.67px;
    height: 21.67px;
    /* content: "\f00c" */
}

.cus-2 {
    margin-top: 55px;
}

.cus-3 {
    margin-top: 55px;
}

.first_text {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    text-align: left;
    color: #0BB272;
}

.cusnext {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    color: #0A208C;
}

/* =============================start vaibhav css again */
@media screen and (max-width: 774px) {
    .artical-research {
        padding-top: 16px;
    }

    .submit-main {
        color: #0A208C;
        font-size: 24px;
        font-weight: 600;
    }

    .main-para {
        font-size: 16px;
        font-weight: 400;
        color: #231F20;
    }

    .student-box {
        border: 1px solid rgb(0, 0, 0, 20%);
        border-radius: 10px;
        margin-top: 18px;
    }

    .Sp-up {
        margin-top: 20px;
    }

}

.Sp-up {
    margin-top: 40px;
}

.custom_back_btn {
    border: 3px solid #0BB272;
    width: 64px;
    height: 64px;
    gap: 0px;
    /* opacity: 0px; */
    border-radius: 50px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: #0BB272;
}

.custom_back_btn i {
    margin-top: 0.8rem;
}

.cus_padding {
    padding-left: 132px;
    /* padding-right: 106px; */
}

.heading_one {
    position: absolute;
    left: -4rem;
}

/* General Styles */
body {
    font-family: 'Arial', sans-serif;
    color: #222222;
}

/* Subject Container */
.subject-container {
    margin-bottom: 20px;
    /* max-width: 600px; */
}

.subject-label {
    display: block;
    /* font-weight: bold; */
    color: #222222;
    margin-bottom: 5px;

    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.subject-label .required {
    color: red;
}

.subject-input-group {
    display: flex;
    align-items: center;
    border: 1px solid #192bcd;
    border-radius: 5px;
    
}

.subject-input {
    background: none;
    flex-grow: 1;
    border: none;
    outline: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #222222;
}

.subject-input::placeholder {
    color: #222222;
    opacity: 0.6;
}

.delete-btn {
    background-color: transparent;
    border: none;
    color: #CC0909;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;

}

.delete-btn i {
    margin-left: 5px;
}

/* Add Subject Button */
.add-subject-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #00b686;
    text-decoration: none;
    /* margin-top: 10px; */

    font-family: Poppins;
    font-size: 16px;
    /* font-weight: 600; */
    line-height: 20px;
    text-align: left;

}

.add-subject-btn i {
    margin-right: 5px;
    font-size: 18px;
}

/* General Modal Styles */
/* .modal {
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100vh;
 background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
 background-color: #fff;
 border-radius: 10px;
 padding: 30px;
 text-align: center;
 max-width: 400px;
 position: relative;
 box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
 font-family: Arial, sans-serif;
}
*/
/* .close-btn {
 position: absolute;
 top: 15px;
 right: 15px;
 background: none;
 border: none;
 font-size: 24px;
 cursor: pointer;
}

.icon-container img {
 width: 70px;
 margin-bottom: 20px;
}

.modal-title {
 font-size: 22px;
 font-weight: bold;
 color: #2b2e4a;
 margin-bottom: 10px;
}

.modal-text {
 font-size: 16px;
 color: #5a5a5a;
 margin-bottom: 20px;
}

.dashboard-btn {
 background-color: #00b686;
 color: white;
 padding: 12px 25px;
 border-radius: 5px;
 border: none;
 cursor: pointer;
 font-size: 16px;
 font-weight: bold;
}

.dashboard-btn:hover {
 background-color: #009970;
}

.help-text {
 margin-top: 20px;
 font-size: 14px;
 color: #999999;
}

.help-text a {
 color: #00b686;
 text-decoration: none;
}

.help-text a:hover {
 text-decoration: underline;
}
*/
/* Modal Styles */
.custom-modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.custom-modal-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 30px;
    text-align: center;
    /* max-width: 400px; */
    /* width: 540px;   */
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;


}

.custom-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.custom-icon-container img {
    width: 120px;
    margin-bottom: 20px;
    position: absolute;
    top: -4rem;
    background: #fff;
    padding: 1rem;
    border-radius: 60px 60px 0px 0px;
    left: 50%;
    transform: translate(-50%, 10px);
}

.custom-modal-title {
 font-family: Poppins;
 font-size: 24px;
 font-weight: 700;
 line-height: 32px;
 letter-spacing: -0.0016em;

 
}

.custom-modal-text {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 20px;
}

.custom-dashboard-btn {
    background-color: #00b686;
    color: white;
    padding: 12px 25px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

.custom-dashboard-btn:hover {
    background-color: #009970;
}

.custom-help-text {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.custom-help-text a {
    color: #00b686;
    text-decoration: none;
}

.custom-help-text a:hover {
    text-decoration: underline;
}

/* Hide modal by default */
.modal {
    display: none;
    /* Hidden initially */
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Rest of the CSS remains the same */
/* General Modal Styles */
.modal {
    display: none;
    /* Initially hidden */
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Semi-transparent background */
}
#paymentFailedModal .modal-content {
 
 border: 3px solid #0A208C;
}
#paymentFailedModalOne .modal-content {
 
 border: 3px solid #0A208C;
}
#paymentFailedModalTwo .modal-content {
 
 border: 3px solid #0A208C;
}
#paymentSuccessModal .modal-content {
 
 border: 3px solid #0A208C;
}
/* .content-circle{
 padding-top: 44px;
 padding-bottom: 44px;
} */
/* .modal-content {
    background-color: #fff;
    border-radius: 12px;
    padding: 40px 40px 30px;
    text-align: center;

    width: 100%;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    border: 3px solid #0A208C;
} */

/* Close button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #222;
}

.icon-container {
    width: 120px;
    margin-bottom: 20px;
    position: absolute;
    top: -5.3rem !important;
    background: #fff;
    padding: 1rem;
    border-radius: 60px 60px 0px 0px;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 150px;
    height: 75px;
    /* background-color: gold; */
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 3px solid #0A208C;
    border-bottom: 0;
}

.modal-title {
    font-size: 22px;
    font-weight: 700;
    color: #0A208C;
    margin-bottom: 15px;
    margin-top: 20px;
}

.modal-text {
    font-size: 16px;
    line-height: 1.6;
    color: #5a5a5a;
    margin-bottom: 30px;
}

/* Dashboard button */
.dashboard-btn {
    background-color: #0BB272;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    margin: auto;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    max-width: 280px;

}

.dashboard-btn:hover {
    background-color: #009970;
}

/* Help text */
.help-text {
    margin-top: 30px;
    font-size: 14px !important;
    color: #777;
    padding: 15px 8px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.help-text a {
    color: #00b686;
    text-decoration: none;
    font-weight: 600;
}

.sub-text {
    display: block;
    margin-top: 2.7rem;
    font-size: 20px;
    margin-left: 3px;
}

.help-text a:hover {
    text-decoration: underline;
}

/* Styling for the trigger div (optional, for the element that opens the modal) */
/* #trigger-div {
 background-color: #00b686;
 color: white;
 padding: 10px 20px;
 font-weight: bold;
 font-size: 16px;
 text-align: center;
 border-radius: 6px;
 cursor: pointer;
 max-width: 200px;
 margin: 20px auto;
}
*/
#trigger-div:hover {
    background-color: #009970;
}

.button-container {
    display: flex;
    gap: 40px;
    /* Space between buttons */
}

/* .btn {
 padding: 12px 24px;
 font-size: 16px;
 font-weight: 600;
 border: none;
 border-radius: 6px;
 cursor: pointer;
} */

.save-btn {
    /* background-color: #F5F5F5; */
    /* Light grey background */
    color: #000;
    /* Black text */
    border: 2px solid #F5F5F5;
    transition: background-color 0.3s, border-color 0.3s;
}

.save-btn:hover {
    /* background-color: #E0E0E0;
  
    border-color: #E0E0E0; */
}

.continue-btn {
    background-color: #0bb272;
    /* Green background */
    color: #fff;
    /* White text */
    transition: background-color 0.3s;
}

.continue-btn:hover {
    background-color: #218838;
    /* Darker green on hover */
}

.modal-content {
    border-radius: 10px;
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    font-weight: 600;
    font-size: 20px;
}

.coupon-list {
    margin-top: 20px;
}

.coupon {
    border: 2px dashed rgba(35, 31, 32, 0.6);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
    padding: 15px 25px 7px;
    
}

.coupon-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.discount {
    background-color: #E6FAF2;
    color: #00A75D;
    padding: 3px 20px;
    font-size: 12px;
    font-weight: bold;
    border: 1px dashed #00A75D;
    border-radius: 4px;
    border: 1.5px dashed #00A75D;
    border-radius: 4px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

.apply-link {
    color: #0BB272;
    /* font-size: 12px; */
    /* font-weight: 600; */
    cursor: pointer;
    /* font-family: Outfit; */
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 34px;
    letter-spacing: 0.01em;
    text-align: right;
}

p {
    font-size: 14px;
    margin: 5px 0;
}

strong {
    font-weight: 600;
}

.copy-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    margin-left: 5px;
    padding: 0;
}

.copy-btn:hover {
    color: #00C15E;
}

.coupon p:nth-of-type(2) {
    margin-top: 5px;
    padding-top: 8px;
}

.modal-backdrop {
    display: none;
}

.cus-btt {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #0BB272;
}

.coupon p {
    text-align: left;
    color: #626262;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    strong{
        color: #000;
    }

}

/* Container styling */
.coupon-container {
    width: 100%;
    /* max-width: 600px; */
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

/* Header section */
.coupon-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.add-coupon-text {
    color: #0A208C;
    font-size: 16px;
    font-weight: 600;
}

.view-coupons {
    font-size: 14px;
    color: #00A15D;
    text-decoration: none;
}

.view-coupons:hover {
    text-decoration: underline;
}

/* Coupon box styling */
.coupon-box {
    border: 2px dashed #C4C4C4;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon-label {
    background-color: #F2F6FF;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 16px;
    color: #4A4A4A;
}

.coupon-savings {
    font-size: 18px;
    color: #182CD1;
    font-weight: bold;
}

.remove-coupons {
    font-size: 16px;
    color: #00A15D;
    text-decoration: none;
}

.remove-coupons:hover {
    text-decoration: underline;
}

/* payment proses css start here */
.payment-container {
    text-align: center;
    background-color: #fff;
    padding: 50px 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.logo-container {
    margin: 20px 0;
}

/* .logo {
 width: 80px;
 height: auto;
} */

.loading-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.loading-dots span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #d2d4d9;
    border-radius: 50%;
    animation: blink 1.2s infinite ease-in-out both;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

.loading-dots span:nth-child(4) {
    animation-delay: 0.6s;
}

.loading-dots span:nth-child(5) {
    animation-delay: 0.8s;
}

@keyframes blink {

    0%,
    100% {
        background-color: #d2d4d9;
    }

    50% {
        background-color: #2d2f7d;
    }
}

.help-text {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.help-text a {
    color: #00a84e;
    text-decoration: none;
}

.payment-container h1 {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    /* text-align: left; */
    color: #0A208C;
}

/* close here */


/* payment fild start here */
.payment-failed-container {
    text-align: center;
    padding: 20px;
}

.icon-container {
    margin-bottom: 15px;
}

.error-icon {
    width: 90px;
    height: auto;
}

.payment-failed-container h2 {
    font-size: 22px;
    color: #2d2f7d;
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-align: center;
    /* margin-top: 2rem; */

}

p {
    font-size: 16px;
    color: #555;
}

/* button {
margin: 10px;
padding: 10px 20px;
font-size: 14px;
} */

.button-group {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.btn-outline-danger {
    border-color: #CC0909 !important;
    color: #CC0909;
    background-color: transparent !important;
    border: 1px solid #CC0909;
}

.btn-outline-danger:hover {
    background-color: #CC0909;
    color: #fff;
}

/* .btn-success {
background-color: #00a84e;
color: #fff;
}

.btn-success:hover {
background-color: #008c3c;
} */
#paymentFailedModal .trans-font{
    font-size: 0.9rem;
}
#paymentFailedModal .button-group {
 display: flex;
 /* justify-content: space-around; */
 margin: 20px -4px;
 gap: 24px;
}
.mw-80{
    max-width: 80%;
}
#paymentFailedModalTwo .button-group {
 display: flex;
 justify-content: space-around;
 margin: 20px -4px;
 /* gap: 24px; */
}
#paymentFailedModalOne .button-group {
 display: flex;
 justify-content: space-around;
 margin: 20px -4px;
 /* gap: 24px; */
}
.help-text {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.help-text a {
    color: #00a84e;
    text-decoration: none;
}

.button-group .btn {
    padding: 12px 50px;
    font-size: 20px;
    font-weight: 600;
    /* border: none; */
    border-radius: 6px;
    cursor: pointer;
    background-color: #0BB272;
    border-color: #0BB272;
}

#paymentFailedModal .icon-container {
    position: absolute;
    top: -8.3rem !important;
    background: #fff;
    padding: 1rem;
    border-radius: 60px 60px 0px 0px;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 150px;
    height: 75px;
    /* background-color: gold; */
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 3px solid #0A208C;
    border-bottom: 0;
}
#paymentFailedModalOne .icon-container {
 position: absolute;
 top: -8.3rem;
 background: #fff;
 padding: 1rem;
 border-radius: 60px 60px 0px 0px;
 left: 50%;
 transform: translate(-50%, 10px);
 width: 150px;
 height: 75px;
 /* background-color: gold; */
 border-top-left-radius: 110px;
 border-top-right-radius: 110px;
 border: 3px solid #0A208C;
 border-bottom: 0;
}
#paymentFailedModalTwo .icon-container {
 position: absolute;
 top: -8.3rem;
 background: #fff;
 padding: 1rem;
 border-radius: 60px 60px 0px 0px;
 left: 50%;
 transform: translate(-50%, 10px);
 width: 150px;
 height: 75px;
 /* background-color: gold; */
 border-top-left-radius: 110px;
 border-top-right-radius: 110px;
 border: 3px solid #0A208C;
 border-bottom: 0;
}
/* close here */
.btn-outline-custom{
 border: 0.88px solid #0BB272;
 font-family: Poppins;
 font-size: 18px;
 font-weight: 500;
 line-height: 28px;
 padding: 8px 15px;
 color: #0bb272;
 /* text-align: left; */
 

}
.cst{
 font-family: Poppins;
font-size: 20px;
font-weight: 500;
/* line-height: 30px; */
text-align: center;
color: #0BB272;
display: block;

}
.btn-outline-continue{
 border: 0.88px solid #0BB272;
 font-family: Poppins;
 font-size: 18px;
 font-weight: 500;
 line-height: 28px;
 padding: 8px 15px;
 background-color: #0bb272;
 color: #fff;
 /* text-align: left; */
 

}
/* payment sucess */

.payment-success-container {
    text-align: center;
    padding: 20px;
}

.icon-container {
    margin-bottom: 15px;
}

.success-icon {
    width: 90px;
    height: auto;
}

#paymentSuccessModal h2 {
    font-size: 22px;
    color: #2d2f7d;
    font-weight: 700;
    margin-bottom: 15px;
}

#paymentSuccessModal p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(35, 31, 32, 1);
    
}

.button-group {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

/* .btn-success {
background-color: #00a84e;
color: #fff;
padding: 10px 30px;
font-size: 16px;
}

.btn-success:hover {
background-color: #008c3c;
} */

.help-text {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.help-text a {
    color: #00a84e;
    text-decoration: none;
}

#paymentSuccessModal .icon-container {
    width: 120px;
    margin-bottom: 20px;
    position: absolute;
    top: -8.3rem;
    background: #fff;
    padding: 1rem;
    border-radius: 60px 60px 0px 0px;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 150px;
    height: 75px;
    /* background-color: gold; */
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 3px solid #0A208C;
    border-bottom: 0;
}

.payment-container-one {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
}

.payment-container-one h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333;
}

.payment-box .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.amount {
    font-weight: bold;
    color: #333;
}

.coupon .amount {
    color: red;
}

.net-payable .amount {
    font-size: 18px;
    color: green;
}

.payment-container-one hr {
    border: 0.5px solid #ddd;
    margin: 10px 0;
}

.receipt,
.download {
    color: #007bff;
    text-decoration: none;
    font-weight: bold;
}

.receipt:hover,
.download:hover {
    text-decoration: underline;
}


/* popup start */
.custom-modal-content {
    border-radius: 10px;
    border: 2px solid rgb(10 32 140) !important;
    padding: 16px;
}

.custom-modal-header {
    border-bottom: none;
    justify-content: flex-end;
}

.custom-modal-body h5 {
    color: #1a1a1a;
    font-weight: 700;
}

.custom-modal-body p {
    color: #6c757d;
    margin-bottom: 20px;
}

.custom-btn-continue {
    background-color: #0BB272;
    border: none;
    color: white;
    font-size: 20px;
    padding: 10px;
    width: 96%;
    border-radius: 5px;
}

.custom-modal-footer {
    border-top: none;
    text-align: center;
}

#receiptModal .icon-container {
    position: absolute;
    top: -5.8rem;
    background: #fff;
    padding: 1rem;
    border-radius: 60px 60px 0px 0px;
    left: 50%;
    transform: translate(-50%, 10px);
    width: 150px;
    height: 84px;
    /* background-color: gold; */
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border: 3px solid #0A208C;
    border-bottom: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.text_custom {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    color: #0A208C;
}

button.accordion-button.bg-transparent.w-100.m-0 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    text-align: left;
    color: #0A208C;
}

button.accordion-button.bg-transparent.w-100.m-0 h2 {
    font-family: Poppins;
    font-size: 24px !important;
    font-weight: 500 !important;
    line-height: 32px;
    text-align: left;
    color: #0A208C !important;
}

html {
    box-sizing: border-box;
}



/* .row {
display: flex;
gap: 20px;
} */

.col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.containerrr {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.circles-wrapper {
    width: 150px; /* reduced from 200px */
    height: 150px;
}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.circle::before,
.circle::after {
    content: '';
    position: absolute;
    width: 6px;  /* reduced from 12px */
    height: 6px;
    background: #fff;
    border-radius: 50%;
}

.circle::before {
    top: -3px; /* adjusted for smaller size */
}

.circle::after {
    bottom: -3px;
}

/* Circle Border Variants */
.circle2::before,
.circle2::after {
    border: 2px solid #ffea2b;
}

.circle3::before,
.circle3::after {
    border: 2px solid #d82108;
}

.circle4::before,
.circle4::after {
    border: 2px solid #06E2D5;
}

.circle5::before,
.circle5::after {
    border: 2px solid #0F70B7;
}

.circle6::before,
.circle6::after {
    border: 2px solid #F2018F;
}

/* Sizes */
.circle-lg {
    width: 150px;  /* reduced from 200px */
    height: 150px;
    animation: rotateCircles 3.1s linear infinite;
}

.circle-md {
    width: 100px;  /* reduced from 150px */
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.circle-md::before {
    width: 6px;
    height: 6px;
}

.circle-sm {
    width: 70px;   /* reduced from 100px */
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    animation: rotateCirclesOne 3.5s linear infinite;
    position: relative;
}

.circle-sm::before {
    width: 6px;
    height: 6px;
}

/* Borders */
.cirbr1, .cirbr2, .cirbr3, .cirbr4, .cirbr5 {
    border: 2px solid;
}

.cirbr1 { border-color: #FFEA2B; }
.cirbr2 { border-color: #D82108; }
.cirbr3 { border-color: #06E2D5; }
.cirbr4 { border-color: #0F70B7; }
.cirbr5 { border-color: #F2018F; }

.cir1, .cir2, .cir3, .cir4, .cir5 {
    border: 12px solid; /* reduced from 25px */
}

.cir1 { border-color: #FFEA2B; }
.cir2 { border-color: #D82108; }
.cir3 { border-color: #06E2D5; }
.cir4 { border-color: #0F70B7; }
.cir5 { border-color: #F2018F; }

.custom {
    padding: 10px; /* optional tweak */
    height: 140px; /* adjust based on content */
}


/* Remove SVG from here */

/* New SVG container styles */
.svg-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    /* Adjust as needed */
}

.svg-container svg {
    width: 100%;
    height: auto;
}

@keyframes rotateCircles {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateCirclesOne {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0);
    }
}

/* .modal-content{
padding: 80px 40px;
} */

/* submissinjourny css */
.student-box {
border: 1px solid rgb(0, 0, 0, 20%);
border-radius: 10px;

}

.student-box h3 {
font-size: 20px;
font-weight: 600;
color: #231F20;
}

.head-top {
display: flex;
justify-content: space-between;
padding: 10px 0;
position: relative;
}

.head-top .p2 {

font-weight: 600;
font-size: 24px;
line-height: 36px;
color: #0A208C;
}

.head-top .p1 {
margin-bottom: 24px;
font-weight: 700;
font-size: 24px;
line-height: 44px;

}

.head-p1 {

line-height: 48px;
color: #21B372;
border-bottom: 2px solid #21B372
}

.head-p1::before {
position: absolute;
height: 28px;
width: 2px;
top: 32px;
margin-left: -12px;
background-color: grey;
content: '';
}

.head-p2 {
font-weight: 400;
font-size: 20px;
line-height: 30px;
}

.inner-text h5 {
font-family: Poppins;
font-weight: 600;
font-size: 32px;
line-height: 32px;
color: #0A208C;
}

.inner-text p {
font-family: Poppins;
font-weight: 400;
font-size: 20px;
line-height: 30px;
color: #231F20;
}

.inner-text-1 strong {
color: #CC0909;
}

.inner-text-1 .inner-btn a {
padding: 13px 86px;
font-size: 24px;
line-height: 30px;
text-decoration: none;
color: #000;
font-weight: 700;
}

.inner-bt a {
text-decoration: none;
position: relative;
top: 8px;
color: white;
font-size: 16px;
line-height: 20px;
font-weight: 700;
font-family: poppins;
background: #0BB272;
padding: 10px;
border-radius: 0 8px 8px 0;
}

.inner-list li {
font-family: Poppins;
font-weight: 500;
font-size: 16px;
line-height: 30px;
padding-bottom: 8px;
color: #231F20;

}

/* label {
font-family: Poppins;
font-weight: 600;
font-size: 16px;
line-height: 20px;
color: #0A208C;
} */
.accordion-body .form-label{
 font-size: 19px;
}
.first-from input[type="text"] {
font-family: Poppins;
font-weight: 400;
font-size: 16px;
padding: 15px;
border: 1px solid grey;
line-height: 20px;
outline: 0;
}

textarea {
font-family: Poppins;
font-weight: 400;
font-size: 16px;
padding: 15px;
border: 1px solid #32313170 !important;
line-height: 20px;
overflow-y: hidden;
height: 5rem;
border-radius: 10px;
outline: 0;
}

.inner-list {
padding: 30px 0 1px 0;
border-radius: 0 15px 15px 15px;
}

.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #DEDEDE !important;
border-radius: 5px;
cursor: text;
padding-bottom: 5px;
padding-right: 5px;
position: relative;
height: 50px;
}

.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
border: 1px solid #DEDEDE !important;
outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #F7F9FF !important;
border: none;
border-radius: 20px !important;
box-sizing: border-box;
display: inline-block;
margin-left: 5px;
margin-top: 5px;
padding: 0px;
padding-left: 20px;
position: relative;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
white-space: nowrap;
}

.Add-btn {
color: #0BB272;
font-size: 18px;
}

.from-bt a {
text-decoration: none;
font-size: 16px;
line-height: 20px;
font-family: Poppins;
font-weight: 700;
color: #231F20;

border-radius: 5px;
}

.bt-1 button {
padding: 13px 88px;
}

.bt-2 button {
border-color: #0BB272;
border: 1px solid #0BB272;
color: #0BB272;
padding: 13px 88px;


}
.header_heading_one{
 font-family: Poppins;
font-size: 24px;
font-weight: 700;
line-height: 36px;
color:#0A208C;
;
/* text-align: left; */

}
.header_anchor{
 font-family: Poppins;
font-size: 22px;
font-weight: 500;
line-height: 36px;
color:#009B94;
;

}
.one_img img{
 height: 400px;
 width: 100%;
 object-fit: cover;
}
.custom-header {
 background-color: #f4f6fc;
 padding: 15px 0;
 border-bottom: 1px solid #ccc;
}
.custom-header .separator {
 color: #333;
}
.custom-header .license-icon {
 font-size: 18px;
 margin-right: 8px;
}
.custom-header span {
 color: #333;
 font-weight: 500;
 font-size: 17px;
}
.bt-3 button {
color: white;
padding: 13px 66px;
font-size: 20px;
font-weight: 600;
background-color: #0BB272;
}

.inner-img strong {
color: #0A208C;
}
.theme-red{
    color:#be1e2d;
}
.article-title {
 color: #0A208C;
 font-size: 1.75rem;
 font-weight: 700;
 /* text-align: center; */
 margin-bottom: 1rem;
}
.links-container {
 display: flex;
 align-items: center;
 justify-content: space-between;
 color: #0A208C;
 padding: 20px 0px;
 font-size: 0.9rem;
 .published{
    font-size: 16px;
    font-weight: 600;
 }
 .viewcomments{
font-weight: 600;
font-size: 16px;
&:hover{
    text-decoration: none;
}
 }
}
.note-toolbar.card-header{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 63px;
    color: #fff !important;
    background-color: #0bb272 !important;
}
.ds-sidebar{
    .section-title{
        font-weight: 600;
        font-size: 20px !important;
    }
}
.main-content-box{
    h2,h3,h4,h5{
        font-size: 1.3rem;
        padding-top: 10px;
        margin-bottom: 0px;
    }
    .section-title{
        font-weight: 600;
        font-size: 20px !important;
    }
}
.note-editable{
    h2,h3,h4,h5{
        font-size: 1.3rem;
        padding-top: 10px;
        margin-bottom: 0px;
    }
}
#openFullscreen{
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    color: #0A208C;
    line-height: 100%;
}
.link-item {
 display: flex;
 align-items: center;
 gap: 5px;
}
.link-item a {
 color: #00b894; /* Green color for DOI link */
 text-decoration: none;
 font-family: Poppins;
font-size: 16px;
font-weight: 500;

}
.link-item a:hover {
 text-decoration: underline;
}
.icon-link {
 color: #0A208C; /* Dark blue color for other links */
 text-decoration: none;
}
.icon-link:hover {
 text-decoration: underline;
}
.author-list {
 display: flex;
 /* justify-content: center; */
 gap: 20px;
 margin-bottom: 1rem;
}
.author {
 text-align: center;
 color: #666;
 display: flex;
 align-items: center;
 justify-content: center;
}
.name_author{
font-family: "Mulish", sans-serif !important;
 margin-left: 10px;
font-size: 18px;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.0016em;
color: #121212;
span{
    font-family: "Mulish", sans-serif !important;
    font-weight: 700;
    color: #0ab172;
}

}
.author img {
 width: 50px;
 height: 50px;
 border-radius: 50%;
 margin-bottom: 0.25rem;
}
.links-section {
 text-align: center;
 margin-bottom: 1rem;
}
.link-item {
 color: #0A208C;
 font-size: 0.9rem;
 display: flex;
 align-items: center;
 gap: 0px;
 margin-bottom: 0.5rem;
}
.icons-section {
 text-align: center;
 border-top: 1px solid #444;
 padding-top: 1rem;
 margin-top: 1rem;
}
.icon-item {
 color: #666;
 margin: 0 15px;
 font-size: 0.9rem;
}
.excel {
background: #F5F7FF;
padding: 4px 6px;
border-radius: 10px;
}

.excel-text p {
font-size: 16px;
line-height: 20px;
font-family: Poppins;
font-weight: 700;
color: #0A208C;
}

.inner-img input[type="text"] {
font-family: Poppins;
font-weight: 400;
font-size: 16px;
padding: 15px;
border: 1px solid grey;
line-height: 20px;
outline: 0;
border-radius: 15px;
}

.excel-img {
background: white;
width: 36px;
height: 36px;
border-radius: 28%;
padding: 3px;
}

.photo-img {
width: 3.5rem;
height: 3.5rem;
color: #E6F7F1;
background: #E6F7F1;
border-radius: 65%;
padding: 10px;
}

.check2 label {
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #231F20CC;
}

.bt2-2 a {
border-color: #bcc5c2;
border: 1px solid #0bb27224;
color: #5ea78b57;
}

.bt2-3 a {
background-color: #0bb2724a;
}

.bt2-1 a {
color: #dddddd;
}


.section-title {
color: #0A208C !important;
font-size: 18px !important;
font-weight: 500;
line-height: 20px;


}
.custom_anchor{
 font-family: Poppins;
font-size: 16px;
font-weight: 400;
color: #0D0D80;

}
.cs_pera{
 font-family: Poppins;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0.002em;
text-align: center;
color: #231F20;

}
.section-text {
 font-size: 1rem;
 line-height: 1.6;
}
.image-section img {
 width: 100%;
 border-radius: 8px;
 margin-top: 15px;
}
.image-caption {
 color: #00ff7f;
 font-style: italic;
 font-size: 1rem;
 margin-top: 5px;
 text-align: center;
}
.reference-item {
 margin-top: 10px;
}
.keywords, .figures, .supplementary-material {
 /* background-color: #111; */
 padding: 15px;
 border-radius: 8px;
 margin-top: 10px;
}
.keywords .badge {
 background-color: #e0e1e2;
 color: #000;
 font-size: 0.9em;
 margin-right: 8px;
 margin-bottom: 4px;
 padding: 12px;
}
.figures img {
 width: 100%;
 border-radius: 8px;
}
.supplementary-material {
 display: flex;
 align-items: center;
}
.supplementary-material img {
 width: 40px;
 margin-right: 10px;
}
a.cke_button_disabled .cke_button_icon,
a.cke_button_disabled .cke_button_arrow,
.cke_ltr .cke_button__paste_icon {
background-image: url('image/icons.png') !important;
}

a.cke_button_disabled .cke_button_icon,
a.cke_button_disabled .cke_button_arrow {
opacity: 1 !important;
}

.cke_top {
background-color: #e6f7f1 !important;
}

/* svg {
stroke: red;
} */

/* .download-btn {
background-color: #00B67A;
color: #0BB272;
padding: 10px 43px;
border: 2px solid #0BB272;
font-size: 21px;
border-radius: 10px;
display: inline-flex;
align-items: center;

text-decoration: none;
transition: background-color 0.3s ease;
} */

.cke_notifications_area {

display: none;
}

.cke_button__icon {
filter: hue-rotate(120deg) saturate(2);
/* Adjust saturation for brighter green */
}

.cke_button__icon.cke_button__icon_disabled {
filter: hue-rotate(120deg) saturate(0.5);
/* Dimmed for disabled state */
}

.select2-conatiner,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple {
border: 0;
padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #ffd4bf;
border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
margin-right: 5px;
color: #640e0e;
}

select {
width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
font-size: 14px !important;
}

.select2-conatiner,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
padding: 5px 33px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
display: none !important;
top: 4px !important;
font-size: 1.5rem !important;

border-right: unset !important;
color: black !important;
left: unset !important;
right: -1px !important;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
background-color: #0BB272 !important;
}

.select2-container--default .select2-selection--multiple {
height: 12rem !important;
border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
background-color: unset !important;
}

.select2-search textarea {
display: none !important;
}

.search-submit {
bottom: 5px !important;
}

.custom-modal-footer a {
color: #0bb272
}

.custom-modal-title {
color: #0A208C !important;
}

.head-p1 {
font-size: 20px;
line-height: 34px;
}

.head-top .p2 a {
text-decoration: none;
color: #009B94;
font-size: 24px;
line-height: 34px;
}

.head-top .p1 {
color:#0bb272;
}

.banner-content {
background: #F2F4FF;
}

.banner-text p {
font-size: 16px;
line-height: 24px;
}

.banner-text ::before {
content: "";
position: absolute;
width: 1px;
height: 20px;
top: 16px;
margin-left: -13px;
background-color: black;
}

.banner-content {
position: relative;
padding: 9px;
border-bottom: 1px solid #12121266;
}

.content-profile {
border-bottom: 1.5px solid #12121266;
padding-bottom: 8px;
}

.content-publish {
border-bottom: 1.5px solid #12121266;
padding-bottom: 8px;
padding-top: 8px;
}

.banner-text1::after {
content: "";
position: absolute;
width: 1px;
height: 20px;
top: 16px;
margin-left: 105px;
background-color: black;
}

.banner-text img {
height: 21px;
margin-top: 7px;
}

.content-1 p {
font-size: 28px;
line-height: 36px;
font-weight: 700;
color: #0A208C;
}

.publish-2 p {

font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #0A208C;
}

.publish-1 p {

font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #000000;
}

.content-share {
border-bottom: 1.5px solid #12121266;
padding-bottom: 8px;
padding-top: 8px;
}

.content-share p {
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: #000000;

}

.menu-p {
font-size: 20px;
font-weight: 600;
line-height: 20px;
color: #0A208C;
}

.form-select {
padding: 19px 15px;
border: 1px solid #231F2033;
font-size: 16px;
line-height: 20px;
border-radius: 10px;
outline: 0;
}

.head-p {
font-size: 20px;
line-height: 24px;
color: #231F20;
text-align: justify;
}

.head-center {
color: #0BB272;
font-size: 16px;
line-height: 24px;
}

.submit-btn a {
padding: 12px 90px;
border-radius: 5px;
font-size: 25px;
font-weight: 700;
color: black;
}
/* submission journey css end here */

/* submissinjourny css */
.student-box {
    border: 1px solid rgb(0, 0, 0, 20%);
    border-radius: 10px;

}

.student-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #231F20;
}

.head-top {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    position: relative;
}

.head-top .p2 {
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 36px;
    color: #0A208C;
}

.head-top .p1 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;

}

.head-p1 {

    line-height: 48px;
    color: #21B372;
    border-bottom: 2px solid #21B372
}

.head-p1::before {
    position: absolute;
    height: 28px;
    width: 2px;
    top: 32px;
    margin-left: -12px;
    background-color: grey;
    content: '';
}

.head-p2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

.inner-text h5 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    color: #0A208C;
}

.inner-text p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #231F20;
}

.inner-text-1 strong {
    color: #CC0909;
}

.inner-text-1 .inner-btn a {
    padding: 13px 86px;
    font-size: 24px;
    line-height: 30px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
}

.inner-bt a {
    text-decoration: none;
    position: relative;
    top: 8px;
    color: white;
    font-size: 16px;
    line-height: 20px;
    font-family: poppins;
    background: #0BB272;
    padding: 10px;
    border-radius: 0 8px 8px 0;
}

.inner-list li {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 8px;
    color: #231F20;

}

/* label {
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0A208C;
} */

.first-from input[type="text"] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
    border: 1px solid grey;
    line-height: 20px;
    outline: 0;
}

textarea {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
    border: 1px solid #32313170 !important;
    line-height: 20px;
    overflow-y: hidden;
    height: 5rem;
    border-radius: 10px;
    outline: 0;
}

.inner-list {
    padding: 30px 0 1px 0;
    border-radius: 0 15px 15px 15px;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #DEDEDE !important;
    border-radius: 5px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
    height: 50px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #DEDEDE !important;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #F7F9FF !important;
    border: none;
    border-radius: 20px !important;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0px;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

.Add-btn {
    color: #0BB272;
    font-size: 18px;
}

.from-bt a {
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-family: Poppins;
    font-weight: 700;
    color: #231F20;
    border-radius: 5px;
}

.bt-1 button {
    padding: 13px 88px;
    /* font-size: 22px; */
    font-weight: 500;
}

.bt-2 button {
    border-color: #0BB272;
    border: 1px solid #0BB272;
    color: #0BB272;
    padding: 13px 88px;
}

.bt-3 button {
    color: white;
    padding: 13px 66px;

    background-color: #0BB272;
}

.inner-img strong {
    color: #0A208C;
}

.excel {
    background: #F5F7FF;
    padding: 4px 6px;
    border-radius: 10px;
}

.excel-text p {
    font-size: 16px;
    line-height: 20px;
    font-family: Poppins;
    font-weight: 700;
    color: #0A208C;
}

.inner-img input[type="text"] {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    padding: 15px;
    border: 1px solid grey;
    line-height: 20px;
    outline: 0;
    border-radius: 15px;
}

.excel-img {
    background: white;
    width: 36px;
    height: 36px;
    border-radius: 28%;
    padding: 3px;
}

.photo-img {
    width: 3.5rem;
    height: 3.5rem;
    color: #E6F7F1;
    background: #E6F7F1;
    border-radius: 65%;
    padding: 10px;
}

.check2 label {
    font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #231F20CC;
}

.bt2-2 a {
    border-color: #bcc5c2;
    border: 1px solid #0bb27224;
    color: #5ea78b57;
}

.bt2-3 a {
    background-color: #0bb2724a;
}

.bt2-1 a {
    color: #dddddd;
}

a.cke_button_disabled .cke_button_icon,
a.cke_button_disabled .cke_button_arrow,
.cke_ltr .cke_button__paste_icon {
    background-image: url('image/icons.png') !important;
}

a.cke_button_disabled .cke_button_icon,
a.cke_button_disabled .cke_button_arrow {
    opacity: 1 !important;
}

.cke_top {
    background-color: #e6f7f1 !important;
}

/* svg {
    stroke: red;
} */

.download-btn {
    /* background-color: #00B67A; */
    color: #0BB272;
    padding: 10px 43px;
    border: 2px solid #0BB272;
    font-size: 21px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.cke_notifications_area {

    display: none;
}

.cke_button__icon {
    filter: hue-rotate(120deg) saturate(2);
    /* Adjust saturation for brighter green */
}

.cke_button__icon.cke_button__icon_disabled {
    filter: hue-rotate(120deg) saturate(0.5);
    /* Dimmed for disabled state */
}

.select2-conatiner,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple {
    border: 0;
    padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffd4bf;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
    color: #640e0e;
}

select {
    width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 14px !important;
}

.select2-conatiner,
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    padding: 5px 33px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none !important;
    top: 4px !important;
    font-size: 1.5rem !important;

    border-right: unset !important;
    color: black !important;
    left: unset !important;
    right: -1px !important;

}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0BB272 !important;
}

.select2-container--default .select2-selection--multiple {
    height: 12rem !important;
    border-radius: 10px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: unset !important;
}

.select2-search textarea {
    display: none !important;
}

.search-submit {
    bottom: 5px !important;
}
.search-input::placeholder{
    color:#818181 !important;
}
.search-input::-moz-placeholder{
    color:#818181;
}

.custom-modal-footer a {
    color: #0bb272
}

.custom-modal-title {
    color: #0A208C !important;
}

.head-p1 {
    font-size: 20px;
    line-height: 34px;
}

.head-top .p2 a {
    text-decoration: none;
    color: #009B94;
    font-size: 24px;
    line-height: 34px;
}

.head-top .p1 {
    color: #0bb272;
}

.banner-content {
    background: #F2F4FF;
}

.banner-text p {
    font-size: 16px;
    line-height: 24px;
}

.banner-text ::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 16px;
    margin-left: -13px;
    background-color: black;
}

.banner-content {
    position: relative;
    padding: 9px;
    border-bottom: 1px solid #12121266;
}

.content-profile {
    border-bottom: 1.5px solid #12121266;
    padding-bottom: 8px;
}

.content-publish {
    border-bottom: 1.5px solid #12121266;
    padding-bottom: 8px;
    padding-top: 8px;
}

.banner-text1::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    top: 16px;
    margin-left: 105px;
    background-color: black;
}

.banner-text img {
    height: 21px;
    margin-top: 7px;
}

.content-1 p {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #0A208C;
}

.publish-2 p {

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #0A208C;
}

.publish-1 p {

    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;
}

.content-share {
    border-bottom: 1.5px solid #12121266;
    padding-bottom: 8px;
    padding-top: 8px;
}

.content-share p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #000000;

}

.menu-p {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #0A208C;
}

.form-select {
    padding: 10px 29px;
    border: 1px solid #231F2033;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    outline: 0;
}

.head-p {
    font-size: 20px;
    line-height: 24px;
    color: #231F20;
    text-align: justify;
}

.head-center {
    color: #0BB272;
    font-size: 16px;
    line-height: 24px;
}

.submit-btn a {
    padding: 12px 90px;
    border-radius: 5px;
    font-size: 25px;
    font-weight: 700;
    color: black;
}

/* submission journey css end here */
.intro-price td {
 font-size: 16px;
 font-weight: 500;
 color: #231F20;
}




.custom-modal-body h5{
font-size: 24px;
line-height: 32px;
font-weight: 700;
color:#0A208C;
}
/* #container {
max-width: 550px;
} */

.step-container {
position: relative;
pointer-events: none;
text-align: center;
transform: translateY(-43%);
/* margin-right:15px; */
}
.opacity-80{
    opacity: 0.8;
}
.step-container .active{
 background-color: #0BB272;
 border: 2px solid #0BB272;
 outline: 1px solid #0BB272;
 outline-offset: 4px;
}
.progress-bar{
 background-color: #0bb272;
}
.step-circle {
width: 25px;
height: 25px;
border-radius: 50%;
background-color: #fff;
border: 2px solid #231f208a;
line-height: 30px;
font-weight: bold;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
cursor: pointer; /* Added cursor pointer */
}

.step-line {
position: absolute;
top: 16px;
left: 50px;
width: calc(100% - 100px);
height: 2px;
background-color: #007bff;
z-index: -1;
}

#multi-step-form{
overflow-x: hidden;
}
.custome_step_count{
 position: absolute;
 top: 2rem;
 width: max-content;
 left: inherit;
 text-align: center;
}
.ds-btn-outline-success{
    --bs-btn-border-color: #0bb272 !important;
    --bs-btn-color: #0bb272 !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 28px;
}
.progress, .progress-stacked{
    --bs-progress-bar-bg: #0BB272 !important;
}
#profanityModal{
    .custom-modal-title.sub-head{
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0%;
        text-align: center;
    }
    .second-para{
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
        vertical-align: middle;
    }
    .profanity-word-box{
        background-color: #F7F8FF;
        padding: 15px 53px;
        border-radius: 10px;
        position: relative;
        img{
            position: absolute;
            right: 10px;
            top: 10px;
        }
    }
}
#profanityList{
    gap:10px;
    ol li{
        font-weight: bold;
        color: #231F20;
    }
    p strong{
        color: #231F20;
    }
}
.fs-20{
    font-size: 20px !important;
}
#flagtoUs{
    .ds-head{
        font-weight: 700;
        color: #0BB272;
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .ds-head-second{
        font-weight: 700;
        font-size: 20px;
        line-height: 26px;
        color:#0D0D80;
        letter-spacing: 0%;
    }
}
.language_check{
 margin-top: -0.5rem;
 font-family: Poppins;
font-size: 18px;

font-weight: 600;
color: #231F20;

}
.step p{
 font-family: Poppins;
font-size: 18px;
font-weight: 400;
color: #000000;
line-height: 30px;
text-align: center;
}
.step p span{
 color: #000000;
 font-weight: 600;
}

.loader {
 position: relative;
 width: 80px;
 height: 80px;
}
.loader span {
 position: absolute;
 width: 15px;
 height: 15px;
 background-color: #ffc107;
 border-radius: 50%;
 transform-origin: 5px 40px; /* Center of the loader */
 animation: rotate 1s infinite linear;
}
/* Position each dot along the circle */
.loader span:nth-child(1) { transform: rotate(0deg) translateX(35px); animation-delay: 0s; }
.loader span:nth-child(2) { transform: rotate(40deg) translateX(35px); animation-delay: 0.1s; }
.loader span:nth-child(3) { transform: rotate(80deg) translateX(35px); animation-delay: 0.2s; }
.loader span:nth-child(4) { transform: rotate(120deg) translateX(35px); animation-delay: 0.3s; }
.loader span:nth-child(5) { transform: rotate(160deg) translateX(35px); animation-delay: 0.4s; }
.loader span:nth-child(6) { transform: rotate(200deg) translateX(35px); animation-delay: 0.5s; }
.loader span:nth-child(7) { transform: rotate(240deg) translateX(35px); animation-delay: 0.6s; }
.loader span:nth-child(8) { transform: rotate(280deg) translateX(35px); animation-delay: 0.7s; }
.loader span:nth-child(9) { transform: rotate(320deg) translateX(35px); animation-delay: 0.8s; }

/* Rotate the whole loader */
@keyframes rotate {
 0% {
   opacity: 0.3;
   transform: scale(0.8) rotate(0deg) translateX(35px);
 }
 50% {
   opacity: 1;
   transform: scale(1) rotate(180deg) translateX(35px);
 }
 100% {
   opacity: 0.3;
   transform: scale(0.8) rotate(360deg) translateX(35px);
 }
}


.padsiz{
    padding: 4rem;
 }
 .term-data{
    font-weight: 600;
    font-size: 20px;
    color: black;
}
.term-data2{
    font-size: 16px;
}
.cus_reg{
    font-size: 21px;
    color: black;
    font-weight: 600 ;
}
.cus_down{
    font-size: 22px;
    right: 15px;
    position: relative;
}
.pross-p{
    border: 1.5px dashed #231f206b;
    background: #F7F9FF;
    /* width: 6rem; */
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
    border-radius: 4px;
}
.pross-p2{
   
    background: #E6FFF5;
    padding: 3px 15px;
    
    font-size: 16px;
    font-weight: 700;
    color: #0BB272;
    border-radius: 4px;
}
.payment-detail{
    width: 100%;
    background: #FCFDFF;
    border-top: 1.4px solid #80808063;
    border-bottom: 1.4px solid #80808063;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.btn:hover{
    background-color: unset !important;
    color: unset !important;

}
.cus_head{
    font-size: 24px ;
color: #0A208C;
font-weight: 600;
}
.cus_input2 label{
    font-size: 16px;
}
.cus_a{
    color: #0BB272;
    text-decoration: none;
}
.right-0{
    right:0;
}
#Detailalert .icon-container{
    top: -116px !important;
}
#Needhelp .icon-container{
    top: -116px !important;
}
#reviewModal2 .icon-container{
    top: -116px !important;
}
.ds-green-btn{
    padding: 10px 50px !important;
    background-color: #0bb272;
    color: #fff !important;
    border-radius: 8px;
}
.cus_a::before{
    content: "";
position: absolute;
height: 14px;
width: 2px;
margin-left: -12px;
background: #231F20;
margin-top: 5px;
}
.gap-property{
    gap: 3rem;
}
.bt-1 button{
    padding: 13px 75px;
}
#previewButton{
    border: 1.5px solid #0bb272 !important;
   border-radius: 5px;
    color: #0bb272;
}
#submitButton{
    background: #0bb272 !important;
    padding: 13px 75px;
}
 @media (min-width: 1201px) and (max-width: 1400px) {

    /* .head-p {
        font-size: 18px !important;
    } */
    .head-top .p2{
        font-size: 22px !important;
    }
    .continue-btn{
        font-size: 20px;
    }
    .save-btn{
        font-size: 20px;
    }
    .heading_one {
        font-size: 28px;}
        .custom_back_btn {
            border: 3px solid #0BB272;
            width: 55px;
            height: 55px;
        }
        .sub-text {
            display: block;
            margin-top: 2.5rem;
            font-size: 20px;
            margin-left: -9px;
        }
        .cus_head{
            font-size: 18px !important;
        color: #0A208C;
        font-weight: 600;
        }
        .cus_input2 label{
            font-size: 14px;
        }
        .cus_a{
            color: #0BB272;
            text-decoration: none;
        }
        .cus_a::before{
            content: "";
        position: absolute;
        height: 14px;
        width: 2px;
        margin-left: -10px;
        background: #231F20;
        margin-top: 5px;
        }
        .gap-property{
            gap: 50px;
        }
        .inner-img input[type="text"] {
            font-family: Poppins;
            font-weight: 400;
            font-size: 14px;}
            form .field input[type="submit"] {
              
                font-size: 20px !important;}
                .term-data {
                    
                    font-size: 18px !important;
                    
                }
                .congratulations {
                    font-size: 17px;
                 
                    text-transform: uppercase;
                }
                .terms-box button {
                    font-size: 18px;
                }
                .cus_forget{
                    font-size: 18px;
                }
                .terms-inner-box p{
                    font-size: 16px ;
                }


                .terms-inner-box ul li{
                    font-size: 18px !important;
                }

                .forget-text2{
                    font-size: 16px;
                }
                p {
                    font-size: 14px ;
                    color: #555;
                }
    /* Styles for large desktops */
}
@media (max-width: 1200px) {
    p {
        font-size: 14px ;
        color: #555;
    }
    .cus_forget{
        font-size: 18px;
    }
    .terms-inner-box p{
        font-size: 16px;
    }

                .terms-inner-box ul li{
                    font-size: 18px !important;
                }

    .terms-box button {
        font-size: 18px;
    }
    .congratulations {
        font-size: 17px;
     
        text-transform: uppercase;
    }
    .term-data {
                    
        font-size: 18px !important;
        
    }
    .download-btn{
        padding: 10px 21px;
    }
    .head-p {
        font-size: 18px !important;
    }
    .head-top .p2{
        font-size: 22px !important;
    }
    .inner-img input[type="text"] {
        font-family: Poppins;
        font-weight: 400;
        font-size: 14px;
    }    
    .gap-property{
        gap: 16px;
    }
    .Cus_tab {
        display: flex;
        gap: 10px;
        margin-left: 30px;
    }
    .Cus_tab .form-check-label {
        font-size: 15px !important;
        font-weight: 500;
    }
    .continue-btn{
        font-size: 20px;
    }
    .heading_one {
        font-size: 25px;}
    .save-btn{
        font-size: 20px;
    }
    .custom_back_btn {
        width: 55px;
        height: 55px;}
    .custom-modal-body h5 {
        font-size: 20px !important;
      
    }
    .custom-btn-continue {
    
        width: 70% !important;}

 .cookies p {
     font-size: 12px !important;
     font-weight: 500;
 }
 .lh-1 {
     font-size: 12px;
   
 }
 .form .field input[type="submit"]{
     font-size: 16px;
     height: 40px;
 
 }
 .btn-fs {
     font-size: 14px !important;
     padding: 4px 19px !important;
 }
 .oxyy-login-register .form-control {
     min-height: 40px;
 }
 .input-1 input {
     font-size: 12px;

 }
 .form-container .slide-controls {
   
     height: 45px;
    
}
.slide-controls .slide{
 font-size: 15px;
}
.form-check-label {
 font-size: 13px !important;
}
.form-edit{
 width: 500px!important;
 .wrapper{
     padding-left: 0px!important;
     padding-right: 0px!important;
 }
 

}
.form-inner form .field {
 height: 41px;
 width: 100%;
 margin-top: 20px;
}
form .field input[type="submit"] {

 font-size: 16px;
}
.section-title {
    
font-size: 16px !important;
   
}
.article-title {
    color: #0A208C;
    font-size: 1.3rem;}
    .one_img img {
        height: 357px;}
        .bt-1 button {
            padding: 13px 60px !important;
            font-size: 14px !important;
           
        }
        .link-item a{
            font-size: 13px;
        }
                 
        .padsiz{
            padding: 0rem !important;
         }       
     
         .cus_height {
            width: 300px !important;
         }
         .cus_head{
            font-size: 18px ;
        color: #0A208C;
        font-weight: 600;
        }
        .cus_input2 label{
            font-size: 14px;
        }
        .cus_a{
            color: #0BB272;
            text-decoration: none;
        }
        .cus_a::before{
            content: "";
        position: absolute;
        height: 14px;
        width: 2px;
        margin-left: -10px;
        background: #231F20;
        margin-top: 5px;
        }
        .forget-text2{
            font-size: 16px;
        }
      
/* .btn-fs {
 font-size: 14px;
 padding: 5px 20px;
} */
}

.icon2 p{
    color: #0A208C;
    font-weight: 600;
  }
.icon2{
    color: #0A208C;
    font-weight: 600;
  }
.accordion-item{
    box-shadow: 0px 4px 10px 0px #00000026;
    border-radius: 10px;
}
.cus_forget{
    font-size: 20px;
}
.terms-inner-box p{
    font-size: 18px;
}

                .terms-inner-box ul li{
                    font-size: 18px !important;
                }

.forget-text2{
    font-size: 18px;
    color: #000;
}
.cus_change{
    color: #0A208C;
    font-size: 20px;
    font-weight: 700;
}
.cus_top{
    position: relative;
    top: 35px;
}
.cus_top h5{
    font-size: 18px !important;
}
.cus_top h6{
    color: #faa500 !important;
    font-weight: 700 !important;
    font-size: 18px !important;
  
}
.cus_top p{
    color: black !important;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 500;
}
.mw-270{
    max-width: 270px;

}

.cus_top p{
    color: black !important;
    margin-bottom: 20px;
    font-weight: 500;
}
.cus_top strong{
      text-decoration: underline;
}
.cus_top span{
    text-decoration: underline;
}
.cus_top .save-btn{
    font-size: 15px;
    color: #0bb272;
    font-weight: 600;
}
.cus_top .continue-btn{
    font-size: 16px !important;
}
.cus_foot2{
    font-size: 13px !important;
}
.head-title1{
    font-size: 20px !important;
}
.flag-content a{
    color: #CC0909;
    font-weight: 600;
    font-size: 17px;
}
.mw-600{
    max-width: 600px;
}
.tooltip{
    transform: translate(-90%, 10px);
  }
  .text-success{
    color: #42B247 !important;
  }
  .product-content{
    .date-show{
        margin-top: 10px;
    }
  }
  .d-flex.justify-content-center.pagination {
    margin-top: 25px;
}
.pagination ul.pagination li .page-link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination ul.pagination li.page-item.active{
    background-color: transparent;
    --bs-pagination-active-bg:transparent;
    color: #0a208c;
    border-color: #0a208c;
}
.pagination ul.pagination{
    gap: 10px;
}
.pagination ul.pagination li.page-item .page-link{
    border-color: #231f2066;
    color: #212b36;
    border-radius:4px;
}
.pagination ul.pagination .page-item:first-child .page-link,.pagination ul.pagination .page-item.disabled:first-child{
    font-size: 32px;
    color: #c4cdd5;
}
.pagination ul.pagination .page-item:last-child .page-link,.pagination ul.pagination .page-item.disabled:last-child{
    font-size: 32px;
    color: #c4cdd5;
}
.pagination ul.pagination li.page-item.active .page-link{
    --bs-pagination-active-border-color: #0a208c;
    border-color: #0a208c;
    color: #0a208c;
}
.box_shadow_sm_setting{
    box-shadow: 0px 4px 10px 0px #00000026;
    background-color: #fafbff;
    margin-bottom: 22px;

}
.box_shadow_sm_setting:last-child {
    box-shadow: none;}
    .box_shadow_sm_setting:last-of-type {
        box-shadow: 0px 4px 10px 0px #00000026;
    }
p{
    color: #000!important;
}