@font-face {
    font-family: 'ArgaamPlus';
    src: url(https://www.argaam.com/content/fonts/Greta_Arabic_Regular.eot);
    src: url(https://www.argaam.com/content/fonts/Greta_Arabic_Regular.eot?#iefix) format("embedded-opentype"), url(https://www.argaam.com/content/fonts/Greta_Arabic_Regular.woff) format("woff"), url(https://www.argaam.com/content/fonts/Greta_Arabic_Regular.ttf) format("truetype"), url(https://www.argaam.com/content/fonts/Greta_Arabic_Regular.svg#glyphicons_halflingsregular) format("svg");
}

@font-face {
    font-family: 'ArgaamPlusBold';
    src: url(https://www.argaam.com/content/fonts/Greta_Arabic_Bold.eot);
    src: url(https://www.argaam.com/content/fonts/Greta_Arabic_Bold.eot?#iefix) format("embedded-opentype"), url(https://www.argaam.com/content/fonts/Greta_Arabic_Bold.woff) format("woff"), url(../fonts/Greta_Arabic_Bold.ttf) format("truetype"), url(https://www.argaam.com/content/fonts/Greta_Arabic_Bold.svg#glyphicons_halflingsregular) format("svg");
}


@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');



*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

a {
    text-decoration: none;
}
.fa{
    padding-right: 5px;
}
body {
    font-family: "Poppins", sans-serif;
}

.logo_ar {
    display: none;
    overflow-x: hidden;
}

.error-msg {
    background: none repeat scroll 0 0 #ffe1e1;
    color: #c51414;
    direction: ltr;
    font-size: 14px;
    margin: 10px 0;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #ff9f9f;
}

.success-msg {
    /*  background: none repeat scroll 0 0 #e1ffe8;
    color: #909090;*/
    background: none repeat scroll 0 0 #e9fbe9;
    color: #1fad1f;
    direction: ltr;
    font-size: 14px;
    padding: 10px 10px;
    margin: 10px 0;
    text-align: center;
    border: 1px solid #9fffbe;
}

.error {
    color: red;
    margin: 0 0 10px;
}
.main.Popup.OTPRoot .error,
.main.Popup.forgot_pass .error {
    width: 350px;
    display: flex;
}
.main.sign_up .error,
.input_row .error {
    margin-inline-start: 0;
}

.tabs_user .error {
    color: red;
    margin: 0;
}

.tabs_user .success-msg,
.tabs_user .error-msg {
    width: 58%;
    margin: 0 auto;
}
.tabs_user .tab-content #showMessage.error-msg,
.tabs_user .tab-content #showMessage.success-msg {
    margin-top: 35px;
}

/* Generic */
.body_width {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    background-color: #f3f3f3;
    color: #a0a5a8
}

.credentials_UI {
    background-image: url(./image/background-image.jpg);
    width: 100%;
    height: 100vh;
    justify-content: center;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

    .credentials_UI::before {
        content: "";
        background-color: #28282824;
        height: 100vh;
        width: 100%;
        display: block;
        position: fixed;
        left: 0;
        z-index: 0;
        backdrop-filter: blur(4px);
        filter: grayscale(100%);
    }

/**/

.main {
    position: relative;
    width: 1000px;
    min-width: 1000px;
    min-height: 600px;
    height: 600px;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #dddcdc;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9; */
    border-radius: 12px;
    overflow: hidden;
}
    .main.sign_up {
        height: 660px;
    }
     .main.sign_in {
        height: 620px;
    }

    @media (max-width: 1200px) {
        .main {
        transform: scale(0.7);
    }
}

@media (max-width: 1000px) {
    .main {
        transform: scale(0.6);
    }
}

@media (max-width: 800px) {
    .main {
        transform: scale(0.5);
    }
}

@media (max-width: 600px) {
    .main {
        transform: scale(0.4);
    }
    .tabs_user.mt-2.register .content .success_icon {
        right: 14px !important;
    }
}

.body_width .container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    padding: 25px;
    background-color: #fff;
    transition: 1.25s;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

    .form.sign__up {
        display: block;
        overflow-y: auto;
        overflow-x: hidden;
    }


        .form.sign__up .input_container {
            width: calc(100% / 2 - 20px);
            display: inline-block;
        }

            .form.sign__up .input_container .form__input {
                max-width: 100%;
            }

        /*.form.sign__up .form__input.email {
            width: 95%;
        }*/

.form__icon {
    object-fit: contain;
    width: 30px;
    margin: 0 5px;
    opacity: 0.5;
    transition: 0.15s;
}

    .form__icon:hover {
        opacity: 1;
        transition: 0.15s;
        cursor: pointer;
    }

.form__input {
    height: 45px;
    width: 350px;
    outline: none;
    font-size: 13px;
    border-radius: 5px;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 1px solid #dddcdc;
    transition: all 0.3s ease;
}
/*.main.sign_in .form__input{
    margin-top: 15px;
}
*/
.form__span {
    margin-top: 15px;
    margin-bottom: 12px;
}

.form__link {
    color: #181818;
    font-size: 12px;
    margin-top: 25px;
    border-bottom: 1px solid #a0a5a8;
    line-height: 2;
    cursor: pointer;
}

.title {
    font-size: 34px;
    font-weight: 500;
    line-height: 2;
    color: #181818;
}

.description {
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 1.6;
    width: 70%;
}
.main.sign_in .switch__description.description,
.main.sign_up .switch__description.description {
    text-align: start;
    width: 96%;
}
.button,
.container_fluid .button {
    width: 160px;
    height: 45px;
    border-radius: 25px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #fa8513;
    color: #f9f9f9;
    /* box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9; */
    border: none;
    outline: none;
    cursor: pointer;
}

    .button:hover {
        box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
        transform: scale(0.985);
        transition: 0.25s;
    }

    .button:active,
    .button:focus {
        box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
        transform: scale(0.97);
        transition: 0.25s;
    }

/**/
.a-container {
    z-index: 100;
    left: calc(100% - 585px);
}

.b-container {
    left: calc(100% - 600px);
    z-index: 0;
}

.switch {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    padding: 50px;
    z-index: 200;
    transition: 1.25s;
    background-color: #f3f1f1;
    overflow: hidden;
    border-left: 1px solid #dddcdc;
    /* box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9; */
}

.switch__circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: #ecf0f3;
    box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
    bottom: -60%;
    left: -60%;
    transition: 1.25s;
}

.switch__circle--t {
    top: -30%;
    left: 60%;
    width: 300px;
    height: 300px;
}

.switch__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 400px;
    padding: 50px 55px;
    transition: 1.25s;
}

.switch__button {
    cursor: pointer;
}

    .switch__button:hover {
        box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
        transform: scale(0.985);
        transition: 0.25s;
    }

    .switch__button:active,
    .switch__button:focus {
        box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
        transform: scale(0.97);
        transition: 0.25s;
    }

/**/
.is-txr {
    left: calc(100% - 400px);
    transition: 1.25s;
    transform-origin: left;
}

.is-txl {
    left: 0;
    transition: 1.25s;
    transform-origin: right;
}

.is-z200 {
    z-index: 200;
    transition: 1.25s;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 1.25s;
}

.is-gx {
    animation: is-gx 1.25s;
}

@keyframes is-gx {

    0%, 10%, 100% {
        width: 400px;
    }

    30%, 50% {
        width: 500px;
    }
}

/* popup css  */
/* .Popup .form__span {
    margin-top: 0;
    margin-bottom: 12px;
} */
.btn_popup {
    display: flex;
    gap: 16px;
}

    .btn_popup .resend {
        background: white;
        border: 2px solid orange;
        color: orange;
    }

.Popup .form__span.title_popup {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 20px;
}

.mb_20 {
    margin-bottom: 20px;
}

.forgot_pass .heading {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
}


.Popup {
    width: 570px;
    min-width: 570px;
}

/* tabs css start  */

/* captcha css start */
.nav-tabs .nav-link {
    font-size: 0.9rem;
    border: 0;
    margin-right: 9px;
    border: 2px solid #cccccc;
    background-color: #ffffff;
    border-radius: 8px;
    color: #212529;
}
/*.nav-tabs .nav-link:hover {
        border: 0;
        color: white;
        background: #fa8513;
    }*/
/*.tabs__border {
    border: 2px solid #efefef;
    max-width: 870px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
}*/
.notes span {
    display: block;
    font-size: 12px;
    clear: both;
}

label {
    margin-bottom: 5px;
}

.nav-tabs .nav-link.active {
    border: 0;
    border: 2px solid #ee7421;
    background-color: #ee7421;
    border-radius: 8px;
    color: #fff;
}
.boxshadow {
    box-shadow: 0 0px 10px rgb(137 137 137 / 10%);
    padding: 20px 70px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
}
/* .user-settigs-wrapper{
   background: #fff;
   width: 1050px;
   padding: 15px 0 10px;
   float: left;
   min-height: 500px;
  } */



/* login page css start  */
/*.container_fluid {
    max-width: 870px;
    width: 100%;
    background-color: #fff;
    padding: 11px 25px 30px 25px;
    margin: 0 auto;
}*/

.check_login {
    display: flex;
    width: 100%;
    margin-top: 10px;
}

.tabs_user ul.nav.nav-tabs {
    border: 0;
}

.container_fluid.tabs__circle {
    position: relative;
    overflow: hidden;
}

    .container_fluid.tabs__circle .switch__circle {
        position: absolute;
        width: 300px;
        height: 300px;
    }

    .container_fluid.tabs__circle .content__circle .switch__circle {
        bottom: -29%;
        right: -12%;
        left: unset;
    }

    .container_fluid.tabs__circle .switch__circle {
        bottom: -47%;
        right: -20%;
        left: unset;
    }

.container_fluid .title {
    font-size: 22px;
    font-weight: 500;
    position: relative;
}
/*
    .container_fluid .title::before {
        content: "";
        position: absolute;
        inset-inline-start: 0;
        bottom: 0;
        height: 2px;
        width: 30px;
        border-radius: 0;
        background: #ee7421;
    }*/

.container_fluid.tabs__circle .button {
    font-size: 19px;
}

.container_fluid.tabs__circle .button {
    width: 130px;
    height: 45px;
    font-weight: 500;
    border-radius: 5px;
}

.content form .user-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 3px 0;
}

form .user-details .input-box {
    margin-bottom: 15px;
    width: calc(100% / 2 - 20px);
}

form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
}

