
html {
    background: inherit;
}

body{
    font-family: "Inter", sans-serif !important;
}

#wrapper {
    height: 100%;
}
.footer {
    left: 60px;
    background: #f5f5f5;
}
a {
    color: #007AFF !important;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 30px !important;
    background-image: url('../images/select-arrow.png') !important;
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.has-error .form-control {
    border-color: #D5D7DA !important;
}
textarea{
    border-radius: 6px !important;
}
.dataTables_length select {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 8px;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #414651;
}

.login-register{
    background-image:none !important;
    padding: 0 15px;
    background: #fff !important;
}
.credRight img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}
.credLeft {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    padding: 20px 0;
    overflow: auto;
}
.d-flex{
    display:flex;
}

.adminLogo {
    width: 100%;
    max-width: 400px;
}
.adminLogo h1 {
    width: 100%;
    text-align: left;
    font-size: 28px;
    font-weight: 800;
    color: #0F8595;
    font-family: "Inter Tight", sans-serif !important;
}
.login-box {
    max-width: 400px;
    width: 100%;
}
.adminTitle {
    background: transparent;
    color: #4F93DE;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    text-transform: capitalize;
    line-height:normal;
}
.adminTitle p{
    font-size:16px;
    color:#717680 !important;
    font-weight:400;
    line-height: normal;
    text-transform: none;
}
.loginTop{
    display:flex;
    align-items:start;
    justify-content:space-between;
    margin-bottom:15px;
}
.credLink {
    color: #181D27 !important;
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
}
.credLink a {
    color: #007AFF;
    font-weight: 600;
    margin: 0 0 0 5px;
}
.forwardImg {
    display: inline-block;
    padding: 15px 0 0;
}
.login-box .form-group label {
    font-size: 12px;
    color: #414651 !important;
    font-weight: 600;
}
.login-box .form-group {
    padding-bottom:5px;
}
.login-box .white-box {
    border: 0;
    padding: 0;
}
.login-box input.form-control:focus, .login-box input.form-control:active {
    box-shadow: 0 0 0px 3px #0F85952B !important;
    border: 1px solid #0F8595 !important;
}
.login-box input.form-control {
    background: transparent !important;
    border: 1px solid #D5D7DA;
    border-radius: 6px !important;
    padding: 10px;
    min-height: 50px;
}

.checkbox label {
    font-size: 16px !important;
    color: #181D27 !important;
    font-weight: 400;
    padding: 0 0 0 12px;
}
.checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #4F93DE;
    border-color: #4F93DE;
}

.btn.btn-link {
    font-size: 16px;
    font-weight: 600;
}
.login-box .btn-info {
    width: auto;
    float: right;
    background: #0F8595;
    border-color: #0F8595;
    border-radius: 30px;
    min-width: 110px;
    font-size: 16px;
    text-transform: none;
    padding: 10px 28px;
}
.form-group {
    margin-bottom: 15px;
}

.subPlanButton button:hover, .subPlanButton button:focus {
    color: #0F8595;
}

.subPlanButton button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 56px;
    background: #0F859514;
    border-radius: 16px;
    font-size: 16px;
    color: #0F8595;
    padding: 15px;
}
.subPlanButton {
    display: inline-block;
    width: 100%;
    max-width: 400px;
}

.credRight {
    height: 100%;
}
.login-register .credInner {
    height: 100%;
}
.credRightMain {
    padding-right: 0;
}

.registerMain .login-box {
    max-width: 726px !important;
    width: 100% !important;
}
.registerMain .adminLogo {
    width: 100%;
    max-width: 726px;
}

.registerMain .form-group {
    padding-bottom: 0;
    margin-bottom: 8px;
}

.planMain {
    overflow: auto !important;
    width: 100% !important;
    display: inline-block !important;
}


.planMain .login-box {
    max-width: 100%;
}

.planMain .plan-card div {
    border: 0 !important;
    width: 100% !important;
    padding: 0 !important;
}

.planMain .plan-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #E9EAEB;
    padding: 30px;
    margin: 0 0 30px;
    border-radius: 24px;
}

.planMain .white-box {
    margin: 40px 0 0;
    max-height: 600px;
    overflow: auto;
    width: 100%;
    padding: 0 15px;
}

