/* font */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("../fontawesome-pro/css/all.min.css");
@import url("../fontawesome/css/all.min.css");
/* file use */

@import url("/lib/bootstrap/css/bootstrap.css"); /*Sachin 03252025 correct bootstrap css path*/
@import url("default.css");
@import url("main/login-pages.css");
@import url("main/dashboard.css");
@import url("main/my-pharmacies.css");
@import url("main/primary-information.css");

/* 1. Theme default css */
body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #707082;
    font-style: normal;
    line-height: 18px;
}

.field-validation-error {
    color: red;
}

a {
    color: #0062A4;
}

.mr-15 {
    margin-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #161625;
    font-weight: 400;
}

.form-check-input {
    border-color: #0062A4;
}

.p-relative {
    position: relative;
}

.k-breadcrumb-link {
    color: #0080a8;
}

.btn {
    padding: 5px 10px;
    border-radius: 5px;
    background: #009dce;
    color: #fff;
    font-size: 13px;
}

.btn:hover {
    color: #fff;
    background: #0062A4;
}

.btn-blue {
    width: 100%;
    padding: 10px 15px;
    background: #0062A4;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.btn-brown {
    padding: 10px 15px;
    background: #C46B16;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.btn-black {
    background: #000;
}

.btn-blue:hover {
    color: #fff;
}

.btn-gray {
    width: 100%;
    padding: 10px 15px;
    background: #CCCCD6;
    color: #fff;
    display: inline-block;
    border-radius: 5px;
}

.btn-gray:hover {
    color: #fff;
}

.btn-skyblue {
    width: 100%;
    padding: 10px 0;
    background: #DDF1FF;
    color: #0062A4;
    display: inline-block;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
}

.btn.red {
    background: #EE5253;
    padding: 6px;
    font-size: 12px;
}

/* breadcrumb */
.breadcrumb-wrap {
    background: #F8F8F8;
    padding: 10px 0;
    margin-bottom: 30px;
}

.breadcrumb-area {
    background-size: cover;
    position: relative;
    min-height: 450px;
    background-repeat: no-repeat;
    background-color: #000;
}

.breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 0;
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li a {
    font-size: 12px;
    color: #0062A4;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 15px;
    padding-left: 0;
    color: #0062A4;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
}

.breadcrumb-title h2 {
    font-size: 60px;
    margin-bottom: 25px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
}

.breadcrumb-title p {
    margin-bottom: 0;
    color: #777;
    font-size: 16px;
}

.breadcrumb > .active {
    color: #0062A4 !important;
    font-size: 12px;
}

.title-heading {
    border-bottom: 1px solid #E1E3EA;
    margin-bottom: 30px;
    margin-top: -10px;
    padding-bottom: 15px;
    margin-left: -30px;
    margin-right: -30px;
    align-items: center;
    position: relative;
}

.title-heading h2 {
    font-size: 14px;
    color: #0062A4;
    padding-left: 15px;
    font-weight: 600;
    margin-bottom: 0;
}

.title-heading1 a {
    font-size: 18px;
    color: #0062A4;
    font-weight: 500;
}

.page-header .button .dropdown-menu {
    font-size: 14px;
    width: 230px;
}

.page-header .button .dropdown-menu li {
    padding-bottom: 10px;
}

.page-header .button .dropdown-menu li:last-child {
    padding-bottom: 0;
}

.page-header .button .dropdown-menu .dropdown-item {
    white-space: inherit;
}

.form-check-input:checked {
    background-color: #005596;
    border-color: #005596;
}

.actions {
    position: relative;
    width: 50px;
    text-align: center;
    display: inherit;
}

.actions a {
    color: #161625;
    font-size: 13px;
}

.deactivate a {
    color: red;
}

.deactivate:hover a {
    background-color: #FFEAEA;
    color: red;
}

.help-tooltip {
    background: #F8F8F8;
    width: 380px;
    position: absolute;
    top: -30px;
    right: -425px;
    color: #707082;
    padding: 20px;
    border-radius: 10px;
}

.help-tooltip h2 {
    color: #0062A4;
    font-size: 14px;
    font-weight: 500;
}

.help-tooltip h3 {
    color: #161625;
    font-size: 13px;
    font-weight: 500;
}