.user-details .input-box input,
.user-details .input-box select {
    height: 45px;
    width: 100%;
    outline: none;
    font-size: 13px;
    border-radius: 7px;
    padding-left: 15px;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    /*color: #afafaf;*/
}


form .gender-details .gender-title {
    font-size: 20px;
    font-weight: 500;
}

form .category {
    display: flex;
    width: 80%;
    margin: 14px 0;
    justify-content: space-between;
}

    form .category label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        form .category label .dot {
            height: 18px;
            width: 18px;
            border-radius: 50%;
            margin-right: 10px;
            background: #d9d9d9;
            border: 5px solid transparent;
            transition: all 0.3s ease;
        }

#dot-1:checked ~ .category label .one,
#dot-2:checked ~ .category label .two,
#dot-3:checked ~ .category label .three {
    border-color: #d9d9d9;
}

form input[type="radio"] {
    display: none;
}

.register form span {
    font-size: 15px;
}

@media(max-width: 584px) {
    /*.container_fluid {
        max-width: 100%;
    }*/

    form .user-details .input-box {
        margin-bottom: 15px;
        width: 100%;
    }

    form .category {
        width: 100%;
    }

    .content form .user-details {
        max-height: 300px;
    }

    .user-details::-webkit-scrollbar {
        width: 5px;
    }
}