.planMain .plan-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px !important;
}

.planMain .plan-card h3 + p {
    font-size: 36px !important;
    font-weight: 700;
    line-height: normal;
    border-bottom: 1px solid #E9EAEB;
    margin: 0 0 22px !important;
}

.planMain .plan-card h3 + p strong {
    color: #181D27 !important;
    font-weight: 700;
    line-height: normal;
}

.planMain .plan-card h3 + p small {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    vertical-align: top;
    font-weight: 400;
    color: #717680;
    font-style: normal !important;
}

.planMain .plan-card h3 + p small i {
    font-style: normal;
}


.planMain .plan-card p + p {
    font-size: 16px;
    font-weight: 400 !important;
    color: #181D27;
    margin: 0 0 30px;
}

.planMain .plan-card ul li {
    font-size: 16px;
    color: #181D27;
    font-weight: 600;
    margin: 0 0 10px;
    list-style: none;
    position: relative;
}
.planMain .plan-card ul li:before {
    content: '';
    position: absolute !important;
    left: -42px;
    top: -3px;
    background-image: url('../images/check.svg');
    height: 24px;
    width: 24px;
}
.plan-card .pay-now {
    width: 100%;
    border: 0;
    background: #0F8595;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
    border-radius: 24px;
    margin: 8px 0 0;
}
.plan-card h3 span {
    background: #12B76A;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    padding: 1px 12px;
    margin: 0 0 0 5px;
    width: auto;
    display: inline-block;
}
.backBtnBtm a {
    background: #0f8595;
    color: #fff !important;
    font-size: 14px;
    min-width: 70px;
    border-radius: 24px;
}
.backBtnBtm {
    text-align: right;
    padding-bottom: 20px;
}

.login-box .checkbox input[type=checkbox] {
    width: 23px;
    height: 23px;
    margin-top: 0;
}


/*Modal TnC*/

.modal p {
    font-size: 14px;
    color: #737373;
}

.modal h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 2px 0 5px;
}

.tncMain .modal-dialog {
    max-width: 1024px;
    width: 100%;
}

.tncMain .modal-body {
    padding: 10px 40px;
    max-height: 600px;
    overflow: auto;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.tncMain .adminTitle {
    padding: 0 20px;
    font-size: 26px;
}

.tncMain .modal-header {
    border: 0;
    padding-bottom: 0;
}

.tncMain .modal-content {
    border-radius: 24px !important;
}
.tncMain .adminLogo h1 {
    margin: 0;
}
.tncMain .adminLogo {
    padding: 0 5px;
}

/*Modal TnC*/

.navbar-header, .right-sidebar .rpanel-title {
    background: #F5F5F5;
}
.fix-sidebar .top-left-part {
    padding: 5px 15px;
    background: transparent;
    text-align: left;
    width: 190px;
}
.adminPasswordModal h1 {
    color: #181D27;
    font-weight: 500;
    font-size: 22px;
    line-height: normal;
}
.adminPasswordModal .modal-dialog {
    max-width: 500px;
}
.adminPasswordModal .modal-footer {
    border: 0;
}
.adminPasswordModal .modal-body {
    padding: 20px 16px 0;
}
.radio-date{
        display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.radio-date:has(.radio-date){
    gap: 15px;
}
.radio-date .radio-date input{
    margin-top: -2px;
}
.modal-open .adminPasswordModal.modal {
    top: 50%;
    transform: translate(0, -50%);
}

#demoTrialModal ul li{
        margin-bottom: 10px;
}
#demoTrialModal h1 {
    line-height: 15px;
    font-size: 22px;
    font-weight: 600;
    color: #0F8595;
    font-family: "Inter Tight", sans-serif !important;
}
#demoTrialModal .modal-dialog {
    max-width: 500px;
}
#demoTrialModal .modal-footer {
     border-top: 1px solid #d5d7da;
}
#demoTrialModal .modal-body {
    padding: 10px 16px 0;
}

.modal-open #demoTrialModal.modal {
    top: 50%;
    transform: translate(0, -50%);
}