.help-tooltip p {
    margin-bottom: 0;
    font-size: 12px;
}

.help-tooltip .sample-docs {
    border-top: 1px solid #E1E3EA;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.help-tooltip .sample-docs .btn-blue {
    font-size: 12px;
    text-align: center;
    padding: 5px 0;
}

.help-tooltip2 {
    top: 0;
    border-left: 3px solid #0062A4;
}

.help-tooltip-relative {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    /*    position: sticky;
    right: 0;
    top: 70px;
    width: 100%;*/
}

.help-tooltip-relative-two {
    position: relative;
    top: 0;
}

/* sidebar-navigation  */

.sidebar-navigation {
    height: auto;
}

.sidebar-navigation .my-pharmacies-search-box {
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.sidebar-navigation .title {
    display: block;
    background-color: #1e1e1e;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar-navigation > ul > li > a {}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
    margin-top: 0px;
}

.sidebar-navigation ul li {
    display: block;
    margin-bottom: 10px;
}

.sidebar-navigation ul li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #161625;
    background: #F4F3F3;
    font-weight: 400;
    border-radius: 6px;
    line-height: 18px;
}

.sidebar-navigation ul li a em {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
    border-radius: 50%;
}

.sidebar-navigation ul li:hover > a,
.sidebar-navigation ul li.selected > a {
    background-color: #0062a4;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.1);
}

    .sidebar-navigation ul li ul {
        display: none;
        margin-left: 20px;
        margin-top: 10px;
    }

.sidebar-navigation ul li ul.open {
    display: block;
    margin-top: 10px;
}

.sidebar-navigation ul li ul li a {
    color: #495d62;
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-color: #161625;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 5px;
}

.sidebar-navigation ul li ul li:hover > a,
.sidebar-navigation ul li ul li.selected > a {
    background-color: #0062a4;
}

.sidebar-navigation ul li ul li:hover > a:before,
.sidebar-navigation ul li ul li.selected > a:before {
    margin-right: 10px;
}

.sidebar-navigation ul li ul li.selected.selected--last > a {
    background-color: #0062a4;
    color: #fff;
}

.sidebar-navigation ul li ul li.selected.selected--last > a:before {
    background-color: #fff;
}

.subMenuColor1 {
    background-color: #fbfcfc;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.selected--last a {
    padding: 10px 15px !important;
}

.selected--last {
    position: relative;
}

.selected--last::before {
    content: "";
    width: 25px;
    height: 30px;
    position: absolute;
    border-left: 1px dashed #c1c1ca;
    border-bottom: 1px dashed #c1c1ca;
    left: -10px;
    top: -10px;
    z-index: 1;
    border-radius: 0 0px 0 5px;
}

.sidebar-navigation ul li ul li a:hover::before {
    background-color: #fff;
}

.sidebar-navigation-fwa ul li a {
    padding: 15px 15px;
}

/* form */

.form {
    border: 1px solid #E1E3EA;
    padding: 30px;
    border-radius: 10px;
}

.form h5 {
    font-size: 14px;
    font-weight: 600;
    color: #0062A4;
}

.form label {
    color: #000;
    font-size: 13px;
    line-height: 18px;
}

.form label sup {
    top: 0;
    color: red;
}

.form input {
    border: 1px solid #E1E3EA;
    font-size: 13px;
    color: #000;
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
}

.form textarea {
    border: 1px solid #E1E3EA;
    width: 100%;
    padding: 20px;
    border-radius: 5px;
}

.form .form-check .form-check-input {
    margin-top: 6px;
    width: 18px;
    height: 18px;
    border: 1px solid #0062A4;
    padding: 0;
}

.form .form-check-input:checked {
    margin-top: 6px;
}

.form .form-check-label {
    padding-top: 6px;
    padding-left: 6px;
}


.form input:disabled[type="date"] {
    opacity: 1;
    background-color: #e9ecef;
}

.form select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: 8px 32px 8px 10px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #5a6a85;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid #dfe5ef;
    box-shadow: unset;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 12px;
    color: #000;
    border: 1px solid #E1E3EA;
    border-radius: 5px;
}

.form .form-check-boder {
    border: 1px solid #E1E3EA;
    padding: 5px 30px 10px;
    border-radius: 6px;
}

.form .form-check-boder label {
    color: #707082;
}