@media(max-width: 459px) {
    .container_fluid .content .category {
        flex-direction: column;
    }
}

.image_upload {
    font-family:"Poppins", sans-serif;
    font-size: 14px;
    margin-top: 20px;
    color: #494949;
    position: relative;
}

    .image_upload * { 
        box-sizing: border-box;
    }

/*.load-input-dragDrop {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s;
}*/

.load-input-dragDrop .load-input-icon {
    font-size: 48px;
    margin-top: -10px;
    transition: all 0.3s ease;
}

.load-input-text h3 {
    margin: 0;
    font-size: 18px;
}

.load-input-text span {
    font-size: 12px;
}

/*.load-input-choose-btn.blue {
    color: #fff;
    border: 1px solid #ee7421;
    position: absolute;
    top: 57px;
    right: -16px;
}

.load-input-choose-btn {
    cursor: pointer;
    width: 34px;
    height: 34px;
    font-weight: bold;
    font-family: 'FontAwesome';
    border-radius: 22px;
    font-size: 18px;
    padding: 3px;
    background-color: #ee7827;
}*/
/*#avatarArea {
    position: relative;
    display: inline-flex;
    width: 150px;
    height: 150px;
}*/
/*.image_upload .filer__input2 {
    z-index: 999;
    opacity: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    cursor: pointer;
}*/
.load_or {
    display: inline-block;
    margin: 15px 0;
}
img.uploaded-photo {
    border-radius: 50%;
}