div#file-name-preview {
    padding: 24px;
    border-top: 1px solid #d5d7da;
    justify-content: space-between;
}
.fileLeft {
    display: flex;
}
div#file-name-preview span {
    color: #181D27 !important;
    font-size: 18px;
    font-weight: 600;
}
#file-name-preview .fileName span {
    display: inline-block;
    width: 100%;
}

#file-name-preview .fileName span.sizeTxt {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #A4A7AE !important;
}

#file-name-preview .fileIco {
    display: inline-block;
    height: 48px;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D5D7DA;
    border-radius: 8px;
    margin: 0 15px 0 0;
}

#file-name-preview .fileIco svg {
    width: 25px;
    height: auto;
}

#file-name-preview .fileIco svg path {
    fill: #0F8595;
}


.top-left-part a {
    width: auto;
    display: inline-block;
}

.sidebar {
    background-image: none;
    background-color: #F5F5F5;
    border: 0;
    width: 96px;
    padding: 60px 8px 0;
}

.sidebar ul li.divider {
    display: none;
}

.sidebar ul li a {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #717680 !important;
    font-weight: 400 !important;
    padding: 10px 0 !important;
    text-align: center;
}

.sidebar ul li a span {
    margin: 2px 0 0;
    font-size: 12px !important;
}

.sidebar ul li a i {
    margin: 0 !important;
}

.sidebar ul li a.active i {
    color: #0F8595 !important;
}

.sidebar ul li a.active {
    color: #000 !important;
    font-weight: 600 !important;
}
.page-wrapper {
    border-radius: 40px 0 0 0 !important;
    /* height: calc(100% - 200px) !important; */
}
body {
    background: #F5F5F5;
}

.fix-sidebar .navbar-top-links.navbar-left {
    margin-left: calc(265px - 100px);
    display: none;
}
.sidebar-nav ul#side-menu li ul {
    background: #e3e3e3;
    padding: 0 10px;
    border-radius: 5px;
}
.sidebar-nav ul#side-menu li ul li a {
    margin: 0;
}
.navbar-top-links.navbar-right {
    display: flex !important;
    height: 100% !important;
    margin: auto !important;
    min-height: 60px;
    align-items: center;
    padding: 0 15px 0 0;
}

.sidebar-nav ul#side-menu li ul li a span {
    font-size: 12px !important;
}

.right-side-toggle button {
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
    background: transparent;
}

.right-side-toggle button .userImage {
    width: 34px;
    height: 34px;
    min-width: 34px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 6px 0 0;
}

.right-side-toggle button span {
    font-size: 16px;
    font-weight: 500;
    color: #181D27;
}

.right-side-toggle button .caretImg {
    margin: 0 0 0 6px;
}

.right-side-toggle button span:nth-child(2) {
    max-width: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dashboardCover .card {
    box-shadow: none;
    border: 1px solid #D5D7DA;
    padding: 10px 20px;
    height: 100%;
}

.dashboardCover .card:hover {
    transform: none;
}

.dashboardCover .card h5 {
    font-size: 24px;
    text-align: left;
    color: #000000;
    font-weight: 600;
    line-height: 1px !important;
    margin-bottom: 15px;
}

.dashboard-card-heading{
    display: flex;
    justify-content: space-between;
}
.chart-text {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000;
}

.list-unstyled {
    border-top: 1px solid #E9EAEB;
    margin: 15px -20px 0;
}

.list-unstyled li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0 14px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #E9EAEB;
    max-width: 92%;
    margin: 0 auto;
}

