@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');

* {
    margin: 0px;
    box-sizing: border-box;
}
body {
    font-family: "Poppins", sans-serif;
}
.eye {
    background-image: url(..//img/background-img-bg.png);
    background-size: cover;
    font-family: "Poppins", sans-serif;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
}
input[readonly] {
    background-color: #eee;
    opacity: 1;
}
.forget.text-end.mt-0 a {
    font-size: 15px;
}

.outer-form {
    display: flex;
    justify-content: center;
    min-height: 100dvh;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #f8f9fa !important;
    color: #000;
}
    .outer-form .card {
        border-radius: 0.5rem;
        border: 1px solid #FFFFFF2B;
        box-shadow: 0px 4px 20px 0px #00000040;
        padding-top: 1rem;
    }

    .outer-form form p {
        color: #656565;
    }

    .outer-form form h5 {
        font-size: calc(24px + 0.1vw);
        color: #343333;
        font-weight: 500;
    }

    .outer-form form .para {
        font-size: calc(14px + 0.1vw);
        color: #656565;
        font-weight: 400px;
    }

.col-12.account p {
    font-size: 14px;
}
h4.form-heading {
    font-size: 19px;
}
.group {
    position: relative;
}

    .group .input {
        width: 100%;
        border: 1px solid #cdcdcd;
        border-radius: 5px;
        padding-left: 2.5rem;
        height: 45px;
        outline: none;
    }
        .password {
            padding-right: 2.5rem;
        }


        .group .input::placeholder {
            font-size: calc(11px + 0.1vw);
            color: #8d8d8d;
          
        }

    .group .icon {
        position: absolute;
        top: 0.9rem;
        left: 0.7rem;
        color: #97a5a7;
    }

    .group .open_eye {
        position: absolute;
        top: 0.9rem;
        right: 0.7rem;
        color: #8D8D8D;
    }

.countary-icon {
    position: absolute;
    top: 9px;
    left: 2px;
    border-right: 1px solid #c9bcbc;
    padding-right: 4px;
}

    .countary-icon i {
        font-weight: 900;
        font-size: x-small;
        color: #c9bcbc;
    }

.forget a {
    text-decoration: none;
    color: #818181;
    font-size: calc(14px + 0.1vw);
}

.captcha {
    border: 1px solid #C9BCBC;
    border-radius: 8px;
}

    .captcha .check input[type="checkbox"] {
        width: 18px;
        height: 18px;
        accent-color: green;
    }

    .captcha .check input[type=checkbox] {
        appearance: none;
        -webkit-appearance: none;
        display: flex;
        align-content: center;
        justify-content: center;
        font-size: 1rem;
        border: 1px solid #C9BCBC;
        border-radius: 3px;
        align-items: center;
    }

    .captcha .check input[type="checkbox"]::before {
        content: "";
        width: 18px;
        height: 18px;
        clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
        transform: scale(0);
        background-color: #C9BCBC;
    }

    .captcha .check input[type="checkbox"]:checked::before {
        transform: scale(1);
    }

.check_robo_field {
    position: relative;
}

input#robo[type="checkbox"]:checked + input#robo::before {
    background-color: rgb(233, 0, 194);
}

.captcha label {
    color: #828282;
    font-size: calc(15px + 0.1vw);
    text-wrap: nowrap;
}

.sign-in-btn button:hover {
    background: #415a7c;
    border: 1px solid #415a7c;
}

.sign-in-btn button {
  padding: 10px 0px;
    background-color: #415a7c;
    border: 1px solid #415a7c;
    font-weight: 500;
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 1px;
}

.login-link {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 25px;
}

    .login-link::before {
        position: absolute;
        left: 10%;
        top: 10px;
        width: 80%;
        height: 1px;
        border-top: 2px dashed #CDCDCD;
        content: "";
    }

    .login-link > span {
        display: inline-block;
        position: relative;
        font-size: 14px;
        color: #535353;
        background: white;
        padding: 1px 20px;
    }

.google {
    color: #474747;
    font-weight: 500;
    font-size: calc(15px + 0.1vw);
}

.account p, .terms-condition label {
    font-size: calc(14px + 0.1vw);
    font-weight: 500;
    color: #474747;
}

    /*.account p {
    text-wrap: nowrap;
}*/

    .account p a {
        text-decoration: none;
        color: #021750;
        text-wrap: nowrap;
    }

.inner-form {
    width: 520px;
}

.sign-up .inner-form {
    width: 85%;
}

span.role {
    position: relative;
    left: 38%;
    top: -24px;
}

.dropdown-toggle::after {
    margin-top: 9px;
}

.dataTables_scrollHeadInner, .dataTables_scrollHeadInner > table {
    width: 100% !important;
}

.submit-btn button.btn.btn-light {
    margin-bottom: 1.5rem;
    background: #fff;
    color: #000;
    padding: 11px 35px;
    border-radius: 10px;
}

.btn-cancel {
    padding: 8px 24px;
    border-radius: 5px;
    border: 3px solid #021750 !important;
    color: #021750 !important;
    font-weight: 600;
}


/**********************for reset password page**/
span.PwdTNc {
    display: inline-block;
    color: #d33a3a;
    background: #ddd;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    top: 43px;
    display: none;
}

/* Add this CSS to your style.css or within a <style> tag in your HTML */
/* Loader CSS */
.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically */
    z-index: 9999; /* Ensure it is on top of other content */
    overflow: hidden; /* Ensure no overflow outside the loader */
}