/* captcha css start */
.heading,
.form_title.title.first {
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.form__icons .continue {
    padding-bottom: 1px;
    padding-top: 7px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1px;
    line-height: 1.5;
}

.clearfix .row {
    margin: 15px 0 0;
    border: 0 none;
    clear: both;
    width: 95%;
}

.sign_up .captcha-container {
    margin-left: 0;
    clear: both;
    float: none;
    display: block;
    margin-top: 0;
    padding: 0;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 3px !important;
}

.captcha-container .holder {
    background-color: #f9f9f9;
    overflow: hidden;
    padding: 10px 15px 20px;
    text-align: center;
}

.captcha-container .realperson-challenge {
    clear: both;
    color: #000;
    display: flex;
    padding: 6px 15px;
    margin: 0 auto;
    overflow: hidden;
    width: 210px;
}

.realperson-text {
    font-family: "Courier New", monospace;
    font-size: 6px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 3px;
    direction: ltr;
}

.captcha-container .realperson-regen {
    background: url(./image/captcha-refresh-icon.png) no-repeat center center;
    border: 1px solid #eee;
    cursor: pointer;
    font-size: 12px;
    margin: 0 auto !important;
    padding: 3px 0;
    text-align: center;
    width: 30px;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    float: right;
    overflow: hidden;
    text-indent: 200px;
}

.clearfix {
    margin-top: 15px;
    width: 97.5%;
}

    .clearfix .row input,
    .clearfix .row input {
        height: 28px;
        padding: 4px 8px;
        width: 350px;
        border-radius: 3px;
        border: 1px solid #eee;
        background-color: #f9f9f9;
        outline: 0;
        font-size: 12px;
    }

.captcha-reg input {
    width: 217px !important;
    border: 1px solid #dddcdc;
    height: 30px;
    padding: 10px;
    outline: none;
}

.input_row {
    display: flex;
    gap: 11px;
}

.close-btn img {
    width: 100%;
}
.main.Popup.forgot_pass .close-btn.cross_btn,
.main.Popup.OTPRoot .close-btn {
    right: 50px !important;
    left: initial;
    width: 36px;
    height: 36px;
}
.close-btn {
    position: absolute;
    top: 30px;
    left: 50px;
    padding: 2px;
    background: white;
    font-size: 23px;
    border: 0;
    border-radius: 37px;
    width: 45px;
    height: 45px;
}

.switch__circle,
.switch__circle--t {
    display: none;
}


/*Loader*/
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    display: none;
    position: absolute;
    top: 41%;
    right: 50% !important;
    z-index: 999
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.otp-container {
    text-align: center;
}
.main.Popup.OTPRoot .a-container {
    height: 500px;
}

.otp_btn #timer {
    font-size: 12px;
    color: #000;
    font-weight: 700;
}
.otp_btn {
    display: flex;
    justify-content: space-between;
}
.otp_btn a {
    font-weight: 700;
    font-size: 13px;
    color: #fa8513;
}
.main.Popup.OTPRoot button#VerificationRegisterBtn {
    width: 349px;
    height: 45px;
    border-radius: 7px;
    font-size: 20px;
    margin-top: 0;
}
.main.Popup.OTPRoot input {
    margin: 0;
}