.form .form-check-boder-blue {
    background: #DDF1FF;
    border-color: #0062A4;
}

.form .form-check-boder-blue label {
    color: #0062A4;
    font-weight: 500;
}

.form .form-control-error {
    border-color: #EE5253;
    color: #EE5253;
}

.form .form-control-error::placeholder {
    color: #EE5253;
}

.form .form-control-green {
    border-color: #00a3a4;
}

.form-switch .form-check-input {
    width: 3.5em !important;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
    background-color: #CCCCD696;
    border: none !important;
}

.form-switch .form-check-input:checked {
    background-color: #0062a4;
}

.border-form {
    border-top: 1px solid #E1E3EA;
    padding-top: 20px;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 20px;
    padding-right: 20px;
}

.table th {
    background: #DDF1FF;
    color: #161625;
    border: 1px solid #B1DCF8 !important;
    padding: 15px;
    font-size: 13px;
    font-weight: 500;
}

.table td {
    padding: 15px;
    border: 1px solid #B1DCF8;
    color: #707082;
}

.wrapper-table {
    border-radius: 6px;
    border: 1px solid #B1DCF8;
    margin-bottom: 30px;
    font-size: 13px;
}


.wrapper-table table {
    border-spacing: 0;
    border-collapse: collapse;
    border-style: hidden;
    width: 100%;
    max-width: 100%;
}

.wrapper-table th {
    background: #DDF1FF;
    color: #161625;
    font-weight: 500 !important;
    padding: 10px 10px;
    border: 1px solid #B1DCF8;
    font-size: 13px;
}


.wrapper-table th:first-child {
    border-radius: 6px 0 0 0;
}

.wrapper-table th:last-child {
    border-radius: 0px 6px 0 0;
}

.wrapper-table td {
    padding: 10px 10px;
    border: 1px solid #B1DCF8;
    font-size: 13px;
}


.sinumber {
    width: 200px;
}

.wrapper-table2 {
    margin-top: 20px;
}

.wrapper-table2 th {
    background: #0062A4;
    color: #fff;
}

.wrapper-table2 td {
    vertical-align: top !important;
}

.wrapper-table2 .infoamtions {
    max-width: 250px;
}

.wrapper-table2 .address {
    max-width: 170px;
}

.wrapper-table2 .address a {
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
    color: #0062A4 !important;
}

.wrapper-table2 .k-grid,
.wrapper-table .k-grid {
    border: 1px solid #B1DCF8 !important;
    border-radius: 6px !important;
}

.wrapper-table.wrapper-table-bdr-none {
    border: none;
}

/* drop-zone */