.list-unstyled li:last-child {
    border: 0;
    padding-bottom: 0;
}
.chart-text span {
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
}
.list-unstyled li strong {
    font-weight: 700;
    color: #000;
}
.list-unstyled li .percentDgt {
    color: #A4A7AE;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0 4px;
}
.chartBtmLeft .chartIndicator {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #D9D9D9;
    border-radius: 3px;
    margin: 4px 8px 0 0;
}
.chartData li {
    width: 50%;
    display: flex;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
ul.list-unstyled.d-flex.chartData {
    display: inline-block;
    width: 100%;
}
.align-items-center{
    align-items: center;
}
.headerWithBtn .btn.backBtnLeft{
    margin-right: 10px !important  ;
}
.headerWithBtn .btn.backBtnLeft {
    margin-right: 10px !important;
    min-width: 38px;
    border-radius: 25px;
    height: 38px;
    min-height: 38px;
    width: auto;
    display: flex;
    align-items: center;
}
.headerWithBtn .btn.backBtnLeft a svg {
    margin: 0;
    width: 18px;
    height: 18px;
    fill: #fff;
    margin-right: 5px;
}
.headerWithBtn .btn.backBtnLeft a {
    display: flex;
    align-items: center;
    justify-content: center;
}


.chartBtmLeft .lastUpdateIndicator {
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #fff;
    border-radius: 3px;
    margin: 4px 8px 0 0;
}

.chartBtmLeft .chartIndicator.green {
    background: #34C759;
}
.chartBtmLeft .chartIndicator.orange {
    background: #FF9500;
}
.chartBtmLeft .chartIndicator.blue {
    background: #5856D6;
}
.dashboardCover {
    padding: 20px 40px 70px;
}
.dashboardCover h2 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #181D27;
    font-weight: 600;
}
.dashboardCover .row {
    display: flex;
    flex-wrap: wrap;
}
.chartBtmLeft {
    display: flex;
}
.dashboardCover .row div[class*="col-"] {
    margin: 0 0 30px;
}
.right-side-toggle .dropdown-menu {
    margin: 20px 0 0;
    border: 1px solid #ededed;
    border-radius: 5px;
}

.white-box {
    border: 0;
    /* padding: 15px 30px; */
    padding: 5px 15px;
    margin-bottom: 70px;
}
.white-box .box-title {
    margin: 10px 0 30px;
    font-weight: 600;
    font-size: 24px;
    color: #181D27;
}
.white-box hr {
    display: none;
}
.page-wrapper label, .page-wrapper label strong {
    font-size: 14px;
    font-weight: 600;
    color: #414651;
}
.page-wrapper input, .page-wrapper textarea {
    border: 1px solid #D5D7DA !important;
    min-height: 50px;
    border-radius: 6px !important;
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}
.btn-success {
    background: #0F8595;
    border-color: #0F8595;
    min-height: 44px;
    border-radius: 24px;
    font-size: 16px;
    padding: 5px 18px;
    float: right;
    margin: 0 !important;
}
.btn-success:hover, .btn-success:focus{
    background: #0F8595 !important;
    border-color: #0F8595 !important;
}

