* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Nunito', Helvetica, sans-serif;
    background: #F0EEEE;
}

header {
    background-color: #fff;
}

ul {
    margin: 0;
}

li {
    list-style: none;
}

h3,
h4 {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #2B374B;
    text-transform: capitalize;
}


.bg-color {
    background-image: url(../images/bg-img.svg);
    padding: 138px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
}

.login-wrap {
    max-width: 550px;
    min-height: 523px;
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(34, 37, 41, 0.08);
    border-radius: 10px;
    text-align: center;
    padding: 30px 65px;
    position: relative;
}

.logo {
    max-width: 399px;
    width: 100%;
}

.login-heading {
    padding: 64px 0 40px;
    font-weight: 700;
    font-size: 30px;
    line-height: 41px;
    color: #2B374B;
}

/* form css */
.did-floating-label-content {
    position: relative;
    margin-bottom: 35px;
}

.did-floating-label {
    color: rgba(43, 55, 75, 0.8);
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 17px;
    padding: 0 5px;
    text-transform: capitalize;
    background: #fff;
    width: 86%;
    display: inline-block;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    text-align: left;
}

.did-floating-input {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 52px;
    padding: 17px 15px;
    background: #fff;
    color: #323840;
    border: 1px solid rgba(43, 55, 75, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
}


.did-floating-input:focus {
    outline: none;
}

.did-floating-input:focus~.did-floating-label {
    top: -8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    color: rgba(43, 55, 75, 0.8);
    display: inline;
    width: auto;
}

.did-floating-input:not(:placeholder-shown)~.did-floating-label {
    top: -8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    text-transform: capitalize;
    color: rgba(43, 55, 75, 0.8);
    display: inline;
    width: auto;
}

/* error msg */
.errortext {
    color: #D60C18;
    text-align: left;
    display: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
    padding-top: 4px;
}

.border-error .did-floating-input {
    border-color: #D60C18;
}

.border-error .did-floating-input:focus~.did-floating-label {
    color: #D60C18;
}

.border-error .did-floating-label {
    color: #D60C18 !important;
}


/* password icon css */
.pwd-icon {
    position: absolute;
    right: 13px;
    top: 15px;
    color: rgba(43, 55, 75, 0.8);
    ;
}

/* forgot pwd */
.forgotpwd {
    text-align: right;
    display: block;
    color: #2B374B;
    margin-top: -15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    text-decoration-line: underline;
}

/* arrow button move */


.arrow::after {
    position: absolute;
    right: 20px;
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    content: "\f061";
    font-family: "FontAwesome";
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.arrow:hover::after {
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}

/* button css */
.btn-submit {
    background-color: #DE772D;
    max-width: 420px;
    height: 52px;
    width: 100%;
    padding: 15px;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    font-family: 'Nunito', Helvetica, sans-serif;
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
}

.btn-cancel {
    background-color: #fff;
    color: #DE772D;
    border-color: #DE772D;
    border: 1px solid;

}

.secdory-btn {
    max-width: 154px;
    width: 100%;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 4px;
}

/* popup model */
.txt-center {
    text-align: center;
}

.popup-title {
    text-align: center;
    width: 100%;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 25px;
    color: #2B374B;
}

.img-wrp {
    background-color: black;
    max-width: 68px;
    height: 68px;
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    padding: 19px 14px;
    margin-bottom: 23px;
}

.txt-para>p {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #2B374B;
}

.redirct-btn {
    text-align: center;
    width: 100%;
    text-decoration: none;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #DE772D;
}

.redirct-btn:hover {
    color: #DE772D;
}

/* skip text */
.skip-txt {
    padding-top: 30px;
    display: inline-block;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #2B374B;
    text-transform: capitalize;
    text-decoration: none;
}

.skip-txt:hover {
    color: #2B374B;
}

.passcolor {
    background-color: rgba(239, 83, 83, 0.14);
    ;
}

.color-btn {
    color: #2B374B;
}

/* layout inner pages  */
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 0;
}

.header-inner>img {
    max-width: 232px;
    height: 44px;
    width: 100%;
}

.profil-wrp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.profil-wrp>img {
    max-width: 38px;
    min-width: 38px;
    width: 100%;
    border-radius: 50%;
    height: 38px;
}


.prfile-inner-wrp {
    padding-left: 10px;
    position: relative;
}

.prfile-inner-wrp>span {
    padding-right: 11px;
}

.myprofile-det {
    display: none;
    width: 200px;
    right: -5px;
    top: 100%;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 0px 13px 1px #f2f5f7;
    box-sizing: border-box;
    position: absolute;
    z-index: 9;
}

small {
    position: absolute;
    top: -7px;
    right: 18px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #FFF;
    width: 0;
    height: 0;
}

.myprofile-det ul {
    padding-left: 0;
}

.myprofile-det ul li {
    width: 100%;
    display: inline-block;
}

.myprofile-det ul li a,
.myprofile-det ul li span {
    display: block;
    padding: 8px 20px;
    background: #fff;
    box-sizing: border-box;
    margin-left: 0px;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
    text-decoration: none;
}

.myprofile-det ul li a:hover {
    background: #f2f5f7;
}

.profil-wrp:hover .myprofile-det {
    display: block;
}



/* nav section  */
.nav-section {
    background: #2B374B;
    border-radius: 0px 0px 6px 6px;
}

.topnav {
    display: flex;
    justify-content: space-between;
    padding-left: 0;
}

.topnav li a {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 20px 10px 17px;
    font-family: 'Nunito', Helvetica, sans-serif;
    text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #F8F8F8;
    border-bottom: 3px solid transparent;
    height: 100%;
}

.topnav li {
    position: relative;
    border-right: 2px solid #232E40;
}


.topnav li a>img {
    padding-right: 10px;
}

.topnav a:hover {
    background-color: #FFFFFF;
    color: #DE772D;
    border-color: #DE772D;
}

.topnav a .active {
    background-color: #FFFFFF;
    color: #DE772D;
    border-color: #DE772D;
    border-radius: 0;
}

.topnav a.active {
    background-color: #FFFFFF;
    color: #DE772D;
    border-color: #DE772D;
    border-radius: 0;
}

.nav-section .icon {
    display: none;
}

.inner-content {
    padding-top: 20px;
}

.top-inner-cont {
    display: flex;
    justify-content: space-between;
    padding-bottom: 28px;
}

.serach-section {
    width: auto !important;
    display: flex;
    justify-content: end;
}

.serach-section>form {
    display: flex;
    justify-content: end;
    width: 60%;
    margin-right: 30px;
    position: relative;
}

.serach-section>form:last-child {
    margin-right: 0;
}

.srch-input {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(34, 37, 41, 0.08);
    max-width: 294px;
    width: 100%;
    border: none;
    padding: 16px 24px;
    border-radius: 4px;
    color: #283F56;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
}

.srch-btn {
    max-width: 64px;
    height: 52px;
    padding: 15px 10px;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #F8F8F8;
    background-color: #DE772D;
    border: none;
    border-radius: 0px 4px 4px 0px;
}

.srch-input:focus {
    outline: none;
}

/* tabbing section */
.tabbing-section {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.custom-tabs {
    padding: 12px 13px;
    background: rgba(188, 185, 169, 0.15);
    border-radius: 4px 4px 0px 0px;
    margin-right: 2px;
}


.custom-tabs a {
    text-decoration: none;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: rgba(43, 55, 75, 0.8);
}

.active {
    background: #fff;
    border-radius: 4px 4px 0px 0px;
}

.active a {
    color: #2B374B;
    font-weight: 800;
    font-size: 14px;
}

/* table wrap */
.table-wrp {
    background: #ffffff;
    box-shadow: 0px 3px 16px rgba(34, 37, 41, 0.08);
    border-radius: 10px;
    padding: 33px;
    text-align: center;
}

.table-wrp table {
    border-collapse: separate;
    border-spacing: 0 7px;
    font-size: 14px;
}

.table-wrp .table tbody tr {
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.04);
    border-radius: 6px;
    background-color: #ffffff;
    cursor: pointer;
}

.table-wrp .table thead tr th {
    border: none;
}

.table-wrp .table tbody tr td {
    padding: 21px 12px 17px;
    border-top: 3px solid #fff !important;
    border-bottom: 3px solid #fff !important;
    width: 200px;
}

.table-wrp .table tbody tr td:first-child {
    border-left: 3px solid #fff !important;
}

.table-wrp .table tbody tr td:last-child {
    border-right: 3px solid #fff !important;
}


/* Rounded  check box css */

.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 21.83px;
    width: 21.83px;
    left: 1px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #009656;
}