.drop-zone {
    max-width: 100%;
    height: 150px;
    padding: 25px;
    display: flex;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
    color: #161625;
    border: 1px dashed #0062a4;
    border-radius: 6px;
    gap: 15px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.drop-zone__prompt p {
    color: #707082;
    text-align: left;
}

.drop-zone__prompt .btn {
    font-size: 12px;
}

/* practice-settings */
.practice-settings {
    background: #F8F8F8;
    border-radius: 6px;
    padding: 20px;
}

.practice-settings h3 {
    font-size: 14px;
    color: #0062A4;
    font-weight: 600;
    margin-bottom: 20px;
}

/* hours-of-operation  */
.hours-of-operation {
    background: #FAFAFA;
    padding: 20px 0;
    border-radius: 6px;
}

.hours-of-operation label {
    font-size: 14px;
    font-weight: 600;
}

.hours-of-operation .add-houre {
    margin-top: 15px;
    font-size: 13px;
    opacity: 0;
}

.hours-of-operation:hover .add-houre {
    opacity: 1;
}

.hours-of-operation .add-houre i {
    color: #fff;
    background: #0062A4;
    padding: 5px;
    border-radius: 3px;
    margin-right: 5px;
}

.hours-of-operation .form-switch .form-check-label,
.hours-of-operation .form-check .form-check-label {
    font-weight: 400;
    font-size: 13px;
    color: #707082;
}

.hours-of-operation .form-switch .form-check-label {
    padding-left: 15px;
}

.help-tooltip-error {
    top: 0;
    border-left: 3px solid #EE5253;
    right: -452px;
    background: #FFF5F3;
}

.help-tooltip-error h3,
.help-tooltip-error strong {
    color: #EE5253;
}

.help-tooltip-green {
    top: 0;
    border-left: 3px solid #00a3a4;
    right: -452px;
    background: #daf3f3;
}

.help-tooltip-green h3,
.help-tooltip-green strong {
    color: #00a3a4;
    margin-bottom: 0;
}

.help-tooltip4 {
    background: #FFF7F0;
    top: 0;
}

.help-tooltip4 .text-box {
    display: flex;
    gap: 22px;
    font-size: 13px;
    color: #161625;
    margin-top: 20px;
}

.tag ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag ul li {
    display: inline-block;
}

.tag-btn {
    padding: 8px 15px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #E1E3EA;
    font-size: 14px;
}

.tag-btn a {
    background: #f5f5f5;
    margin-left: 5px;
    font-size: 12px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    border-radius: 50%;
    color: #777;
    justify-content: center;
    align-items: center;
}

.gray-box-from {
    background: #FAFAFA;
    margin-left: -30px;
    margin-right: -30px;
    border-radius: 10px 10px 0 0;
    padding: 20px;
}

.gray-box-from2 {
    background: #FFF7F0;
    margin-left: -30px;
    margin-right: -30px;
    padding: 20px 30px;
    margin-bottom: 20px;
}

.modal-header h4 {
    font-size: 18px;
    font-weight: 500;
}

.popup-from {
    margin-left: -15px;
    margin-right: -15px;
    background: #FAFAFA;
    border: none;
    border-radius: 0;
    margin-top: -15px;
}

.downtown h3 {
    color: #0062A4;
    font-size: 14px;
    font-weight: 500;
    padding-left: 25px;
    border-left: 3px solid #0062A4;
    margin-left: -30px;
    margin-bottom: 20px;
}

.downtown p {
    margin-bottom: 0;
    color: #161625;
}

.note-form-popup {
    position: absolute;
    width: 373px;
    padding: 20px;
    border-radius: 6px;
    background: #FFF8BA;
    box-shadow: 0px 8px 28px 0px rgba(0, 0, 0, 0.20);
    bottom: 0;
    right: 0;
    display: none;
}

.note-form-popup h6 {
    color: #707082;
}

.note-form-popup p {
    margin-bottom: 0;
    color: #161625;
}


/* owner */
.owner-accordion-item {
    background: #fff;
    border: 1px solid #E1E3EA;
    border-radius: 10px;
    padding-bottom: 10px;
}

.accordion-button2 {
    display: flex;
    padding: 10px;
    gap: 30px;
    align-items: center;
}

.accordion-button2 .angle-icon {
    border: 1px solid #E1E3EA;
    display: flex;
    align-items: center;
    font-size: 12px;
    width: 30px;
    height: 30px;
    justify-content: center;
    margin-top: 5px;
    border-radius: 6px;
}


.accordion-button2 .box-text {
    display: flex;
    width: 100%;
}

.accordion-button2 .box-text .text p {
    font-size: 14px;
}

.accordion-button2 .box-text .user-name {
    display: flex;
    gap: 15px;
    width: 85%;
    align-items: center;
}

.accordion-button2 .box-text .user-name h6 {
    font-weight: 600;
    font-size: 14px;
    color: #161625;
    margin-bottom: 5px;
}

.accordion-button2 .box-text .user-name p {
    margin-bottom: 0;
    color: #707082;
}

.accordion-button2 .box-text .user-name p span {
    color: #EE5253;
}

.accordion-button2 .box-text .txt-btn {
    width: 15%;
}

.accordion-button2 .box-text .user-name .name span {
    width: 38px;
    height: 38px;
    border-radius: 40px;
    background: #612AD0;
    color: #FFFFFF;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.owner-accordion-body .row {
    margin-left: 0px;
    margin-right: 0px;
}

.owner-accordion-body h5 {
    font-size: 14px;
    font-weight: 600;
    color: #0062A4;
}


.owner-accordion-body .address-detalis {
    background: #F8F8F8;
}

.owner-accordion-body .address-detalis p {
    margin-bottom: 5px;
    font-size: 13px;
}

.owner-accordion-body .address-detalis strong {
    font-weight: 400;
    color: #161625;
    font-size: 13px;
}


.my-ph-tb2 .infoamtions {
    max-width: 100%;
}

.my-ph-tb2 .btn {
    width: 100%;
}

.my-ph-tb2 .btn-2 {
    width: 48%;
}

.faq h3 {
    font-size: 14px;
    color: #0062A4;
    font-weight: 500;
    margin-bottom: 20px;
}

.faq .accordion-item {
    background: #F8F8F8;
    border-radius: 6px;
    border: none;
}

.faq .accordion-button {
    background: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #F8F8F8;
    box-shadow: none;
}

.faq .accordion-body {
    padding-top: 0;
}

.faq .accordion-button::after {
    background-color: #fff;
    background-size: 1rem;
    width: 1rem;
    height: 1rem;
}


.popup-form ol {
    margin-left: 15px;
}

.popup-form ol li {
    padding-left: 15px;
    margin-bottom: 15px;
}

.popup-form ol li p .form-check2 {
    margin-left: -25px;
    display: inline-block;
    padding-left: 13px;
    margin-bottom: -5px;
    margin-right: 10px;
}

.popup-form .form-check .form-check-input {
    border: 1px solid #F4B62E;
    background-color: #FFF3D7;
}

.popup-form .form-check .form-check-input:checked[type="checkbox"] {
    background-color: #F4B62E;
}

.popup-form input {
    border: 1px solid #F4B62E;
    background-color: #FFF3D7;
}

.popup-form select {
    border: 1px solid #F4B62E;
    background-color: #FFF3D7;
}

.nav-header {
    background: #0062A4;
}

.nav-header .navbar {
    padding: 0;
}

.nav-header .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 25px 10px;
}