.btn-inverse {
    background: #fff;
    border-color: #A4A7AE;
    color: #A4A7AE !important;
    display: inline-flex;
    min-height: 44px;
    border-radius: 24px;
    font-size: 16px;
    padding: 5px 18px;
    float: right;
    margin: 0 !important;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.btn-inverse:hover, .btn-inverse:focus{
    background: #fff !important;
    border-color: #A4A7AE !important;
}

.btnFooter {
    display: flex;
    justify-content: end;
    position: absolute;
    bottom: 100px;
    right: 0;
    width: 100%;
    padding: 0 40px;
}
.btnFooter a {
    margin: 0 10px 0 0 !important;
}

.white-box form {
    padding: 0 0 100px;
    display: inline-block;
    width: 100%;
}


.tabArea li.active a {
    border-left: 0 !important;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #0F8595 !important;
    border-radius: 0;
    color: #0F8595 !important;
}

.tabArea li a {
    font-size: 16px;
    color: #A4A7AE !important;
    font-weight: 600;
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

.tabArea li:not(.active) a:hover {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;

}
.tabArea li a:focus {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
}

.tabArea ul {
    border-width: 2px;
}

.text-center{
    text-align: center !important;
}

.fileUploadCustom {
    background: #4F93DE;
    border: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    padding: 10px;
    min-height: 44px;
    border-radius: 24px;
    position: absolute;
    top: 0;
}

.fileUploadCustom svg {
    margin: 0 6px 0 0;
}
.uploadBtnMain input {
    width: 150px;
    min-width: 150px;
    min-height: 44px;
    border-radius: 24px !important;
    opacity: 0;
    position: relative;
    z-index: 99999999;
}
.uploadBtnMain {
    position: relative;
}

.uploadTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    padding: 24px;
}

.uploadCover {
    border: 1px solid #D5D7DA;
    /* padding: 24px; */
    border-radius: 16px;
}
.sidebar-nav li:hover > .addMore {
    display: none;
}

.outer-box {
    background: #F5F5F5;
    padding: 24px;
    border-radius: 16px;
    margin: 0 0 30px !important;
    display: inline-block;
    width: 100%;
}

.outer-box {
    background: #F5F5F5;
    padding: 14px;
    border-radius: 16px;
    margin: 0 0 10px !important;
    display: inline-block;
    width: 100%;
}



.page-wrapper select {
    min-height: 50px;
    border-radius: 6px;
    border: 1px solid #D5D7DA;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.btnFilter {
    background: #0F8595;
    border-color: #0F8595;
    font-size: 16px;
    font-weight: 600;
    min-width: 110px;
    padding: 10px;
    min-height: 44px;
    border-radius: 24px;
}
.dataTables_length select {
    min-height: auto;
}

.dataTable thead tr {
    background: #D5E6E9 !important;
}

.dataTable th {
    font-size: 14px;
    color: #0F8595;
    font-weight: 500;
    vertical-align: middle !important;
}

.dataTable th::after {
    top: 34%;
}

.dataTable td {
    font-size: 14px !important;
    color: #181D27;
    font-weight: 400;
    border-bottom: 1px solid #E9EAEB !important;
}

.dt-buttons a.custom-csv-btn {
    display: flex;
    align-items: center;
    color: #fff !important;
    font-size: 14px;
    justify-content: center;
}

.dt-buttons .custom-print-btn {
    min-height: 44px;
    border-radius: 0 24px 24px 0;
    display: flex;
    align-items: center;
    color: #0f8595 !important;
    background: #fff;
    border-color: #0f8595;
    justify-content: center;
}
.page-wrapper table.dataTable {
    margin-top: 0px !important;
}

.addressTop {
    display: flex;
    align-items: center;
}

.addressTop p {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 8px !important;
    background: #F5F5F5;
    padding: 3px 12px;
    border-radius: 16px;
    color: #414651;
}

.addressTop div {
    font-size: 20px;
    font-weight: 600;
    color: #4F93DE;
}

.headerWithBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    margin: 0 0 20px;
    flex-wrap: wrap;
}

.headerWithBtn h4 {
    margin: 0 !important;
}

.headerWithBtn .btn {
    margin: 0 !important;
    background: #4F93DE;
    border: 0;
    display: flex;
    min-height: 44px;
    align-items: center;
    border-radius: 24px;
    min-width: 96px;
    justify-content: center;
    padding: 8px 15px;
}

.headerWithBtn .btn svg {
    margin: 0 5px 0 0;
}

.pagination li a {
    color: #A4A7AE !important;
    border: 0;
    border-radius: 5px !important;
}

.pagination li.active a {
    background: #0F8595;
    color: #fff !important;
}

.pagination li {
    margin: 0 2px !important;
    display: inline-block;
}

.pagination li:last-child {
    margin-right: 0 !important;
}

.dataTables_info {
    color: #A4A7AE;
    white-space: normal !important;
}
.btn:active:focus {
    background: inherit !important;
    border-color: inherit !important;
}
.multiBtns .btn:last-child {
    margin: 0 !important;
}

.multiBtns .btn {
    margin: 0 8px 0 0 !important;
}
.multiBtns {
    display: flex;
}
.multiBtns .btnExport {
    background: #0F8595 !important;
}

.white-box .outer-box form {
    padding: 0;
}

.sidebar ul li a.active svg path {
    /* fill: #0F8595 !important; */
    stroke: #0F8595;
}

aside .slimScrollBar{
    display: none !important;
}

.registerMain .white-box form {
    padding: 0;
}
.outer-box select{
    min-height: 44px !important;
}
.dataTable th strong {
    color: inherit;
    font-weight: 500 !important;
}