input:focus+.slider {
    box-shadow: 0 0 1px #009656;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.resendmail a {
    border-radius: 25px !important;
    padding: 4px 14px !important;
    display: inline-block !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 14px !important;
    background-color: #2b374b !important;

}

.action-wrp {
    width: 34px;
    height: 34px;
    background: #2B374B;
    border-radius: 6px;
    color: #fff;
    padding: 8px 12px;

}

.del-bg {
    background-color: #bcb9a980;
}

/* add paitents */
.add-paitent-wrp {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 2px 32px rgb(0 0 0 / 4%);
    border-radius: 4px;
    padding: 35px 23px;
}

.inner-top-first {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
}

.top-right-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.inner-top-right {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #2B374B;
    font-family: 'Nunito', Helvetica, sans-serif;
    margin-right: 32px;
}

.inner-top-right:last-child {
    margin-right: 0;
}

.inner-top-right strong {
    margin-right: 15px;
}

.inner-top-right span {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    color: rgba(43, 55, 75, 0.8);
}

.inner-top-right:last-child span {
    color: #009656;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
}

.top-inner-cont h3>img {
    margin-right: 16.19px;
    vertical-align: text-top;
}

/* choose file  */
.yourBtn {
    max-width: 171px;
    width: 100%;
    height: 120px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    background-color: rgba(43, 55, 75, 0.1);
    cursor: pointer;
    padding: 20px 38px;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.yourBtn img {
    max-width: 34px;
    width: 100%;
    display: block;
    margin: 0 auto 25px;
}

.yourBtn input[type="file"] {
    position: absolute;
    top: 50%;
    overflow: hidden;
    opacity: 0;
}

.choosefile-section h4 {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(43, 55, 75, 0.8);
    margin-top: 30px;
}

.choosefile-section form {
    display: flex;
    align-items: center;
}

.choosefile-section form button {
    margin-left: 34px;
    max-width: 122px;
    height: 40px;
    padding: 10px;
}

/* from section */

.form-section {
    margin-top: 34px;
}

.form-section form {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form-section form .did-floating-label-content {
    /* width: 32%;
    margin-right: 10px; */
    width: 33.33%;
    margin-right: 0px;
    padding: 0 10px;
}


select {
    font-size: 14px;
    display: block;
    width: 100%;
    height: 52px;
    padding: 12px 15px;
    background: #fff;
    color: #323840;
    border: 1px solid rgba(43, 55, 75, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: center right 9px;
}

select:focus {
    outline: none;
}

.date-pick {
    position: absolute;
    top: 9px;
    right: 20px;
}

/* profile view css */
.view-profile-section {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    /* flex-direction: column; */
    /* align-items: end; */
    /* width: 50%; */
}

.view-profile-section .secdory-btn {
    margin-bottom: 20px;
    height: 40px;
    padding: 10px 14px;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;

}

.profile-details {
    margin-top: 39px;
}

.profile-details .row {
    margin-bottom: 22px;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: rgba(43, 55, 75, 0.8);
}

.profile-details .row .col strong {
    padding-right: 22px;
    margin-bottom: 10px;
}

.profile-details .row .col span {
    color: #2B374B;
}

/* edit profile */
.edit-profile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 30px;
}

.edit-profile strong {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: rgba(43, 55, 75, 0.8);
    margin-right: 38px;
}

.edit-profile span {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #2B374B;
}

.edit-profile .inner-top-right:last-child {
    margin-right: 32px;
}

.edit-profile .inner-top-right {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2B374B;
}

.edit-profile .inner-top-right strong {
    margin-right: 12px;
}

.form-section form .did-floating-label-content:last-child {
    width: 100%;
}

/* facitly section */
.heading-facitly {
    margin-bottom: 0px;
    width: 100%;
}

.heading-facitly h4 {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #2B374B;
    padding-left: 12px;
}

.chk-box {
    display: flex;
    align-items: center;
    margin-top: 33px;
}

.input-checkbox {
    width: 33px;
    height: 27px;
    margin-right: 10px;
    border: 1px solid rgba(43, 55, 75, 0.3);
}

.form-section form .did-floating-label-content.wdt-cell {
    width: 32%;
}

.color-btn {
    background-color: #2B374B;
    color: #ffffff;
}

/* error msg css */
.login-flash-msg .error-msg-wrp {
    position: absolute;
    left: 85px;
    width: 100%;
}

.error-msg-wrp {
    position: fixed;
    right: -20.5%;
    top: 15.6%;
    width: 50%;
    z-index: 9;
    transition: .6s all;
}


.red-error-color {
    max-width: 400px;
    height: 48px;
    background: #FAF0F1;
    border-radius: 8px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 16px 14px;
    margin-bottom: 10px;

}

.red-error-color .inner-red span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #CF3142;
    margin-left: 10px;
}

.red-error-color i {
    color: #CF3142;
}

.bg-yellow {
    background: #FFF1D5;
}

.bg-yellow .inner-red span,
.bg-yellow i {
    color: #F5A860;
}

.bg-gery {
    background-color: lightgray;
}

.bg-gery .inner-red span,
.bg-gery i {
    color: #2B374B
}

.bg-green {
    background: #DBEDE6;
}

.bg-green .inner-red span,
.bg-green i {
    color: #009656;
}

/* or staff css */
.file-uploa-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 29px;
}

.download-wrp {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    max-width: 406px;
    width: 100%;
    padding: 20px;
    height: 416px;
    text-align: center;
    margin-right: 100px;
}

.download-wrp:last-child {
    margin-right: 0;
}

.dwn-inner {
    margin-top: 34px;
    margin-bottom: 34px;
}

.dwn-inner img {
    margin-bottom: 34px;
}

.dwn-inner h4 {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #2B374B;

}

.dwn-inner span {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: rgba(43, 55, 75, 0.8);
    margin-top: 10px;
}

.btn-download {
    max-width: 141px;
    width: 100%;
    height: 48px;
    background-color: #DE772D;
    padding: 15px 36px;
    text-align: center;
    text-decoration: none;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 4px;
    border: none;
}

.btn-download:hover,
.btn-download:focus {
    color: #FFFFFF;
}

/* Override width constraints for action buttons */
.rigth-btn-wrp .wdth-btn {
    max-width: none;
    width: auto;
}