/* Spinner CSS */
.spinner {
    border: 8px solid rgba(0, 0, 0, 0.1); /* Light background */
    border-left: 8px solid #3498db; /* Spinner color */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Keyframes for spinning animation */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

form .input-validation-error {
    border-color: red !important;
}

form .field-validation-error {
    color: red !important;
    font-weight: 400;
}
.required {
    color: red !important;
    font-weight: bold !important;
}

.file-upload {
    position: relative;
    border: 2px dashed #cccccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: border 0.3s;
}

    .file-upload:hover {
        border-color: #888888;
    }

.file-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form-image {
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.file-list {
    list-style-type: none;
    padding: 0;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.file-item {
    position: relative;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: 150px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.thumbnail {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.file-name {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}

.file-size {
    display: block;
    padding: 5px 0;
    font-size: 12px;
    color: #666;
}

.remove-button {
    position: absolute;
    top: 5px;
    right: 5px;
    background: none;
    border: none;
    font-size: 18px;
    color: #d9534f;
    cursor: pointer;
}

.file-upload {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .file-upload.dragover {
        background-color: #e9e9e9;
    }

.file-input {
    display: none;
}

.file-label {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}

.btn-info.showcase {
    color: #fff;
    background-color: #415a7c;
    border-color: #415a7c;
}
/*.btn-info {
    margin-bottom: 10px;
    background-color: #5bc0de;
    border-color: #46b8da;
    color: white;
}*/

.submitted-by-section {

    margin-bottom: 10px;
    padding-bottom: 8px;
}

.card-header.bgcolor {
    background: #2d405a1f;
}
.submitted-by-section h3 {
    color: #6c757d;
    font-size: 18px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5); /* Customize the color and opacity */
}
button#zoomIn {
    padding: 6px 12px;
}
/*prateek 9-17-24*/
.account.font-size p {
    font-size: 14px;
}

table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    padding: 8px 10px;
    font-size: 14px;
    color: #1d1d1d;
}

.change-heading {
    background: #415a7c;
}
.change-heading {
    background: #415a7c;
    padding: 14px;
    border-radius: 5px 5px 0px 0px;
}

.row.mb-2.cardstrong h3 {
    color: #000;
}
.cardstrong strong {
    font-size: 15px;
    color: #343434;
    font-weight: 600;
}
.cardstrong h3 {
    color: #000;
    font-weight: 600;
}

p.submittedcode {
    color: #2576e4;
    font-weight: 600;
}

button#btnforgot {
    background-color: #415a7c;
    border: 1px solid #415a7c;
}
.btn-secondry {
    background: #6c757d !important;
    padding: 8px 0px;
    font-weight: 500;
    color: #fff;
}

    .btn-secondry:hover {
        background: #787878;
        color: #fff !important;
    }
    .btn-secondry:active {
        background: #6c757d !important;
        border: 1px solid #6c757d !important;
    }

.toll-tipcss {
    text-wrap: balance;
    font-size: 14px;
}


.btn-info {
    color: #fff;
    background-color: #415a7c;
    border-color: #415a7c;
    border-radius: 5px;
    padding: 8px 10px;
}
  
   .btn:hover {
        color: #fff;
        background-color: #415a7c;
        border-color: #415a7c;
    }

button.swal2-confirm {
    background-color: #415a7c !important;
    border-color: #096574 !important;
}
button.btn.btn-primary.w-100.my-2 {
    background-color: #415a7c;
    border: 1px solid #415a7c;
    padding: 10px 0px;
}
.btn-back {
    display: flex;
    gap: 10px;
}

.btn.signback {
    color: #ffffff;
    padding: 8px 54px;
    background: #6c757d;
    border: 0;
}
    .btn.signback:hover {
        background: #787878;
        border: 0;
    }
span.badge.rounded-pill.draftcss {
    background: #c2fff6;
    color: #00c1ac;
    padding-top: 6px;
    padding: 4px 17px;
}

#myTablecard thead th:nth-child(2) {
    text-align: left;
}
.IsVeterinarian.ml-right {
    margin-left: 13px;
}
.btn.btn-primary {
    color: #fff;
    font-weight: 400;
    background-color: #415a7c;
    border-color: #415a7c;
    border-radius: 5px;
    padding: 8px;
}
.login-logo img {
    max-width: 532px;
    padding-bottom: 15px;
}
.css_custom {
    margin-left: 20px;
}
.gap-css {
    margin: 0 16px;
}
.card-body.bo-01 {
    padding: 45px 3px;
}
.dropzone .dz-preview .dz-error-message {
    top: 150px !important;
}


.title-h4 {
    font-size:18px;
    color: #000;
    font-weight: 600;
}
.editor_css_text p {
    margin: 0;
    font-size: 16px;
    color: #212529;
}
.create_sec_new {
    padding: 10px 0px;
}
.border-top-bottom {
    border: 1px solid #0000002e;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding-bottom: 10px;
}
    .small-screen-section
    {
        display:none;
    }

.reportTextAreaHeight {
    height: 150px;
}

.logo-text h4 {
    font-size: 96px;
    font-weight: 600;
    margin-bottom: auto;
    line-height: 96px;
}

.logo-text p {
    font-size: 40px;
    font-weight: 500;
    color: #2d405a;
    margin-bottom: 0;
}
.billing-address > label{
    display:inline;
}

.generic-link {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0px;
    outline: none;
    cursor: pointer;
    color: var(--primary-text);
    text-decoration: none !important;
}

.generic-link a:hover {
    text-decoration: underline;
}

.dropzone-watermark {
    position: absolute;
    pointer-events: none;
}