.loginPlan .login-register {
    position: relative;
    padding: 0 15px;
}
.loginPlan .login-register .container {
    padding: 0;
    margin: 0;
    width: 100%;
}
.loginPlan .modal-body {
    border: 0;
    margin: 0;
    padding: 0 15px 10px;
    max-height: 100%;
    overflow: hidden;
}
.loginPlan .adminTitle {
    text-align: center;
    font-size: 30px !important;
    color: #181D27 !important;
}
.loginPlan .adminTitle p {
    margin: 14px 0 0 !important;
}
.loginPlan .modal-dialog {
    max-width: 1500px;
}
.loginPlan .login-box div[class*="col-"] {
    padding: 0 8px !important;
    display: flex;
}
.loginPlan .login-box .row {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}
.loginPlan .modal-footer {
    border: 0;
    padding: 0;
}
.loginPlan .planMain .plan-card h3 {
    display: flex;
    flex-wrap: wrap;
}
.loginPlan {
    padding: 0 15px;
}

.loginPlan .planMain .backBtnBtm a {
    padding: 10px;
    min-width: 120px;
    font-size: 16px;
}
.loginPlan .planMain .backBtnBtm {
    text-align: left;
    margin-top: auto;
}
.subPlanButtonLogin {
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.subPlanButtonLogin .btn:last-child {
    background: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    text-decoration: underline;
    width: auto;
}
.subPlanButtonLogin .btn:last-child svg {
    display: none;
}



.subsPlan .white-box {
    padding: 0;
    margin: 15px 0 0;
}
.subsPlan .plan-card .switch-plan {
    width: 100%;
    margin: 10px 0 0 !important;
    font-weight: 600;
}

.subsPlan .plan-card.active .switch-plan {
    background: #FEE4E2;
    border-color: #FEE4E2;
    color: #FF3B30;
    min-height: 44px;
    border-radius: 24px;
    font-size: 16px;
    padding: 5px 18px;
    float: right;
}

.cancelled-subscription{
    background: #F5F5F5 !important;
    border-color: #F5F5F5 !important;
    color: #939698 !important;
    min-height: 44px;
    border-radius: 24px;
    font-size: 16px;
    padding: 5px 18px;
    width: 100%;
    margin: 10px 0 0 !important;
    font-weight: 600;
    float: right;
}


.subsPlan .plan-card.active .switch-plan:hover, .subsPlan .plan-card.active .switch-plan:focus{
    background: #FEE4E2 !important;
    border-color: #FEE4E2 !important;
    color: #FF3B30 !important;
}
.subsPlan .plan-card {
    position: relative;
}
.subsPlan .plan-card.active {
    background: #0B4A6F;
}
.subsPlan .plan-card.active div, .subsPlan .plan-card.active p, .subsPlan .plan-card.active li, .subsPlan .plan-card.active h3, .subsPlan .plan-card.active small, .subsPlan .plan-card.active p strong {
    color: #fff !important;
}
.subsPlan.planMain .plan-card.active ul li:before {
    background-image: url('../images/check-blue.svg');
}
.subsPlan {
    position: static;
    background: transparent !important;
}

.subsPlan .content-area {
    padding: 15px 15px 65px;
}
.subsPlan .adminTitle p {
    background: #F5F5F5;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    border-radius: 16px;
    margin: 30px 0 0;
    font-size: 20px;
}
.subsPlan .adminTitle p svg {
    margin: 0 5px 0 0;
}
.subsPlan .adminTitle p span {
    font-weight: 700;
    color: #026AA2;
    margin: 0 5px;
}

.me-0{
    margin-right: 0 !important;
}
.subsPlan .adminTitle {
    font-size: 24px;
    color: #181D27;
    margin-top: 15px;
}



.toggle-password {
    position: absolute;
    right: 15px;
    top: 25px;
    transform: translateY(-50%);
    cursor: pointer;
}
.inputCover {
    position: relative;
}
.inputCover input {
    padding-right: 35px !important;
}

.white-box .box-title span {
    font-size: 16px;
    font-weight: 400;
    color: #717680;
    font-style: italic;
    margin: 0 0 0 4px;
}
.radioBtnLbl {
    display: inline-flex;
    align-items: center;
    margin: 0 15px 0 0 !important;
}
.radioBtnLbl input {
    height: auto !important;
    min-height: auto !important;
    margin: -1px 4px 0 0;
}

.tabArea {
    margin: 0 0 35px;
}

.company-name{
    color: red !important; 
    font-size:20px !important
}

#upload-file-delete{
   font-size: 12px; color: red !important; font-weight: bold!important; cursor:pointer !important;
}
.scroll-sidebar{
    height: calc(100% - 60px) !important;
}
.dataTables_wrapper .dt-buttons.btn-group {
    width: auto;
    margin: 0 0 20px;
    float: left;
}
.dataTables_wrapper {
    padding: 15px;
    width: 100%;
}
.dataTables_length label select {
    margin: 0 0 0 5px;
}