#resendBtn.disabled {
    pointer-events: none; 
    color: #fff; 
    text-decoration: none; 
    cursor: not-allowed; 
}

.main.sign_in .form {
    max-width: 350px;
}

.main.sign_in .error {
    max-width: 350px;
    text-align: left;
    margin-right: auto;
}

.mobile_btn {
    display: none;
}

.link_expired {
    height: 45px;
    width: 350px;
    background: #b00020;
    outline: none;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    padding-left: 15px;
    margin-bottom: 10px;
    border: 0;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invalid_link {
    font-size: 21px;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    color: #181818;
}

.reset-pass {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    padding: 25px;
    background-color: #fff;
    transition: 1.25s;
}

.form__input:valid {
    color: black;
}

.main.sign_in .form__icons .continue {
    display: flex;
    text-align: center;
    margin-bottom: 15px;
}
/******** user information css start ****/
.tabs_user .top_header {
    background: linear-gradient(to bottom, #2e2e2e 0%, #000 100%);
    height: 34px;
    padding: 0 0 0 0;
}
.tabs_user .inforamtion_logo {
    float: left;
    height: 34px;
    line-height: 34px;
    margin-inline-start: 25px;
    background: linear-gradient(to bottom, #434343 0%, #000 100%);
}
    /*.tabs_user .inforamtion_logo a:before {
        display: inline-block;
        margin: 0;
        content: '';
        float: left;
        background: url(https://tools.argaam.com/content/en/images/top-argaam.png) no-repeat;
        background-position: 0 0;
        height: 20px;
        width: 72px;
        margin-top: 11px;
    }*/


.tabs_user .sidebar ul li a {
    display: flex;
    align-items: center;
    border-radius: 0 50px 50px 0;
    padding: 15px 16px 15px 24px;
    position: relative;
    background: none;
    font-size: 14px;
    border: none;
    text-decoration: none;
    color: var(--identity-common-ui-components-web-color-action-);
}
.tabs_user .sidebar .nav-link.active {
    background: #fa8513;
    color: #fff;
}
.tabs_user .sidebar ul li a i {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 16px;
}
    .tabs_user .sidebar ul li a i.fa.fa-unlock-alt {
        margin-right: 10px;
    }
.tabs_user .image_upload .filer__input2 {
    z-index: 999;
    opacity: 0;
    width: 100%;
    height: 50px;
    position: absolute;
    cursor: pointer;
}
.tabs_user .load-input-dragDrop {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 25px auto;
    padding: 10px;
    color: #97A1A8;
    background: #f2f2f2;
    text-align: center;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.tabs_user .load-input-choose-btn.blue {
    background-image: url(https://www.gstatic.com/images/icons/material/system/2x/photo_camera_white_24dp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    height: 100%;
    opacity: .8;
    display: flex;
}

.tabs_user .load-input-choose-btn {
    cursor: pointer;
}

.tabs_user .profile_img {
    flex-grow: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-left: 16px;
    overflow: hidden;
    position: relative;
}
.tabs_user .profile_icon {
    background-color: rgba(0, 0, 0, 0.32);
    bottom: 0;
    height: 33%;
    left: 0;
    position: absolute;
    right: 0;
}
.tabs_user form .input-box span.details {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    align-self: center;
}
.sidebar.tab_scroll {
    margin-top: 5rem;
}
.tabs_user .nav-link:focus, .nav-link:hover {
    color: #000;
}

/*.email__inpt{
    display:block;
}*/

.OTPVerification .description {
    width: 100%;
    text-align: center;
}
/******** user information css end ****/

/*complete-registration css start*/
.main.complete_regi {
    width: 600px;
    min-width: 600px;
    min-height: 500px;
    height: 500px;
}
    .main.complete_regi .button {
        width: 200px;
        height: 40px;
        border-radius: 5px;
    }
    .main.complete_regi .form_title.title.first {
        margin-top: -10px;
    }

.complete_regi .close-btn {
    right: 33px;
    left: initial;
    top: 7px;
}
.main.complete_regi .close-btn img {
    width: 75%;
}

    /*complete-registration css end*/

.container_fluid.tabs__circle .button.send-otp {
   
    min-width: 154px;
    font-size: 16px;
    padding: 0px 10px;
    width: auto;
}

.verify-btn {
    width: 118px;
    height: 32px;
    border-radius: 6px;
    font-size: 13px;
    letter-spacing: 0.5px;
    background-color: #fa8513;
    color: #f9f9f9;
    margin-top: 8px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
    .verify-btn p{
        margin: 0 !important;
    }
    button.send-otp.disabled,
    .verify-btn.disabled {
        cursor: not-allowed;
        opacity: 0.6;
    }

    .form.sign__up .input_container.counterycode_input .form__input {
        width: 100%;
    }
#PhoneVerificationRow,
.input_row.email_otp {
    width: 120px;
    display: block;
}
.form.sign__up .input_container.input_container.mobileotp_input,
.mobileno_input,
.form.sign__up .input_container.emailotp_input {
    display: flex;
    gap: 8px;
}

.form.sign__up .input_container.counterycode_input {
    width: 95%;
}


.tabs_user.mt-2.register .content .warning_icon, 
.tabs_user.mt-2.register .content .success_icon {
    width: 28px;
    height: 28px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin: 0;
}

.tabs_user.mt-2.register .content .warning_icon {
    background-image: url('../assets/images/warning_icon.svg');
    position: absolute;
    right: 10px;
    top: 35px;
}

.tabs_user.mt-2.register .content .success_icon {
    background-image: url('../assets/images/success_icon.svg');
    position: absolute;
    right: 10px;
    top: 35px;
}

.tabs_user.mt-2.register .content form .user-details,
.tabs_user.mt-2.register .content form .user-details .input-box {
    position: relative;
}

.tabs_user.mt-2.register .content button#btnverifyEmail,
.tabs_user.mt-2.register .content button#btnverifyPhone {
    width: 150px;
    font-size: 16px;
    height: 40px;

}
.tabs_user.mt-2.register form#formVerifyEmail button#resendBtnEmail,
.tabs_user.mt-2.register form#formVerifyEmail button#btnVerifyEmailSubmit {
    margin-top: 0;
}

.tabs_user.mt-2.register form#formVerifyPhone button,
.tabs_user.mt-2.register form#formVerifyEmail button {
    width: 140px;
    height: 40px;
    font-weight: 500;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 5px;
    margin-right: 10px;
    letter-spacing: 0;
}

.user_setting{
    margin: 0 auto
}

.Uni_title{
    font-size:30px;
    line-height:normal;
}