.nav-header .navbar-light .navbar-nav .nav-link.active {
    background: #00538C;
}

.nav-header .navbar-light .navbar-nav .nav-link.nav-link-two {
    padding: 30px 20px;
}

.form.confirmation-form {
    box-shadow: 0px 5px 0px 7px #7070820d;
}

.warning-box {
    border-radius: 6px;
    border: 1px solid #FFF3D7;
    background: #FFFAED;
    margin-bottom: 30px;
}

.warning-box .btn-blue {
    display: inline-block;
    width: inherit;
    padding: 5px 15px;
    margin-left: 15px;
    font-size: 12px;
}

.warning-box .w-title {
    padding: 15px;
    border-bottom: 1px solid #FFF3D7;
    margin-bottom: 15px
}

.warning-box .w-title strong {
    color: #EE5253;
    font-size: 14px;
}

.warning-box .box-text {
    padding: 0px 15px 15px;
}

.warning-box .box-text label {
    font-size: 14px;
}

.green-text {
    color: #00A3A4;
}

.red-text {
    color: #EE5253;
}

.view-list ol li {
    margin-bottom: 15px;
}

.view-list ol li strong {
    color: #000;
}

.view-list ol li ul {
    margin-top: 15px;
    list-style: lower-alpha;
}

.check-tooltip {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    position: absolute;
    width: 29%;
    top: -90px;
    left: 0;
    opacity: 0;
    border: 1px solid #E1E3EA;
    color: #161625;
}

.form-check:hover .check-tooltip {
    opacity: 1;
}

.success-box {
    background: #F8F8F8;
    position: relative;
}

.box-icon-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}


.success-box .success-text {
    display: inline-flex;
    gap: 30px;
    padding: 50px 0 50px 50px;
}

.success-box .success-text h5 {
    font-size: 14px;
    color: #161625;
}

.success-box .success-text strong {
    margin-bottom: 5px;
    display: inline-block;
}

.success-box .success-text p {}

.help-new-user {
    background: #FFF7F0;
    padding: 30px;
    border-radius: 6px;
    border: 1px solid #F4E4D4;
}

.title-new-user h6 {
    font-weight: 600;
    color: #BF8448;
    font-size: 12px;
}

.help-new-user-text {
    display: block;
    width: 100%;
    font-size: 12px;
}

.help-new-user-text .text-box .icon i {
    color: #161625;
}

.help-new-user-text .text-box {
    display: inline-flex;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
}

.help-new-user-text .text-box strong {
    color: #161625;
    font-size: 12px;
}

.help-new-user-text .text-box p {
    margin-bottom: 0;
    margin-top: 5px;
}

.help-new-user-text .text-box ul {
    padding-left: 10px;
    margin-bottom: 0;
}