.dataTables_length label {
    display: flex;
    align-items: center;
}
.dataTables_length {
    margin: 0 0 20px;
}

.dataTables_wrapper .dt-buttons.btn-group a {float: left;}
.uploadAlert {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 0 0 15px;
}
.dataTableCover {
    width: 100%;
    border: 0;
}

.demo-alert {
    display: flex;
    align-items: baseline;
    justify-content: start;
    padding: 10px 20px;
    background: rgb(5 , 133, 149,.8);
    position: fixed;
    margin: 0 auto;
    right: 0;
    z-index: 999;
    text-align: left;
    /* left: 0; */
    margin: auto;
    max-width: 703px;
    top: 0;
    font-size: 12px;
}
 
.demoData {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    color: #fff;
    justify-content: center;
    margin-right: 12px;
    color: #fff;
}
 
.closeDemo {
    background: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
    min-width: 17px;
    min-height: 17px;
}
 
 
.demo-alert .demoData span:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}
 
.demo-alert .demoData span {
    margin: 0 0 3px;
    color: #fff;
}

.closeDemo svg {
    width: 7px;
    margin: 0.5px 0 0;
}

.dataTables_empty{
    text-align: center !important;
    font-weight: bolder !important;
    font-size: 18px !important;
}
.btnExport a {
    color: #fff !important;
}

.dataTable td a:has(span.text-center), span.text-center {
    width: 100%;
    display: table;
    text-align: center !important;
}

.dataTable td:has(span.text-center ){
    padding-right: 30px;
}

/*Select 2 css*/

.select2.select2-container {
    min-height: 44px !important;
}

.select2.select2-container .selection {min-height: 44px !important;}

.select2.select2-container .selection .select2-selection {
    height: 100%;
    min-height: 44px;
    border-color: #D5D7DA;
    border-radius: 6px;
}

.select2.select2-container .selection .select2-selection .select2-selection__rendered {
    height: 100%;
    padding: 7px 18px 6px 10px;
}

.select2.select2-container .selection .select2-selection .select2-selection__arrow {
    min-height: 42px;
}

