@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/***************************************************
****************************************************
        COPY And Paste 28-3-2025 Start
****************************************************
***************************************************/
.admit-card-upload {
    border: solid 1px #FFB077;
    border-radius: 10px;
    background-color: #FFFAF2;
    display: flex;
    padding: 10px 20px 0 20px;
    align-items: center;
    gap: 25px;
}

.admit-card-upload .admig-upload-text h5 {
    font-size: 22px;
    font-weight: 600;
    color: #414141;
    font-style: normal;
    margin: 0 0 10px 0;
}

.admit-card-upload .admig-upload-text h5 i {
    font-size: 22px;
    font-weight: 600;
    color: #FF771A;
    font-style: normal;
}

.admit-card-upload .admig-upload-text p {
    font-size: 16px;
}

.admig-upload-text a {
    background-color: #FED501;
    font-size: 16px;
    font-weight: 600;
    color: #0A0A0A;
    display: flex;
    justify-content: center;
    width: max-content;
    gap: 10px;
    padding: 10px 30px;
    margin: 20px 0 0 0;
}

.admig-upload-text a img {
    width: 25px;
}

.saved-admit-card h5 {
    font-size: 18px;
    color: #451545;
    font-weight: 500;
    margin: 20px 0;
}

.admig-card-list {
    border: solid 1px #C8C8C8;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    gap: 20px;
    margin: 0 0 20px 0;
    flex-direction: row;
}

.admig-card-list center img {
    max-width: 100%;
    max-height: max-content;
}

.admig-card-list center {
    background-color: #F4F4F4;
    padding: 10px 10px;
    border-radius: 10px;
    flex: 120px 0;
    display: flex;
    align-items: center;
}

.saved-card-detail b {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    display: block;
}

.saved-card-detail span a {
    border: solid 1px #707070;
    color: #000;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
}

.saved-card-detail span {
    display: flex;
    gap: 15px;
}

.saved-card-detail {
    width: 100%;
    position: relative;
    padding-right: 30px;
    padding: 10px 0 0 0;
}

.saved-card-detail .dropdown {
    position: absolute;
    right: 0;
    top: 0;
}

.saved-card-detail .dropdown button.btn.btn-primary {
    background-color: transparent;
    border: 0;
    padding: 0;
}

.saved-card-detail .dropdown button.btn.btn-primary:after {
    display: none;
}

.saved-card-detail .dropdown button.btn.btn-primary:active,
.saved-card-detail .dropdown button.btn.btn-primary:focus {
    outline: navajowhite;
    box-shadow: none;
}

.saved-card-detail .dropdown ul.dropdown-menu a {
    font-size: 16px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #707070;
    gap: 10px;
    color: #212529;
}

.saved-card-detail .dropdown ul.dropdown-menu li:last-child a {
    border: 0;
}

.saved-card-detail .dropdown ul.dropdown-menu {
    right: 0;
    left: auto;
    padding: 5px 15px !important;
    min-width: 120px;
    left: auto !important;
}

.saved-card-detail .dropdown ul.dropdown-menu a:hover {
    background-color: transparent;
    opacity: .7;
}

.saved-card-detail p {
    margin: 0 0 20px 0;
}

.modal-content-div {
    background-color: #fff;
    border-radius: 30px;
    width: 100%;
    margin: 50px auto 0 auto;
    padding: 30px 30px;
}

.modal-content-div p {
    text-align: center;
    margin: 10px 0 30px 0;
    font-size: 18px;
}

.modal-center-div .close {
    position: absolute;
    right: 0;
    left: 0;
    margin: -35px 0 0 0;
    opacity: 1;
}

.warning-popup .modal-text- span {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 20px;
}