/* Figma design - buttons in action toolbar */
.rigth-btn-wrp .btn-download {
    background: #FFFFFF;
    border: 0.0625rem solid #DE772D;
    border-radius: 0.25rem;
    height: 2.5rem;
    padding: 0.75rem 1.25rem;
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: normal;
    color: #DE772D;
    box-shadow: 0 0.0625rem 0.5rem rgba(0, 0, 0, 0.1);
    text-align: center;
    white-space: nowrap;
    max-width: none;
    min-width: auto;
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    flex-shrink: 1;
}

.rigth-btn-wrp .btn-download:hover,
.rigth-btn-wrp .btn-download:focus {
    background: #FFFFFF;
    border-color: #DE772D;
    color: #DE772D;
    box-shadow: 0 0.125rem 0.75rem rgba(0, 0, 0, 0.15);
}

/* Button wrapper styling */
.rigth-btn-wrp {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    min-width: 0;
}

/* Case Media header section - Figma design */
.media-header-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 1.5rem;
    width: 100%;
    gap: 1rem;
    flex-wrap: wrap;
}

.case-media-heading {
    font-family: 'Nunito Sans', 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: normal;
    color: #2B374B;
    margin: 0;
    flex-shrink: 0;
    white-space: nowrap;
}



.lgin-btn {
    max-width: 222px;
    height: 40px;
    display: inline-block;
    padding: 10px;
}

.help-section {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(43, 55, 75, 0.8);
    margin-top: 60px;
}

.help-section span {
    font-weight: 800;
    color: #DE772D;
}

.footer-section {
    background-color: #2B374B;
    padding: 25px 90px;
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
}

.footer-section span {
    width: 100%;
    display: inline-block;
    color: #FFFFFF;
    margin-right: 80px;
}



.or-staff-select {
    width: 32%;
    margin-top: 30px;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgba(43, 55, 75, 0.8);
}

.info-setp {
    max-width: 346px;
    width: 100%;
    background: #F8F8F8;
    border-radius: 10px;
    padding: 20px;
}

.info-setp strong {
    margin-bottom: 20px;
    display: inline-block;
}

.mrg-right {
    margin-right: 15px;
}

.show-img {
    margin-top: -9px;
    max-width: 150px;
    width: 100%;
}

/* new style dev serve */
#suggestion {
    position: absolute;
    top: 53px;
    background-color: #ffffff;
    width: 100%;
    max-width: 258px;
    z-index: 9;
}

#suggestion ul {
    padding-left: 0;
    max-height: 100px;
    overflow-y: scroll;
}

#suggestion ul li {
    padding-left: 20px;
}

#suggestion ul li a {
    color: #283F56;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-decoration: none;
}

#suggestion ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#suggestion ul::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

#suggestion::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 20px;
    height: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(230, 223, 223, 0.219);
    background-color: #555;
}

.top-btn {
    display: inline-block;
    width: 50%;
}

.top-btn .secdory-btn {
    max-width: 188px;
}



.download-wrp .secdory-btn {
    margin-top: 6px;
    max-width: 232px;
}

.download-wrp .upload-error {
    margin-top: 20px;
    color: #D60C18;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding-left: 0;
}

.bulk-uplod {
    background: #FFFFFF;
    border: 1px solid #DE772D;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #DE772D;
    padding: 10px 35px;
    max-width: 154px;
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-top: -20px;
    position: relative;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
}

#file-scan .bulk-uplod {
    margin: 0;
}

.bulk-uplod:hover {
    color: #DE772D;
}

.bulk-uplod input {
    opacity: 0;
    overflow: hidden;
    max-width: 74px;
    width: 100%;
}

.bulk-uplod span {
    position: absolute;
    left: 38px;
    top: 13px;
}

.upload-file-name {
    padding-left: 3rem;
    margin-top: 10px;
}

.upload-file-name li {
    max-width: 271px;
    width: 100%;
    padding: 13px;
    background: #8a888861;
    border-radius: 6px;
    /* height: 42px; */
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #2B374B;
    display: flex;
    justify-content: space-between;
}

.upload-file-name li img {
    max-width: 20px;
    width: 100%;
    height: 19px;
}

/* datepicker css custom */
.ui-datepicker .ui-datepicker-title {
    display: flex;
    justify-content: space-around;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    background-size: 13px;
    appearance: none;
}

/* pagination css */

.total-result {
    width: 40%;
    display: flex;
    align-items: flex-start;
}

.select-box {
    width: 80px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-right: 11px;
}

.select-box select {
    background-color: #F8F8F8;
    ;
    border-radius: 5px;
    line-height: 28px;
    height: 27px;
    background-position: 88% center;
    padding: 0 15px;
    appearance: none;
    background-size: 14px;
    height: 30px;
}

.total-result p {
    padding-bottom: 0;
    line-height: 28px;
}

/* Pagination*/

.page-col-res {
    display: flex;
    flex-direction: column-reverse;
}

.pagination-section svg.w-5 {
    width: 20px;
}


.pagination-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.pagination-container .pagination-section nav {
    display: flex;
    align-items: center;
}

.pagination-container .pagination-section nav>div {

    display: flex;
    align-items: center;

}

.pagination-container .pagination-section nav>div a {
    margin: 0 5px;
}

.pagination-container .pagination-section nav>div .inline-flex {
    display: flex;
    align-items: center;
    border: none !important;
    box-shadow: unset !important;
    padding: 0 !important;
    margin-right: 11px;
}

.pagination-container .pagination-section nav .leading-5 {
    padding: 0;
    margin-bottom: 0;

}

.align-left {
    text-align: left;
}

/* muliple selector */
.muliple-sector-wrp {
    width: 100%;
    font-size: 14px;
    display: block;
    height: auto;
    background: #fff;
    padding: 10px;
    color: #323840;
    border: 1px solid rgba(43, 55, 75, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-appearance: none;
    /* margin-bottom: 35px; */
    position: relative;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    border: none;
}

.ms-has-selections>button:after {
    content: ' ';
    top: 16%;
}

.ms-options-wrap>button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 36%;
    right: 5px;
    width: 0;
    margin-top: -3px;
    border: solid #323840 !important;
    border-width: 0 1px 1px 0 !important;
    padding: 6px !important;
    transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
}

.ms-options-wrap>button:focus,
.ms-options-wrap>button {
    border: 0 !important;
}

/* choose files */
.chhosefile-sect .img-wrp-chos {
    background: rgba(43, 55, 75, 0.1);
    max-width: 171px;
    width: 100%;
    /* padding: 10px; */
    margin-right: 20px;
    height: 120px;
}