.select2-selection__arrow b {
    border: 0 !important;
    background: url('../images/select-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: right 10px center;
    height: 15px !important;
    width: 15px !important;
    top: 15px !important;
    right: 8px !important;
    left: inherit !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000 !important;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 10px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1967d2 !important;
    color: white !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
}

.select2-results__option {
    color: #000 !important;
}


/*multiple select css*/

.select2-selection.select2-selection--multiple {
    height: 44px !important;
}


.select2-selection.select2-selection--multiple ul li {
    display: inline-block !important;
    float: left !important;
}

.select2-selection.select2-selection--multiple ul .select2-selection__clear {
    margin-right: -12px;
    margin-top: 4px;
}
.select2-selection.select2-selection--multiple ul {
    vertical-align: top;
    position: relative;
}

.select2-selection.select2-selection--multiple ul::after {
    content: '';
    background: url('../images/select-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: right 10px center;
    height: 15px !important;
    width: 15px !important;
    position: absolute;
    top: 14px;
    right: 8px;
}

/* .select2-selection.select2-selection--multiple ul .select2-selection__choice {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0f8595 !important;
    border: 1px solid #0f8595 !important;
    color: #fff !important;
}
.select2-selection--multiple .select2-search__field {
    min-height: inherit !important;
    margin: 2px 0 0 !important;
    top: 0 !important;
}
.select2-selection--multiple .select2-selection__clear {
    display: none;
}
.select2-selection__choice__remove{
    display: none !important;
}

.select2-results__option {
    padding: 5px 10px;
}
.select2-option-with-checkbox {
    display: flex;
    align-items: center;
}
#select2-equipment_category-results .select2-results__option[aria-selected="true"] {
    background-color: #fff !important;
    color: #000 !important;
}
/*Select 2 css*/

.dt-buttons .custom-full-csv-btn {
    color: #fff !important;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.dt-buttons .custom-full-csv-btn:focus {
    background: #0F8595 !important;
    border-color: #0F8595 !important;
}

.datatable-loader-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.datatable-loader-backdrop {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.75);
}

.datatable-loader-content {
    z-index: 10000;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.demoSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.demoSection a.demoLink {
    font-size: 13px;
    display: inline-block;
    width: auto;
    min-width: 120px;
    border: 1px solid #4F93DE;
    color: #4F93DE;
    text-align: center;
    padding: 4px 10px;
    border-radius: 25px;
}
.demoSection a.demoLink:hover, .demoSection a.demoLink:focus {
    border: 1px solid #4F93DE;
    background: #4F93DE;;
    color: #fff !important;
}
.demoSection .credLink {
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .planMain .plan-card h3{
        font-size: 20px;
    }
    .plan-card h3 span {
        font-size: 14px;
        padding: 2px 8px;
    }
    .planMain .plan-card {
        padding: 20px;
    }
    .planMain .plan-card h3 + p {
        font-size: 28px !important;
    }
    .planMain .plan-card p + p {
        font-size: 14px;
    }
    .planMain .plan-card p + p {
        font-size: 14px;
    }
    .plan-card .pay-now {
        font-size: 14px;
    }
}

@media (max-width: 1170px) {
    /* .fix-sidebar .navbar-top-links.navbar-left {
        display: block;
    } */
    .mini-sidebar .page-wrapper {
        margin-left: 70px;
    }
    .fix-sidebar .logo span {
        display: inline-block !important;
    }
}

@media (min-width: 1024px) {
    .page-wrapper {
        margin-left: 96px;
    }
}

@media only screen and (max-width: 991px) {
    .plan-card .pay-now {
        width: auto;
    }
    .scroll-sidebar{
        overflow: auto !important;
    }
}

@media only screen and (min-width: 768px) {
    .sidebar-toggle, .navbar-toggle {
        display: none !important;
    }
}

@media only screen and (max-width: 767px) {
    
    .fix-header .page-wrapper {
        margin-top: 0 !important;
    }
    .top-left-part {
        display: none !important;
    }
    .navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
        background: transparent !important;
    }
    .mini-sidebar.show-sidebar .sidebar {
        height: 100%;
        padding-top: 0;
    }
    .mini-sidebar .page-wrapper {
        margin-left: 0;
        border-radius: 0 !important;
    }
    .footer {
        left: 0;
    }
    .top-left-part{
        display: none !important;
    }
}




@media only screen and (max-width: 575px) {
    .pull-right:has(.dataTables_paginate) {
        width: 100%;
        margin: 15px 0;
    }
    .headerWithBtn .box-title {
        width: 100%;
        margin: 0 0 20px !important;
    }
    .white-box {
        padding: 15px;
    }
    .report_table_length {
        float: left !important;
        width: 100%;
    }
    .credRightMain{
        display:none;
    }
    .login-register .credInner {
        flex-wrap: wrap;
    }
    .plan-card .pay-now {
        width: 100%;
    }

    .tabArea ul {
        border: 1px solid #ccc;
        border-radius: 8px;
        overflow: hidden;
        width: 100%;
        margin: 20px 0 0;
    }
    
    .tabArea li {
        width: 100%;
        text-align: center;
    }
    .uploadBtnMain {
        margin: 0 0 10px;
    }

}




@media only screen and (max-width: 367px) {
    .btnFooter {
        padding: 0 30px;
    }
    
    .btnFooter .btn {
        font-size: 12px;
        padding: 5px 10px;
        width: auto;
        min-width: 80px;
    }
    .fileUploadCustom {
        min-width: 120px;
        padding: 8px;
        font-size: 14px;
    }
    .white-box {
        padding: 5px;
    }
    .white-box .box-title {
        font-size: 19px;
    }
    .uploadTop {
        padding: 15px;
    }
}




