.warning-popup .modal-text- span a {
    border: solid 1px #707070;
    color: #000;
    padding: 10px 30px;
    display: inline-block;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.warning-popup .modal-text- span a.submit-btn {
    background-color: #FED501;
    border: 0;
}

.modal-center-div {
    width: 400px;
    margin: 0 auto;
    max-width: 100%;
}

.admig-card-upload-form .input-type select {
    background-image: url("../images/down.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 16px;
}

.admig-card-upload-form .input-type select,
.admig-card-upload-form .input-type input {
    width: 100%;
    border: 1px solid #707070;
    height: 47px !important;
    border-radius: 10px;
    padding: 0 10px;
    font-size: 16px;
    color: #3C3C43;
}

.admig-card-upload-form .input-type select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.admig-card-upload-form .custom-file.input-type input {
    padding-top: 7px;
    padding-left: 30px;
    display: block;
    opacity: 1;
}

.admig-card-upload-form .custom-file.input-type {
    position: relative;
    height: auto;
}

.admig-card-upload-form .custom-file.input-type .custom-file-label {
    position: absolute;
    top: 1px;
    background-color: #F5F3F3;
    bottom: 1px;
    border-right: solid 1px #707070;
    padding: 0 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #3C3C43;
    border-radius: 12px 0 0 12px;
    left: 1px;
    margin: 0;
    width: 135px;
    height: calc(100% - 2px);
    z-index: 9;
    justify-content: center;
}

input[type=file]:focus {
    outline: none !important;
}

.admig-card-upload-form .custom-file.input-type .custom-file-label:before {
    content: "";
    position: absolute;
    right: -11px;
    pointer-events: none;
    background-color: transparent;
    top: 1px;
    width: 10px;
    bottom: 0;
}

.admig-card-upload-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 10px 0 0 0;
}

.image-preview center {
    background-color: #f4f4f4;
    border-radius: 15px;
    margin: 20px 0 0 0;
    width: 100%;
}

.image-preview a {
    font-size: 22px;
    color: #000;
    margin: 10px 0 0 0;
    display: inline-block;
}

.image-preview {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.instruction-section {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.instruction-section h5 {
    margin: 0;
    color: #FF771A;
    font-size: 18px;
    border-bottom: solid 1px #FF771A;
    width: max-content;
    padding: 0 0 15px 0;
}

.instruction-section ul li {
    list-style: initial;
    margin: 0 0 10px 15px;
    font-size: 16px;
}

.instruction-section ul {
    margin: 0;
}

.instruction-section p {
    margin: 0;
}

footer.footer-section {
    background-color: #fff;
    padding: 20px 0;
    margin: 30px 0 0 0;
    box-shadow: 0px 0px 10px 0px #0000002b;
}

footer.footer-section span {
    display: flex;
    gap: 10px;
}

footer.footer-section span p {
    font-size: 16px;
    margin: 0;
}

footer.footer-section span p a {
    font-size: 16px;
    color: #0428F6;
}

footer.footer-section span input {
    margin: 0;
}

footer.footer-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer.footer-section a.btn {
    margin-left: auto;
    background-color: #FED501;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 10px;
}

.modal-text- {
    text-align: center;
}

.modal-content-div b {
    font-size: 18px;
    font-weight: 600;
}

.success-popup .modal-content-div p {
    text-align: center;
    margin: 5px 0 30px 0;
    font-size: 15px;
}

.success-popup .modal-content-div a {
    font-size: 18px;
    font-weight: 600;
    color: #FE6E01;
}

.modal-center-div.get-free-couse-popup {
    width: 550px;
}

.image-preview center img {
    max-width: 100%;
}

.get-free-couse-heading {
    background-color: #FFF7D1;
    margin: -30px -30px 10px -30px;
    border-radius: 30px 30px 0 0;
    position: relative;
    padding: 20px 20px 0 20px !important;
    display: flex;
    flex-direction: column;
}

.get-free-couse-heading h5 i {
    font-size: 24px;
    color: #29B183;
    font-weight: bold;
    font-style: normal;
}

.get-free-couse-heading h5 {
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.get-free-couse-heading p {
    text-align: left;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.get-free-couse-popup .image-preview center {
    margin: 0;
}

.get-free-couse-popup .instruction-section h5 {
    margin: 0;
    color: #191919;
    font-size: 18px;
    border-bottom: none;
    width: max-content;
    padding: 0;
}

.get-free-couse-popup .instruction-section {
    margin: 20px 0 0 0;
}

.get-free-couse-popup .instruction-section p {
    margin: 0;
    font-size: 13px;
    text-align: left;
}

.get-free-couse-popup footer.footer-section {
    background-color: #fff;
    padding: 0;
    margin: 20px 0 0 0;
    box-shadow: none;
    text-align: center;
}

.get-free-couse-popup footer.footer-section span p {
    font-size: 14px;
    margin: 0;
    text-align: left;
    font-weight: 500;
}

.get-free-couse-popup footer.footer-section span {
    align-items: flex-start;
}

.get-free-couse-popup footer.footer-section span input {
    margin: 4px 0 0 0;
    transform: scale(1.3);
}

.get-free-couse-popup footer.footer-section a.btn {
    width: calc(100% - 60px);
    margin: 25px auto 0 auto;
    border-radius: 8px;
    display: inline-block;
}

.modal-center-div.get-free-couse-popup .close {
    top: 30px;
    margin: 0;
    right: 30px;
    left: auto;
    width: 25px;
    z-index: 9;
    padding: 0;
}

.get-free-couse-popup .instruction-section ul li {
    list-style: initial;
    margin: 0 0 5px 15px;
    font-size: 14px;
}

.get-free-couse-popup footer.footer-section span p a {
    color: #0428F6;
}

.modal-center-div.get-free-couse-popup .close img {
    width: 24px;
}

.breadcrumb-top a:before {
    content: "";
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px #000;
    position: absolute;
    right: -20px;
    top: -2px;
    bottom: 0;
}

.breadcrumb-top a {
    background-color: #000;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    padding: 0 10px 0 20px;
    display: flex;
    gap: 5px;
    width: max-content;
    border-radius: 5px 0 0 5px;
    position: relative;
}

.breadcrumb-top {
    display: flex;
    gap: 30px;
    align-items: center;
    border-bottom: solid 1px #707070;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
}

.breadcrumb-top i:before {
    content: "";
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 20px #FDDC05;
    position: absolute;
    right: -20px;
    top: -2px;
    bottom: 0;
}

.breadcrumb-top i {
    background-color: #FDDC05;
    line-height: 40px;
    color: #000;
    font-size: 14px;
    padding: 0 10px 0 35px;
    display: flex;
    gap: 5px;
    width: max-content;
    border-radius: 0;
    position: relative;
    font-weight: 500;
    font-style: normal;
    margin: 0 0 0 -30px;
    z-index: -1;
}

.three-buttons-section a {
    color: #000;
    padding: 10px 20px;
    border: solid 1px #707070;
    border-radius: 40px;
    font-weight: 600;
    display: inline-block;
}

.three-buttons-section a.active,
.three-buttons-section a:hover {
    color: #fff;
    background-color: #000000;
}

.grab-free-section {
    background: rgb(255, 218, 144);
    background: linear-gradient(160deg, rgba(255, 218, 144, 1) 0%, rgba(255, 255, 255, 1) 48%, rgba(255, 223, 160, 1) 100%);
    margin: 20px 0;
    border-radius: 10px;
    border: solid 1px #FF9900;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding-bottom: 0;
}

.grab-free-content {
    display: flex;
    width: 100%;
}

.grab-free-content span {
    margin-left: auto;
}

.grab-free-text b {
    font-size: 18px;
}

.grab-free-text a {
    font-weight: 600;
    background-color: #FED501;
    line-height: 34px;
    padding: 0 20px;
    display: flex;
    width: fit-content;
    gap: 15px;
    color: #000;
}

.grab-free-text p {
    margin: 0;
}

.grab-free-content {
    display: flex;
    width: 100%;
    position: relative;
}

.grab-free-content em {
    position: absolute;
    right: 0;
    z-index: 3;
    cursor: pointer;
}

.grab-free-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.free-couse-list {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.free-couse-text b {
    font-size: 16px;
    color: #071E57;
}

.free-couse-text p {
    font-size: 15px;
    color: #405461;
    margin: 10px 0 0 0;
}

.free-course-first {
    padding: 5px;
    box-shadow: 0 3px 6px 0px #00000054;
    border-radius: 10px;
}

.free-couse-text {
    padding: 10px 5px 5px 5px;
}

.awail-section {
    padding: 15px 15px;
    background-color: #FEFDF1;
    /* border-top: solid 1px #707070; */
    border-radius: 0 0 10px 10px;
}

.awail-section a {
    background-color: #FEEC00;
    width: 100%;
    padding: 10px 0;
    color: #000;
    border-radius: 8px;
    display: inline-block;
    font-size: 20px;
}

.awail-section p {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-weight: 500;
    line-height: normal;
    font-size: 13px;
}

.get-free-couse-popup footer.footer-section {
    background: #fff;
    padding: 0;
    margin: 20px 0 0 0;
    box-shadow: none;
    text-align: center;
}

.get-free-couse-popup .instruction-section {
    margin: 20px 0 0 0;
    position: static;
    transform: none;
    text-align: left;
}

.get-free-couse-popup footer.footer-section .btn {
    width: calc(100% - 60px);
    margin: 25px auto 0 auto;
    border-radius: 8px;
    display: inline-block;
}

footer.footer-section .btn {
    margin-left: auto;
    background-color: #FED501;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 10px;
}

.select2-container--default .select2-selection--single {
    border: 0px solid #aaa;
}

.select2.select2-container {
    width: 100% !important;
    border: 1px solid #707070;
    border-radius: 3px;
    height: 47px !important;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #3C3C43;
    font-size: 16px;
}

.select2-container--default .select2-selection--single {
    margin: 5px 0 0 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 20px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
    opacity: 0;
}

.saved-card-detail .dropdown ul.dropdown-menu:before {
    display: none;
}

.dropdown-menu a:active {
    background-color: transparent !important;
}

.admig-card-upload-form.modal-body span.select2-selection__arrow {
    display: none;
}

.admig-card-upload-form.modal-body span.select2.select2-container {
    background-image: url(../images/down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center;
    background-size: 16px;
}