.help-new-user-text .text-box ul li {
    margin-top: 5px;
}

.help-new-user .btn-brown {
    width: 100px;
    text-align: center;
    margin-top: 20px;
}

.help-new-user .btn-brown:hover {
    color: #fff;
}


.k-button-solid-base {
    background: none !important;
    border: none !important;
    color: #161625 !important;
}

.wrapper-table.wrapper-table-bdr-none .k-button {
    color: #fff !important;
}

.k-toolbar-solid {
    border-color: inherit !important;
    box-shadow: none !important;
    background: #0062a4 !important;
    border-radius: 6px 6px 0 0;
}

.k-pager {
    border-radius: 0 0 6px 6px !important;
}

.wrapper-table.wrapper-table-bdr-none .k-window .k-button {
    color: #000 !important;
}

.wrapper-table.wrapper-table-bdr-none .k-window .k-button-solid-primary {
    border-color: #0062a4;
    background-color: #0062a4;
    color: #ffffff !important;
}

.k-window-title {
    font-weight: 500;
    color: #161625;
    font-size: 18px;
}

.k-input-solid {
  /*  border: none !important;*/
    color: var(--kendo-color-on-app-surface, #3d3d3d) !important;
    background-color: var(--kendo-color-surface-alt, #ffffff) !important;
}

.popup-search-filde {
    padding: 20px 0;
    font-size: 13px;
}

.popup-search-filde input {
    font-size: 13px;
}

.popup-search-filde .form-control::placeholder {
    opacity: 0.3;
}

    .popup-search-filde select {
        --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
        display: block;
        width: 100%;
        padding: 8px 32px 8px 10px;
        font-size: .875rem;
        font-weight: 400;
        line-height: 1.5;
        color: #5a6a85;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: transparent;
        background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 16px 12px;
        border: var(--bs-border-width) solid #dfe5ef;
        box-shadow: unset;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        font-size: 12px;
        color: #000;
        border: 1px solid #E1E3EA;
        border-radius: 5px;
    }

.my-ph-tb .btn-close {
    position: absolute;
    right: 15px;
}

.accordion-flush div:nth-child(2) .accordion-button2 .box-text .user-name .name span {
    background: #2A77D0;
}

.ownership-percentage-popup .box-text {
    background: #fff;
    border: 1px solid #E1E3EA;
    border-radius: 10px;
    display: flex;
    padding: 10px;
    align-items: center;
}

.ownership-percentage-popup .box-text .user-name {
    display: flex;
    gap: 15px;
    width: 60%;
    align-items: center;

}

.ownership-percentage-popup .box-text .txt-input {
    width: 15%;
}

.ownership-percentage-popup .box-text .txt-lable {
    width: 25%;
    font-size: 13px;
    text-align: center;
}

.ownership-percentage-popup .box-text .user-name .name span {
    width: 38px;
    height: 38px;
    border-radius: 40px;
    background: #612AD0;
    color: #FFFFFF;
    font-size: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.ownership-percentage-popup .box-text .user-name h6 {
    font-weight: 600;
    font-size: 14px;
    color: #161625;
    margin-bottom: 5px;
}

.ownership-percentage-popup h3 {
    font-size: 16px;
    font-weight: 600;
    color: #2a77d0;
}

.ownership-percentage-popup .outer .box-text:nth-child(2) .user-name .name span {
    background: #2A77D0;
}

.ownership-percentage-popup .outer.company-outer .box-text:nth-child(1) .user-name .name span {
    background: #A92AD0;
}

.txt-input.red-input input {
    border-color: #EE5253;
    background-color: #FFF5F3;
}

.help-tootip-red {
    background-color: #FFF5F3;
    border-color: #EE5253;
}

.help-tootip-red h2 {
    color: #EE5253;
    font-weight: 700;
}

.help-tootip-red p {
    color: #161625;
    font-size: 13px;
}

.help-tootip-green {
    background-color: #DAF3F3;
    border-color: #00A3A4;
}

.help-tootip-green h2 {
    color: #00A3A4;
    font-weight: 700;
}

.help-tootip-green p {
    color: #161625;
    font-size: 13px;
}

/*Sachin 03262025 wizard left active class */
.leftnavactive {
    background-color: #0062a4 !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}