.img-wrp-chos img {
    vertical-align: middle;
    height: 100%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.chhosefile-sect {
    display: flex;
    align-items: center;
    max-width: 300px;
    width: 100%;
    margin-right: 15px;
}

.choosefile-btn {
    background: #DE762D;
    border-radius: 4px;
    max-width: 144px;
    height: 40px;
    width: 100%;
    padding: 10px;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.choosefile-btn button {
    background: transparent;
    border: none;
    color: #fff;
    text-transform: capitalize;
}

.choosefile-btn input[type=file] {
    position: absolute;
    left: 0;
    top: 5px;
    height: 42px;
    padding: 0px 6px;
    overflow: hidden;
    opacity: 0;
}

.pro-img {
    max-width: 133px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}

.pro-img img {
    width: 100%;
}

.pro-img label {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}

/* my pie chart  */
.grap-section {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.grap-section .table tbody tr td {
    width: 200px;
}

.grap-section .table {
    width: 50%;
    margin-right: 30px;
}

.grap-wrp {
    width: 50%;
    border: 1px solid #ffffff;
    padding: 13px;
}

.total-inner {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.total-inner span {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    color: #2B374B;
    margin-bottom: 11px;
}

.doct-inner {
    background: rgba(188, 185, 169, 0.15);
    max-width: 60px;
    width: 100%;
    height: 60px;
    border-radius: 50%;
    padding: 14px 18px;
}

.invertory-wrp {
    max-width: 402px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 24px 16px;
}

/* permission section */
.chkbox-section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.checkbox-wrp {
    display: flex;
    align-items: flex-end;
    width: 20%;
    margin-bottom: 20px;
}

.checkbox-wrp input {
    max-width: 23px;
    width: 100%;
    height: 21px;
    border: 1px solid rgba(43, 55, 75, 0.3);
    margin-right: 10px;
}

.checkbox-wrp label {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    color: #2B374B;
}

.pair-scope a {
    text-decoration: none;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    display: inline-block;
    background: #2b374b;
    white-space: nowrap;
    padding: 4px 11px;
    border-radius: 25px;
}

/* active img */
.active-img {
    display: none;
}

.topnav a:hover .active-img {
    display: block;
}

.topnav a:hover .disable-img {
    display: none;
}


/* dashborad screeen css dummy  */

.content-container {
    max-width: 1850px;
    width: 100%;
    padding: 0 20px;
}

.block-container {
    width: 100%;
    display: inline-block;
    padding: 0 17px 0 20px;
    margin-bottom: 30px;
}

.block-container ul li {
    width: 22.74%;
    float: left;
    margin-right: 3%;
    vertical-align: middle;
    position: relative;
    background: #fff;
}

.block-container ul li span.total-surgeon {
    background: #ff8761;
}

.block-container ul li span {
    width: 25%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100%);
}

.block-container ul li .cmn-bx {
    width: 75%;
    float: right;
    padding: 20px 20px;
    vertical-align: middle;
}

.block-container ul li .cmn-bx h6.rd {
    color: #ff8761;
}

.block-container ul li .cmn-bx p {
    color: #2f3b4c;
    font-size: 19px;
    line-height: 20px;
    font-weight: 500;

}

/* line 839, ../sass/style.scss */
.block-container {
    width: 100%;
    display: inline-block;
    padding: 0 17px 0 20px;
    margin-bottom: 30px;
}

/* line 840, ../sass/style.scss */
.block-container ul {
    width: 100%;
    display: inline-block;
}

/* line 841, ../sass/style.scss */
.block-container ul li {
    width: 22.74%;
    float: left;
    margin-right: 3%;
    vertical-align: middle;
    position: relative;
    background: #fff;
}

/* line 842, ../sass/style.scss */
.block-container ul li:last-child {
    margin-right: 0px;
}

/* line 843, ../sass/style.scss */
.block-container ul li span {
    width: 25%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100%);
}

/* line 844, ../sass/style.scss */
.block-container ul li span.total-surgeon {
    background: #ff8761;
}

/* line 845, ../sass/style.scss */
.block-container ul li span.total-patient {
    background: #57bdde;
}

/* line 846, ../sass/style.scss */
.block-container ul li span.total-facility {
    background: #b198dc;
}

/* line 847, ../sass/style.scss */
.block-container ul li span.total-staff {
    background: #6dc7be;
}

/* line 849, ../sass/style.scss */
.block-container ul li span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* line 851, ../sass/style.scss */
.block-container ul li .cmn-bx {
    width: 75%;
    float: right;
    padding: 20px 20px;
    vertical-align: middle;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
}

/* line 852, ../sass/style.scss */
.block-container ul li .cmn-bx h6 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

/* line 853, ../sass/style.scss */
.block-container ul li .cmn-bx h6.rd {
    color: #ff8761;
}

/* line 854, ../sass/style.scss */
.block-container ul li .cmn-bx h6.bl {
    color: #57bdde;
}

/* line 855, ../sass/style.scss */
.block-container ul li .cmn-bx h6.vl {
    color: #b198dc;
}

/* line 856, ../sass/style.scss */
.block-container ul li .cmn-bx h6.gr {
    color: #6dc7be;
}

/* line 858, ../sass/style.scss */
.block-container ul li .cmn-bx p {
    color: #2f3b4c;
    font-size: 19px;

}

.managemnet-cnct-section {
    background: #fff;
    margin: 0 18px 0 20px;
    overflow: hidden;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    border-radius: 11px;
}

.managemnet-cnct-section .chart-box {
    width: 100%;
    display: inline-block;
    padding: 20px;
}

.managemnet-cnct-section .chart-box h3 {
    display: inline-block;
    font: 400 20px/30px;
    color: #444;
}

.managemnet-cnct-section .chart-box ul {
    float: right;
}

.managemnet-cnct-section .chart-box ul li {
    display: inline-block;
    margin-right: 5px;
}

.managemnet-cnct-section .chart-box ul li a {
    color: #bfbfbf;
    padding: 0 15px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.managemnet-cnct-section .chart-box ul li:hover a,
.managemnet-cnct-section .chart-box ul li.active a {
    color: #fff;
    background: #113b62;
}

.managemnet-cnct-section .chart-box .chart-section {
    width: 100%;
    display: inline-block;
}

.managemnet-cnct-section .chart-box .chart-section .pie-chart {
    width: 487px;
    display: inline-block;
    margin-top: 30px;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing {
    width: 400px;
    float: right;
    margin-top: 90px;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li {
    display: block;
    margin-bottom: 20px;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li span {
    width: 23px;
    height: 23px;
    display: inline-block;
    border-radius: 50%;
    border: 5px solid transparent;
    vertical-align: top;
    margin-top: 4px;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li span.yl {
    border: 5px solid #f3c31b;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li span.orng {
    border: 5px solid #f99e54;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li span.gr {
    border: 5px solid #37d6b6;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li span.bl {
    border: 5px solid #35b5ea;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li span.pnk {
    border: 5px solid #f97184;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li span.purple {
    border: 5px solid #113b62;
}

.managemnet-cnct-section .chart-box .chart-section .chart-listing li p {
    vertical-align: top;
    display: inline-block;
    padding-left: 5px;
    padding-bottom: 0px;
    width: 90%;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.select-box select {
    background-position: 91% center;
}

.tabbing-container.fl ul {
    display: flex;
    align-items: center;
    padding: 12px 13px;
    border-radius: 4px 4px 0px 0px;
    margin-right: 2px;
    width: 35%;
    text-align: center;
    width: 35%;
    margin-bottom: 20px;
}

.tabbing-container.fl ul li {
    background: rgba(188, 185, 169, 0.15);
    border-radius: 4px 4px 0px 0px;
    margin-right: 2px;
    max-width: 300px;
    width: 100%;
}

.tabbing-container.fl ul li a {
    text-decoration: none;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: rgba(43, 55, 75, 0.8);
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px;
}

.tabbing-container.fl ul li .active {
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
    background: #fff;
}

/* assgin scope srch */
.srch-tbl {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.srch-tbl-inner form input:first-child {
    margin-right: 10px;
}

.imageUploadContainer {
    display: flex;
    justify-content: space-between;
    width: 27%;
    margin-bottom: 30px;
}

.imageUploadContainer .chhosefile-sect .img-wrp-chos {
    background: rgba(43, 55, 75, 0.1);
    max-width: 171px;
    width: 100%;
    /* padding: 10px; */
    margin-right: 20px;
    height: 120px;
    border-radius: 10px;
}

/* facilty section  */
.heading-facitly .did-floating-label-content {
    display: flex;
}

.disabledfacility {
    border-radius: 25px;
    padding: 0 13px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    background: #fc7e90;
}

.disabled {
    border-radius: 25px;
    padding: 0 13px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    background: #fc7e90;
}


.Disabled {
    border-radius: 25px;
    padding: 4px 11px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    color: #fff !important;
    font-size: 14px;
    background: #ec3b54;
}


/* loader  */

.loading {
    position: fixed;
    z-index: 999;
    height: 3em;
    width: 3em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    opacity: 0.2;
}


/* facilty css bug  */


.del-bg {
    background-color: #bcb9a980;
    width: 39px;
    height: 39px;
    padding: 7px 15px;
}

.table-wrp .table tbody tr td:last-child>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table-wrp .table tbody tr td:last-child>div a {
    margin-right: 5px;
}

.proimg .col {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.muliple-sector-wrp {
    margin-right: 9px;
    padding-bottom: 0;
    /* margin-left: 10px; */
}

.mulipl-select {
    width: 33.33%;
    margin-right: 0px;
    padding: 0 10px;
    margin-bottom: 35px
}

.chhosefile-sect img {
    width: 100% !important;
    border-radius: 6px;
}

.ms-options-wrap>button>span,
.ms-options-wrap>.ms-options .ms-selectall {
    font-family: "Nunito" !important;
}

.multi-select li input[type="checkbox"] {
    top: 9px !important;
}

[hidden] {
    display: inline-block !important;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none !important;
}

.ui-dialog .ui-dialog-content p {
    margin-bottom: 0;
    font-size: 14px;
}

.forgot-pass {
    position: absolute;
    width: 100%;
    top: 91px;
    left: 76px;
}

.serach-section>form {
    width: 100%;
}

.top-btn {
    width: 50%;
    margin-right: 10px;
}

.top-btn:last-child {
    margin-right: 0;
    text-align: end;
}

.top-btn .secdory-btn {
    min-width: 214px;
}

/* admin */
.imageUploadContainer {
    justify-content: flex-start;
    width: 100%;
}

.chhosefile-sect {
    max-width: 200px;
}

.Inactive {
    color: red !important;
}

.border-error select {
    border-color: #D60C18;
}

.muliple-sector-wrp.border-error {
    border-color: red;
}

/* admin css */
.col {
    display: flex;
    flex-direction: column;
}

.col>span {
    padding-top: 10px;
}

.pro-dlt .cricle-img {
    margin-left: 0;
}

.nurse-view-tab .row .col {
    padding-top: 10px;
}

.nurse-view-tab .profile-details .row {
    margin-bottom: 10px;
}

.pagination-container .pagination-section nav>div .inline-flex {
    text-decoration: none;
}

.record {
    display: flex;
}

.pro-inner-top-right {
    margin-left: 10px;
}

body.scanning .qr-scan-pre-loader {
    background: rgba(255, 255, 255, .8) url(/images/newloader.gif) 50% 50% no-repeat;
}

.accesspermission {
    width: 100%;
}

.table-wrp .invrty-tbl tbody tr td {
    border: 1px solid #dddddd;
}

.bulk-uplod>[hidden] {
    display: none !important;
}

.patient-rem {
    position: absolute;
    bottom: 17px;
    width: 100%;
    left: 0;
}

.patient-detailed-info {
    height: 180px;
}

#example_filter {
    display: none;
}

/* new desgin css feed back work 15-12-2022 */
.topnav li {
    width: calc(100%/2);
}

.topnav li a {
    justify-content: center;
}

table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
    text-align: center;
}

div.dataTables_wrapper div.dataTables_info {
    display: none;
}

.select-box select {
    min-width: 70px;
}

table.dataTable.no-footer {
    border: none;
}

div.dataTables_wrapper {
    position: unset;
}

div.dt-buttons {
    float: right;
    position: absolute;
    top: 82px;
    right: 22px;
    transform: translateY(147px);
    margin-top: 14px;
}


.nurse-export .dt-buttons {
    top: 118px;
}

button.dt-button:first-child,
div.dt-button:first-child,
a.dt-button:first-child,
input.dt-button:first-child {
    margin: 0;
    width: 100%;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #DE772D;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #DE772D;
    padding: 10px 20px;
    min-width: 214px;
    height: 52px;
}

button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled),
input.dt-button:hover:not(.disabled) {
    /* background-color: #DE772D; */
    background: #fff;
    color: #DE772D;
    border: 1px solid #DE772D;
}

button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled),
input.dt-button:focus:not(.disabled) {
    /* background: #DE772D; */
    background: #fff;
    color: #DE772D;
    border: 1px solid #DE772D;
    text-shadow: 0 1px 0 #FFFFFF;
}

button.dt-button:active:not(.disabled),
div.dt-button:active:not(.disabled),
a.dt-button:active:not(.disabled),
input.dt-button:active:not(.disabled) {
    background: #fff;
    color: #DE772D;
    border: 1px solid #DE772D;
    text-shadow: 0 1px 0 #FFFFFF;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.buttons .btn-incr {
    display: inline-flex;
    background-color: #ddd;
    color: #000;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    padding: 10px 12px;
    border: none;
}

.buttons .btn-incr.actv {
    background-color: #444;
    color: #fff;
}

.buttons .btn-incr:nth-child(2) {
    font-size: 1.3em !important;
    width: 59px;
    height: 45px;
    padding: 10px 12px;
}

.buttons .btn-incr:nth-child(3) {
    font-size: 1.6em !important;
    width: 65px;
    height: 50px;
    padding: 10px 12px;
}

.buttons .btn-incr:nth-child(4) {
    font-size: 1em !important;
    width: 40px;
    height: 40px;
    padding: 10px 12px;
}

.buttons .btn-incr:nth-child(5) {
    font-size: 1.3em !important;
    width: 45px;
    height: 45px;
    padding: 10px 12px;
}

.buttons .btn-incr:nth-child(6) {
    font-size: 1.3em !important;
    width: 65px;
    height: 50px;
    padding: 13px 18px;
}

.smaller {
    font-size: 0.5rem;
}

/* css 23-12-2022 */
.table-wrp .fac-tb tbody tr {
    cursor: pointer;
}

.fac-tb-mid tbody tr td {
    vertical-align: middle;
}

.grap-section .table {
    margin: 0;
    vertical-align: middle;
}

.new-pair-scope a {
    height: 52px;
    border: none;
    width: 100%;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #DE772D;
    text-transform: capitalize;
    padding: 15px;
}

.mand-pat-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 10px;
}

.form-section form .mand-pat-info .did-floating-label-content {
    width: 33.333%;
}

.mand-pat-info-last .did-floating-label-content:last-child {
    margin-top: 20px;
}

.resend-wrp {
    text-align: right;
    margin-left: 10px;
    margin-top: -20px;
}

.view-resendmail {
    height: 15px;
    border: none;
    width: 100%;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    border-radius: 4px;
    background-color: #DE772D;
    text-transform: capitalize;
    padding: 10px;
    text-decoration: none;
}

/* 27-12-2022  */
.invrt-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    padding-top: 30px;
}

.invrt-wrp-pd {
    padding-bottom: 0;
}

.use-interory-btn {
    padding-bottom: 0;
}

.pos-rel {
    position: relative;
}

.heding-h3 {
    text-align: left;
    position: absolute;
    top: 20px;
}

.pd-30px {
    padding-bottom: 30px;
}

.pd-top-30 {
    padding-top: 30px;
}

.or-line {
    margin-top: 0 !important;
    margin-bottom: 38px;
}

.cursor-point {
    cursor: pointer;
}

/* 30-12-2022 css */


.form-section form .lst-acti .did-floating-label-content {
    margin-top: 0;
}

.ms-options-wrap>.ms-options {
    height: 0;
}

.table-wrp .table tbody tr .on-check input[type="checkbox"] {
    position: relative;
    border: 1px solid #000;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 0.6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: .5;
}


.table-wrp .table tbody tr .on-check input[type=checkbox]:checked {
    background-color: #0d6efd;
    opacity: 1;
    border: 0;
}

.table-wrp .table tbody tr .on-check input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

/* 11-1-2023 */
.submenu {
    display: none;
}

.myprofile-det ul li:hover .submenu {
    display: block;
    position: absolute;
    right: 200px;
    height: auto;
    width: 200px;
    top: 35%;
    background: #fff;
    padding: 10px 0;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 1px #f2f5f7;
}

/* tooltips */
.tools-tip-wrp {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tooltip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* margin-right: 15px; */
    /* padding-left: 20px; */
    /* margin-left: -65px; */
    opacity: 1;
    z-index: 1;
}

.tooltip img {
    max-width: 100px;
    width: 100%;
}

/* Style text tooltip */
.tooltipText {
    background-color: #fff;
    position: absolute;
    bottom: 130%;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    min-width: 188px;
    width: 100%;
    left: -13px;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
}

.tooltipText::after {
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 5%;
    margin-left: 5%;
}

/* Hover text tooltip */
.tooltip:hover .tooltipText {
    opacity: 1;
    transform: translateY(-10px);
}

.profile-details .row .col .red-txt {
    color: #D60C18;
}

.myprofile-det ul li a,
.myprofile-det ul li span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sub-arrow {
    transform: rotate(-93deg);
}


.table-wrp .table tbody tr:hover td {
    border-top: 3px solid lightgray !important;
    border-bottom: 3px solid lightgray !important;

}

.table-wrp .table tbody tr:hover td:first-child {
    border-left: 3px solid lightgray !important;
}

.table-wrp .table tbody tr:hover td:last-child {
    border-right: 3px solid lightgray !important;
}

.table-wrp .table tbody tr:hover {
    box-shadow: 0px 3px 16px rgb(34 37 41 / 8%);
}

/* new bug ui 19-1-2023 */
.surg-tab .row .col {
    flex: 33.333% 0 0;
}

/* bug fixed in 23-01-2023 */
.tol-tip-flex {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    justify-content: center;
    /* max-width: 263px; */
    width: 100%;
    height: 55px;
}

.div-size {
    width: 50%;
    text-align: left;
    white-space: nowrap;

}

/* bug fixed css 27-01-2023 */
.ms-options .multi-select li input[type="checkbox"] {
    -webkit-appearance: checkbox;
    top: 9px !important;
}

.table-wrp .table tbody tr:hover td:last-child {
    border-right: 3px solid lightgray !important;
}

.table-wrp .table tbody tr:hover td:last-child {
    border-right: 3px solid lightgray !important;
}

.table-wrp .no-footer tbody .nofound-bor:hover td {
    border-right: 3px solid lightgray !important;
}

.table-wrp .examplecard table {
    text-align: left;
    width: 100%;
}

/* .table-wrp .examplecard thead {
    display: none;
} */

.dot-action {
    position: absolute;
    right: 10px;
    top: 16px;
}

.dot-action img {
    display: none;
}

.action-tab {
    width: auto;
}

.iner-action-tab {
    display: flex;
    align-items: baseline;
}

.action-tab .outer-action-tab strong {
    display: none;
}

/* 
.export-btn .dt-buttons {
    top: 96px;
}

.btn-export-top .dt-buttons {
    top: 80px !important;
}

.scpop-export-btn .dt-buttons {
    top: 33px;
    right: 225px;
} */

.new-pair-scope .Green-Indicator {
    background-color: #fff;
    max-width: 20px;
    background-color: #fff;
    margin-right: 20px !important;
}

.new-pair-scope .Green-Indicator .color-effect {
    background-color: #ddd;
    width: 30px;
    height: 30px;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
}

.new-pair-scope .Green-Indicator .color-effect.active-green {
    background-color: green;
}

.last-optional-input .did-floating-label-content:last-child {
    margin-top: 0;
}

/* .tbexport .dt-buttons {
    top: 96px;
} */

.patient-scope-resp {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.patient-scope-resp>span {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.patient-scope-resp>strong {
    max-width: 110px;
    width: 100%;
}

.surgeon-tab {
    margin-bottom: 15px;
}

.paitents-export-btn .dt-buttons {
    top: 66px;
}

.scopeplan-export .dt-buttons {
    top: 18px;
    right: 160px;
    transform: translate(-80px, 131px);
}

.staffexport-btn .dt-buttons {
    top: 122px;
}

.faclit-staff-btn .dt-buttons {
    top: 118px;
}

.table-wrp .table tbody tr .tol-tip-flex {
    width: auto;
}

.fiter-srch-secton {
    width: 65%;
}

.scope-usedlist-export {
    margin-top: 53px;
}

.top-upld-inner span:first-child {
    width: 50%;
}

.surgn-export .dt-buttons {
    top: -200px;
}

.choosefile-btn .help-block,
.choosefile-btn .errortext {
    position: absolute;
    white-space: nowrap;
    top: 47px;
    left: -2px;
}

.export-admin-btn .dt-buttons {
    top: 99px;
}

.export-faclity-btn .dt-buttons {
    top: 85px;
}

.table-wrp .invrty-tbl tbody tr td:last-child {
    border-bottom: 1px solid #2B374B !important;
    border-right: 1px solid #2B374B !important;
    border-top: 1px solid #2B374B !important;
    font-size: 18px;
    border-left: none !important;
}

.table-wrp .invrty-tbl tbody tr th {
    border: 1px solid #2B374B !important;
    font-size: 18px;
}

.table-wrp .invrty-tbl tbody tr:hover td {
    border-color: #dddddd !important;
}

.table-wrp .invrty-tbl tbody tr:hover td:last-child {
    border-right: 1px solid #2B374B !important;
    border-left: none !important;
    border-color: #2B374B !important;
}

.export-nurse-btn .dt-buttons {
    top: 68px;
}

.export-staff-btn .dt-buttons {

    top: 67px;

}


.zipocde .table tbody tr:hover td {
    border-top: 3px solid #fff !important;
    border-bottom: 3px solid #fff !important;
    border-left: 3px solid #fff !important;
    border-right: 3px solid #fff !important;
}

.zipocde .table tbody tr:hover td:first-child {
    border-left: 3px solid #fff !important;
}

.zipocde .table tbody tr:hover td:last-child {
    border-right: 3px solid #fff !important;
}

.otp-input-wrp input {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid rgba(43, 55, 75, 0.3);
    border-radius: 4px;
    margin-right: 15px;
}

.otp-input-wrp input:last-child {
    margin-right: 0;
}

.otp-msg {
    padding-bottom: 20px;
    display: inline-block;
}

.resendotp {
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #2B374B;
}

.resendotp:hover {
    color: #2B374B;
}

.success-close-btn {
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 10px;
    font-size: 15px;
    font-weight: 700;
}

/* 24-04-2023 css*/
.login-flash-msg .error-msg-wrp {
    /* top: 23%; */
    top: 27%;
}

.paitents-tab {
    width: 62%;
}

div.dt-buttons {
    position: unset;
    position: unset;
    margin-top: -240px;
    margin-right: -26px;

}

.scopeplan-export .dt-buttons {
    margin-right: 103px;
    margin-top: -219px;
}

.staff-tab {
    width: 85%;
}

.saletrainingtab .custom-tabs {
    padding: 12px 12px;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting_asc_disabled,
table.dataTable thead>tr>th.sorting_desc_disabled,
table.dataTable thead>tr>td.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting_asc_disabled,
table.dataTable thead>tr>td.sorting_desc_disabled {
    width: 200px !important;
}

.tol-tip-flex .div-size {
    width: auto;
}

/* deleted Users btn css  */
.btn-submit.deletedUsers {
    min-width: 150px;
    max-width: 152px;
    font-size: 14px;
}

.rolasgn .col {
    flex: 0 0 33%;
}

.removetooltip .tooltip {
    z-index: 2;
    opacity: 0;
}

.salemetarilswrp img {
    max-width: 72px;
}

/* new css 4-8-2023 harsh  start*/
.pr-scop {
    justify-content: space-between !important;
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin: 0;
    width: 100%;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    border-radius: 4px;
    background: #DE772D;
    border: 1px solid #DE772D;
    padding: 10px 20px;

}

.pr-scop>button {
    background-color: transparent;
    border: none;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    white-space: nowrap;
    margin-right: 5px;
    margin-left: 5px;
}

.pr-scop .Green-Indicator {
    padding: 0;
    height: 22px;
    /* margin-right: 5px !important; */
    margin-right: 0 !important;
}

.pr-scop .Green-Indicator .color-effect {
    width: 21px;
    height: 21px;

}

.pr-scop .num-prscop {
    color: #fff;
    font-family: 'Nunito', Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
}

.new-pair-scope .Green-Indicator {
    background-color: transparent;
}

.pair-sucss {
    background: #fff;

}

.pair-sucss>button {
    color: #DE772D;
}

.pair-sucss .num-prscop {
    color: #DE772D;
}

/* discrete place order */
.fields_value {
    padding-bottom: 20px;
}

.fields-inner {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 10px;
}

.surgeon-facility-dropdown {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.fclity-wrpselect {
    display: flex;
    justify-content: flex-start;
}

.fclity-wrpselect .did-floating-label-content {
    width: 33.333%;
}

/*paginate */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent !important;
    color: #212529 !important;
    border: none;
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: transparent !important;
    color: #212529 !important;
    border: none;
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: transparent !important;
    color: #212529 !important;
    border: none;
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    color: #0d6efd !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #212529 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    background: transparent !important;
    color: #212529 !important;
    border: none;
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #0d6efd !important;
    font-weight: 600;
    border-color: #ddd;
    padding: 2px 9px;
}

div.dataTables_wrapper {
    position: relative;
}

.dataTables_wrapper .dataTables_length {
    position: absolute;
    bottom: -7px;
}

div.dataTables_wrapper div.dataTables_length select {
    max-width: 70px;
    min-width: 70px;
    width: 100%;
    background-color: #F8F8F8;
    border-radius: 5px;
    line-height: 28px;
    background-position: 88% center;
    padding: 0 15px;
    appearance: none;
    background-size: 14px;
    height: 30px;
    margin: 0 10px;
}

.dataTables_wrapper .dataTables_length>label {
    display: flex;
    justify-content: space-between;
}

.pair-sucss .num-prscop {
    color: #DE772D;
}

.surgeon-facility-dropdown {
    max-width: 400px;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.fclity-wrpselect {
    display: flex;
    justify-content: flex-start;
}

.fclity-wrpselect .did-floating-label-content {
    width: 33.333%;
}

/* dis Con-43  ui changes 21-3-2024 */
.discrt-from form {
    display: block;
}

.inner-discrt {
    display: flex;
    flex-wrap: wrap;
}

.discrt-from form .did-floating-label-content:last-child {
    width: 33.333%;
}

.order-prodtbl-wrp {
    display: flex;
    flex-wrap: wrap;

}

.discrt-from form .order-prodtbl-wrp .did-floating-label-content {
    width: 23.5%;
}

.discrt-from form .order-prodtbl-wrp .did-floating-label-content:last-child {
    width: 6%;
}

.form-section form .order-prodtbl-wrp .recvied-inpt-wrp {
    width: 30%;
}

.order-prodtbl-wrp .btn-submit {
    width: auto;
}

.form-section form .order-prodtbl-wrp .did-floating-label-content:last-child {
    width: auto;
    padding: 0;
}

/* con 61 ui changes 8-4-2024 */
.ordermgt-prd-tb {
    width: 100%;
}

.ordermgt-prd-tb .order-prodtbl-wrp .btn-submit {
    background: #DE772D;
    color: #fff;
    border: 1px solid #DE772D;
    border-radius: 50%;
    padding: 5px;
    width: 38px;
    height: 38px;
    font-weight: 900;
}

.ordermgt-prd-tb .order-prodtbl-wrp .did-floating-label-content:last-child {
    width: auto;
}

/* expendable css 15-03-2024 */

.table-wrp .clastbl .child-table tr {
    box-shadow: unset;
    border-radius: 6px;
}

.table-wrp .clastbl thead tr:hover {
    box-shadow: unset;
}

.table-wrp .clastbl tbody tr td {
    text-align: center;
}

.min {
    display: none;
    font-size: 20px;
}

.expend .plus {
    font-size: 20px;
}

.expend.shown .plus {
    display: none;
}

.expend.shown .min {
    display: inline-block;
    font-size: 20px;
}

.ordermgt-prd-tb .order-prodtbl-wrp .did-floating-label-content:nth-child(6) {
    width: 30%;
}

.table-wrp .child-table tbody tr:hover {

    border: none !important;
    box-shadow: none;
}

.table-wrp .child-table tbody tr:hover td:first-child,
.table-wrp .child-table tbody tr:hover td:last-child {
    border-left: none !important;
    border-right: none !important;
}

.table-wrp .child-table tbody tr:hover td {
    border-top: none !important;
    border-bottom: none !important;
}

.table-wrp .table tbody .wrap-child-table:hover td:last-child {
    border: none !important;
}

.table-wrp .table tbody .wrap-child-table:hover td:last-child .child-table tr td {
    border: none !important;
}

.ordermgt-prd-tb .order-prodtbl-wrp .did-floating-label-content:nth-child(6) {
    width: 17%;
}

.ordermgt-prd-tb .order-prodtbl-wrp .did-floating-label-content:nth-child(5),
.ordermgt-prd-tb .order-prodtbl-wrp .did-floating-label-content:nth-child(4) {
    width: 10%;
}

.order-prodtbl-wrp .did-floating-label-content:nth-child(5) .did-floating-label {
    width: 81%;
}

.order-prodtbl-wrp .did-floating-label-content:nth-child(4) .did-floating-label {
    width: 81%;
    ;
}

.order-prodtbl-wrp .did-floating-input:focus~.did-floating-label {
    width: auto !important;
}

.ordermgt-prd-tb .order-prodtbl-wrp .did-floating-label-content {
    width: 20%;
}

.table-wrp .child-table thead th,
.table-wrp .child-table tbody td {
    width: 20%;
}

/* con 65 ui changes in table  */
.table-wrp .table tbody tr .tol-tip-flex {
    display: table-cell;
    vertical-align: middle;
}

.pr-scop {
    margin-bottom: 10px;
}

.pr-scop>button {
    word-break: break-word;

}

/* con 64 ui changes  */
.summary-table .table tbody tr td {
    border: none;
    text-align: center;
}

/* con 43 ui changes 17-4-2024 */

.form-section form .order-prodtbl-wrp .did-floating-label-content {
    width: 20%;
}

.form-section form .order-prodtbl-wrp .did-floating-label-content .did-floating-label {
    width: 75%;
}

.form-section form .order-prodtbl-wrp .did-floating-label-content .did-floating-label.top-label-select {
    /* width: 43%; */
    width: auto;
}

.order-prodtbl-wrp .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    width: auto;
}

.order-prodtbl-wrp .did-floating-input:not(:placeholder-shown)~.did-floating-label {
    width: auto !important;
}

.order-prodtbl-wrp {
    border: 1px solid rgba(43, 55, 75, 0.3);
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
    margin-bottom: 15px;
}

.order-prodtbl-wrp .btn-submit {
    background: #DE772D;
    color: #fff;
    border: 1px solid #DE772D;
    border-radius: 50%;
    padding: 5px;
    width: 38px;
    height: 38px;
    font-weight: 900;
}

/* con 61 deleted scope plan css 19-4-2024 */
.removeborder-order-prodtbl-wrp {
    border: none;
    padding: 0;
}

/* con 43 input ui chnages 18-7-2024 */
.inverty-mngmt-wrp {
    display: none;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.form-section form .inverty-mngmt-wrp .did-floating-label-content:last-child {
    width: 33.33%;
}

.inverty-mngmt-wrp-show {
    display: flex;
}

.form-section form .inverty-mngmt-btn {
    background: #DE772D;
    color: #fff;
    border: 1px solid #DE772D;
    border-radius: 50%;
    padding: 5px;
    width: 38px;
    height: 38px;
    font-weight: 900;
    margin-top: 8px;
    transform: rotate(180deg);
}

.form-section form .rotated-arrow {
    transform: rotate(0deg);
}

/* feedback 25-4-2024  */
.summy-thed thead tr {
    vertical-align: middle;
}

.tol-tip-flex .div-size {
    display: inline-block;
    vertical-align: middle;
}

.tools-tip-wrp {
    margin-top: -34px;
    position: absolute;
}

/* phy-ass-lbel CON-192 2-5-2024 */
.brdr-color-flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border: 2px solid #ddd;
    padding: 33px 0 0;
    margin-bottom: 32px;
}

.phy-ass-lbel {
    display: flex;
    align-items: baseline;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 20px;
}

.phy-ass-lbel h4 {
    font-size: 20px;
    padding-right: 10px;
}

.phy-ass-wrpinner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.form-section form .phy-ass-wrpinner .mulipl-select {
    width: 25%;
}

.form-section form .phy-ass-wrpinner .did-floating-label-content {
    width: 25%;
}

.form-section form .phy-ass-wrpinner .did-floating-label-content:last-child {
    width: 25%;
}

.form-section form .brdr-color-flex .did-floating-label-content:last-child {
    width: 33.333%;
}

/* CON 111 term 17-5-2024 */
.term-content {
    margin-top: 20px;
}

.term-content h4 {
    margin-bottom: 20px;
}

.termcon-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.termcon-wrp .did-floating-label-content {
    width: 100%;
}

.termcon-wrp .terms-condtions {
    text-align: right;
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.termcon-wrp .terms-condtions label>a {
    color: #2B374B;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}

.termcon-wrp .input-checkbox {
    max-width: 20px;
}

.term-innerlayout {
    margin-top: 50px;
    margin-top: 50px;
    background-color: #fff;
    padding: 15px 30px;
}

.term-logo {
    width: 100%;
    text-align: end;
}

.term-logo img {
    max-width: 200px;
    width: 100%;
    text-align: end;
}

.term-content-heading h2,
.term-content h4 {
    text-align: center;
}

.term-content ul li {
    list-style: disc;
}

.inner-term-content li {
    list-style: dot;
}

.term-alpha {
    padding-left: 20px;
}

.term-alpha li {
    list-style: disc !important;
}

.Notices-terms .term-note li {
    list-style: none !important;
}

.Notices-terms li {
    list-style: decimal !important;
}

.footer-wrp {
    margin: 50px auto;
    text-align: center;
}

.term-content ul li h5 a {
    color: rgb(33, 37, 41);
    text-decoration: none;
}

.inner-term-content {
    margin-top: 20px;
}

.termcon-wrp .errortext {
    position: absolute;
    top: 26px;
}

.clsSelect {
    border: 2px solid green;
}
/* term button 4-7-2024 */
.button-term-wrp {
    text-align: center;
    width: 100%;
}

.button-term {
    background-color: #1b58bbf2;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 6px;
    text-transform: capitalize;
}

.clsSelect {
    border: 2px solid green;
}

/* CON-210-User Management CleanUp*/
.bulk-staff-wrap {
    display: flex;
    flex-wrap: wrap;

}

.bulk-staff-wrap .or-staff-select {
    margin-right: 10px;
}

/* CON-276 */
.addscope-wrp .did-floating-input[readonly]+.did-floating-label {
    top: -10px;
    left: 8px;
    font-size: 14px;
    color: #333;
    width: auto;
}

/* con 234 bar code not recognied  */
.ui-dialog-content {
    width: 100% !important;
}

.ui-dialog-content>p {
    text-align: center;
}

/* Con 239 view amount to images */
.button-pairtow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.button-inner-text {
    display: flex;
}

.button-inner-text>span {
    margin-right: 10px;
}


/* con 238 css popup */
.overlay-inverty {
    visibility: hidden;
}

.ui-dialog-content[hidden] {
    visibility: visible;
}

.overlay-inverty p {
    color: #000 !important;
}

.wrp-btn-over {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}

.continue-btn {
    cursor: pointer;
    padding: 10px;
    box-shadow: 0 3px 4px 0 rgba(30, 32, 38, 0.2);
    background-color: #2b374b;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px !important;
    font-weight: 600;
}

.cancel-btn {
    cursor: pointer;
    padding: 10px;
    box-shadow: 0 3px 4px 0 rgba(30, 32, 38, 0.2);
    background-color: #fff;
    border: 1px solid #2b374b;
    border-radius: 6px;
    font-size: 16px !important;
    font-weight: 600;

}

.cancel-btn a {
    font-size: 16px;
    color: #2b374b;
    text-decoration: none;
    font-weight: 600;
}

/* con 101 selectbox  */
.pair-select {
    height: 40px;
    line-height: 13px;
    max-width: 100px;
    margin: 0 auto;
}

/* 18-10-24 ui bu  add fac */
.fac-tab-sect .imageUploadContainer .chhosefile-sect img {
    height: 100%;
}
.table-wrp.page-col-res.btn-export-top.staff-exprt.export-staff-btn {
    margin-top: 39px;
}