section#main-body {
    padding: 0;
}

.header-wrapper,
.nav-menu {
    display: flex;
    align-items: center
}

.header-box {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
}

.nav-menu ul li.active,
.sidebar-nav,
.weather-wrapper {
    background-color: #f7fcfd
}

.nav-menu ul {
    margin-left: G0px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.header-wrapper {
    width: 100%;
    max-width: 100%;
    /* padding-left: 15px;
    padding-right: 15px; */
    justify-content: space-between;
    padding-right: 12px;
}
.row.device_show_list.no-found-noti 
{
    width:max-content;
}
.row.device_show_list.no-found-noti  .notify-wrapper {
    padding-top: 20px;
    padding-inline: 30px;

}
.device-register-box .active-dot {
    width: 16px;
    height: 16px;
    background-color: #0576db;
    display: inline-block;
    border-radius: 50%;
    vertical-align: text-bottom;
}


.device-register-box .active-dot.smarttech_green_active_dot {
    background-color: #6aa84f;
}
.device-register-box .active-dot.smarttech_red_active_dot {
    background-color: #a61c00;
}
.device-register-box .active-dot.smarttech_yellow_active_dot {
    background-color: #f1c232;
}
.device-register-box .active-dot.smarttech_orange_active_dot {
    background-color: #e69138;
}
.device-register-box .active-dot.smarttech_light_green_active_dot {
    background-color: #b6d7a8;
}
.device-register-box .active-dot.smarttech_grayed_out_active_dot {
    background-color: #a7a7a7;
}


.smt_uncovered_device_td{
    background-color: rgb(166 28 0 / 20%);
}
.smt_covered_device_td{
    background-color: rgb(106 168 79 / 20%);
}
.smarttech_green .single_device_show_inner {
    border-left: solid 8px #6aa84f;
    background-color: rgb(106 168 79 / 12%);
}
.smarttech_red .single_device_show_inner {
    border-left: solid 8px #a61c00;
    background-color: rgb(166 28 0 / 12%);
}
.smarttech_yellow .single_device_show_inner {
    border-left: solid 8px #f1c232;
    background-color: rgb(241 194 50 / 12%);
}
.smarttech_orange .single_device_show_inner {
    border-left: solid 8px #e69138;
    background-color: rgb(230 145 56 / 12%);
}
.smarttech_light_green .single_device_show_inner {
    border-left: solid 8px #b6d7a8;
    background-color: rgb(182 215 168 / 12%);
}
.smarttech_grayed_out .single_device_show_inner {
    border-left: solid 8px #a7a7a7;
    background-color: rgb(167 167 167 / 12%);
}

.search-box {
    right: unset;
    top: 17px;
    left: 12px;
}

.search-bar input {
    border-color: #d7f1f6;
    min-height: 48px;
    padding-left: 40px;
}

.header-left .logo img {
    width: 200px;
    text-align: center;
    height: 30px
}

.nav-list-item:last-child,
.search-bar .form-group {
    margin-bottom: 0
}

.search-bar input {
    border-color: #d7f1f6;
    min-height: 48px
}

.nav-menu {
    text-align: center
}

.ds-last-nav ul,
.nav-menu ul {
    display: flex;
    align-items: center
}

.nav-menu ul {
    gap: 20px;
    justify-content: center
}

.ds-last-nav ul li a span,
.nav-menu ul li a span,
.sidebar-nav ul li a span {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #00335f;
    display: block
}

.ds-last-nav ul {
    justify-content: flex-end
}

.db-main-home-tabs,
.ds-last-nav {
    display: flex
}

.ds-last-nav {
    text-align: center;
    width: 100%;
    max-width: 40%;
    margin-left: auto;
    justify-content: flex-end;
}

.ds-last-nav ul li {
    padding: 8px 30px
}

.sidebar-nav {
    width: 200px;
    height: 100vh;
    position: fixed;
    top: 70px;
    /* height: 100%; */
    z-index: 9;
}

/* .sidebar-list {
    height: calc(100vh - 200px);
    overflow-x: auto;
    overflow-y: unset;
} */

.sidebar-nav ul li {
    padding: 15px 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.dashboard {
    padding: 0 15px;
}

.db-main-home {
    margin-top: 100px
}

.db-main-home-header h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    color: #00335f;
    margin-bottom: 20px
}

.db-main-home-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #00335f;
    margin-top: 10px;
}

.db-main-home-tabs {
    margin-top: 40px;
    gap: 56px;
}

.nav-list-item {
    border: 1px solid #0055fa;
    border-radius: 4px;
    margin-bottom: 12px;
    min-width: 212px;
    text-align: left
}

.nav-list-item a {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #4b4b4b;
    padding: 8px 0 10px 8px;
}

.db-main-home-tabs .tabContent {
    max-width: 300px;
    width: 100%
}

.db-main-home-tabs ul {
    width: 100%;
    max-width: 350px;
    gap: 10px
}

.db-main-home-tabs ul li button {
    padding: 13px 18px;
    min-height: 130px;
    min-width: 168px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100px;
    background-color: #fff;
    border: .6px solid #0179e3
}

.db-main-home-tabs ul li button:hover {
    background-color: #f7fcfd;
}

.db-main-home-tabs ul li button.active {
    background-color: #0179e3 !important
}

.db-main-home-tabs ul li button.active img {
    filter: brightness(0) invert(1);
}

.db-main-home-tabs ul li button p {
    color: #0179e3;
    font-size: 19px;
    line-height: 26px;
    font-weight: 400;
}

.db-main-home-tabs ul li button.active p {
    color: #fff
}

.db-main-right-header p {
    color: #00335f;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px
}

.db-task-box {
    border: 1px solid #b0d5f6;
    border-radius: 8px;
    margin-bottom: 10px
}

.db-task-box a {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #00335f;
    padding: 13px 20px;
}

.db-main-weather-report p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #00335f;
    margin-bottom: 10px;
    padding-left: 18px
}

.weather-box p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #6a747f
}

.weather-box p img {
    margin-right: 4px
}

.db-main-home-right-box {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    width: 100%;
    padding-right: 20px;
    min-height: 700px;
    gap: 20px;
}

.dashboard-wrapper {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-top: 92px;
}

.db-main-wrapper {
    padding-left: 92px
}

.weather-wrapper {
    text-align: center;
    padding: 20px;
}

.login-sec {
    padding-top: 90px;
    padding-bottom: 90px
}

.user-profile {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 100px;
    margin: 0 auto
}

.user-profile .profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}


/* .last-profile-nav {
    margin-top: 250px
} */

/*  Device-Register Start*/
.device-register-wrapper {
    border: 1px solid #D7F1F6;
    border-radius: 8px;
    padding: 20px 20px;
    background-color: #fff;
    /* height: 100%; */
    /*margin-left: 12px;*/
    max-height: calc(100vh - 153px);
    overflow-y: auto;
}

.dashboard.renew-device-data {
    margin-top: 114px !important;
}

.device-register-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin-bottom: 20px;*/
    background-color: #F7FCFD;
     padding: 20px ; 
    flex-wrap: wrap;
}

.device-register-header h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #10283D;
    margin-bottom:0px;
}

.device-register-list-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 20px; */
    background-color: #F7FCFD;
    padding: 20px;
}

.device-register-list-header h1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #10283D;
}

.device-register-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.device-register-right p {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: #00335f;

}

.device-register-form {
    padding-right: 90px;
}

.device-register-box {
    padding: 8px 8px;
    border: 1px solid #D7F1F6;
    box-shadow: 4px 4px 8px 2px #0000001A;
    border-radius: 8px 0px 0px 8px;
   
    background-color: #ffffff;
}

.device-register-inner a {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #10283D;
    margin-bottom: 10px;
}

.device-register-inner>p {
    color: #4B4B4B;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.device-register-inner {
    padding: 10px 10px;
    background-color: #F7FCFD;
    margin-top: 15px;
}

.device-list-table ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.device-list-table ul li p.list-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #00335F;
}

.device-list-table ul li p {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;

}

.device-list-table ul li p:last-child {
    width: 65%;
}

.toggle-label {
    display: inline-block;
    width: 52px;
    height: 24px;
    background-color: #0055FA;
    border-radius: 26px;
    position: relative;
    cursor: pointer;
    transition: background-color 0.4s;
    margin-bottom: 0;
}

.toggle-label:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: white;
    left: 4px;
    bottom: 4px;
    transition: transform 0.4s;
}

.toggle-checkbox:checked+.toggle-label {
    background-color: #0179E3;
}

.toggle-checkbox:checked+.toggle-label:before {
    transform: translateX(26px);
}

.toggle-checkbox {
    display: none;
}

.device-register-right img {
    width: 40px;
    height: 29px;
}

button#nav-others-tab {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*  Device-register End*/
/*  Verify-courage Start*/
.search-bar input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4D5966;
}

.device-list-table {
    background-color: #fff;
    border: 1px solid #d7f1f6;
    border-radius: 8px;
    padding: 10px 10px;
    margin-top: 20px;
}

.add-file a {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #6A747F;
}

.file-claim {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.file-claim button {
    padding: 8px 20px;
}

.device-list-table .table td,
.device-list-table .table th,
.file-claim-table .table td,
.file-claim-table .table th {
    border-top: none !important;
}

.device-list-table tbody tr td {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    cursor: context-menu;
}

.file-claim-table {
    margin-top: 12px;
    margin-left: 8px;
}

.file-claim-table ul li {
    display: flex;
    justify-content: space-between;
}

.file-claim-table ul li p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #4B4B4B;
}

.file-claim-table ul li p:last-child {
    width: 75%;
}

.file-claim-table ul li p.list-header {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #00335F;
}

/* Verify-courage End*/
/* list-device Start*/

.list-device-tabs {
    margin-top: 12px;
    margin-bottom: 12px;
}

.list-device-tabs .nav-tabs {
    border-bottom: unset;
    align-items: center;
}

.list-device-tabs nav .nav-tabs .nav-link {
    padding: 8px 23px;
    border-color: #0179E3 #0179E3 #0179E3;
    background-color: #fff;
    color: #0179E3;
    /* min-width: 96px; */
}

.list-device-tabs nav .nav-tabs .nav-link.active {
    background-color: #0179E3;
    color: #fff;
}

.nav-tabs .nav-link {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}

.list-device-tabs nav .nav-tabs .nav-link:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

}

button#nav-other-tab {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* .filter-btn {
    margin-left: 12px;
} */

.device-height-bx {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: calc(100vh - 260px);
}

.rounded-box {
    color: #fff;
    background-color: #0055FA;
    min-width: 119px;
    border-radius: 100px;
    padding: 10px 0;
}

.type-of-list {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.filter-btn .modal .modal-dialog {
    max-width: 783px;
    width: 100%;
}

.filter-btn .modal-header .close {
    padding: 2px 4px;
    border: unset;
    border-radius: 100px;
    margin: unset;
}

.filter-btn .modal .modal-header {
    background-color: unset;
    border-bottom: unset;
    padding-bottom: 0;
    margin-top: 20px;
}

.filter-btn .modal .modal-body {
    padding-top: 0;
}

.filter-btn .modal-header h5 {
    color: #00335F;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

.type-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
    margin-top: 10px;
}

.type-of-list label {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #00335F;
    text-align: left !important;
}

.form-check {
    padding-left: unset;
}

.form-check label {
    padding: 5px 23px 5px 31px;
    border-radius: 100px;
    text-align: center;
    line-height: 1.7;
}

.form-check.active {
    background-color: #0055FA;

}

.form-check.active label {
    color: #fff;
}



.type-of-list span {
    margin-right: 12px;
}

/* list-device End*/
/* Claim Start*/
.file-claim-edit-save {
    display: flex;
    justify-content: space-between;
}

.device-list-table .user-profile {
    margin: unset;
}



.submit-popup h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    color: #10283D;
}

.submit-btn .modal .modal-dialog {
    max-width: 600px;
}

.submit-popup h2 {
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #10283D;
    margin-top: 10px;
    margin-bottom: 10px;
}

.submit-popup {
    padding: 40px 60px;
    text-align: center;
    background-color: #F3F7FF;
}

.submit-popup a {
    margin-top: 20px;
}

.submit-btn .modal-body {
    padding: 20px 60px 40px;
}

.submit-btn .modal .modal-header {
    background-color: unset;
    border-bottom: unset;
}

.submit-btn .modal-content {
    border-radius: 8px;
}

/* Claim End*/
/* Notification Start */
.notify-box {
    padding: 20px 0;
}

.notifi-header h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 33px;
    color: #00335F;
}
.db-main-home-right-box ul.notify-list li{
    width: 100%;
}

/* .notify-wrapper {
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
} */

.notify-icon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    background-color: #fff;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.notify-icon img {
    width: 24px;
    height: 24px;
    overflow: hidden;
    border-radius: 100px;
}

.notify-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000;
    margin-bottom: 10px;
}

.notify-body span {
    color: #757272;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: block;
    margin-bottom: 8px;
}

ul.notify-list li {
    border-bottom: 1px solid #ddd;
    width: 425px;
}

/* ul.notify-list li:last-child {
    border-bottom: unset;
} */

.notify-device-tabs nav .nav-tabs .nav-link {
    width: 100%;
    max-width: 25%;
}

.active-dot {
    margin-left: 8px;
}

/* .notify-list li {
    border: 1px solid #dfe5eb;
    padding-bottom: 20px;
    max-width: 540px;
    width: 100%;
    background: #f7fcfd;
    padding: 0 30px 30px;
} */

/* .notify-list li:last-child {
    border-bottom: unset;
} */

/* Notification End */
/* Quick link tabs Start */
.quick-link-box {
    display: flex;
    gap: 20px;
}

.quick-link-box .nav {
    display: flex;
    flex-direction: column;
    max-width: 174px;
    width: 100%;
    padding: 20px 12px;
}

.quick-link-box .nav .nav-item .nav-link {
    border-radius: 0;
    display: flex;
    gap: 8px;
    color: #4B4B4B;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 12px;
}

.quick-link-box .nav li+li {
    margin-top: 16px;
}

.quick-link-box .nav .nav-item .nav-link.active {
    background-color: #0179E3;
    color: #fff;
    padding: 10px 12px;
}

.quick-link-box .nav .nav-item .nav-link.active img {
    filter: brightness(0) invert(1);
}

.quick-link-box .nav h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

.quick-link-content ul li a {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 8px;
}

.quick-link-content ul li+li {
    margin-top: 20px;
}

.quicklink-content-para h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #4B4B4B;
    margin: 0 0 4px;

}

.quicklink-content-para p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #4B4B4B;
}

.quick-link-content {
    padding: 20px;
    padding-top: 46px;
}


/* Quick link tabs End */
/* task Start */
.task-box {
    padding: 20px 20px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.task-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.task-btn a {
    border-radius: 14px;
    min-height: 18px;
    min-width: 93px;
    padding: 3px 20px;
}

.task-box p {
    color: #4B4B4B;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.task-box h5 {
    margin-top: 20px;
    color: #00335F;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.openlink-btn {
    display: flex;
    justify-content: flex-end;
}

/* task End */
/* Report Page Start */
.device-register-right a:hover img {
    filter: invert(1);
}

.device-register-right a {
    font-size: 16px;
    padding: 8px 24px 8px 24px;
}

.list-device-tabs nav .nav-tabs .nav-link:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.report-inner {
    padding: 20px 20px;
    background-color: #F7FCFD;
    margin-top: 10px;
    border-radius: 8px;
}

.report-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.report-outer span {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #4D5966;
}

.report-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.report-outer {
    margin-top: 10px;
}

.report-tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.report-tag a img {
    margin-left: 8px;
}

.report-tag a {
    color: #00335F;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}

/* .report-wrapper {
    padding-right: 40px;
} */

.file-claim-tabs {
    margin-top: 12px;
    margin-bottom: 12px;
}

.file-claim-tabs .nav-tabs {
    border-bottom: unset;
    align-items: center;
}

.file-claim-tabs nav .nav-tabs .nav-link:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.file-claim-tabs nav .nav-tabs .nav-link.active {
    background-color: #0179E3;
    color: #fff;
}

.file-claim-tabs nav .nav-tabs .nav-link {
    padding: 8px 20px;
    border-color: #0179E3 #0179E3 #0179E3;
    background-color: #fff;
    color: #0179E3;
}

/* Report Page End */







/* Backend Css Start */
#smarttech_loader {
    position: absolute;
    top: 15%;
    left: 40%;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: 5%;
    background-image: url("../images/loader.gif");
    transform: translateY(23%);
}

.filter-cust {
    display: flex;
    justify-content: start;
    gap: 10px;
    margin-top:15px;
     margin-bottom:15px;
}

section#main-body {
    padding: 0;
}

.register-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-bottom: 20px;
}

/* .register-btn .primary-btn{
    justify-content: end;
} */

.register-btn a {
    padding: 0px 10px;
}

.submit-device a {
    padding: 0 12px;
}

.devices-data h6 {
    font-size: 20px;
    font-weight: 900;
    color: #333;
    margin-bottom: 20px;
}

.submit_claim {
    padding: 6px 27px;
}

/* .devices-data {
    box-shadow: 4px 4px 8px 2px #0000001A;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
} */


.submit_device,
.submit_register_device,
.device_repair {
    padding: 0px 20px;
}

.back_btn {
    padding: 0px 20px;
}

.devices-data {
    /* padding: 20px; */
    background: #F7FCFD;
    margin-bottom: 20px;
    border-radius: 3px;
}

.expirey_date input[type="date"] {
    border: 1px solid #87888c;
}

.device-list-table.no_device {
    border: 1px solid transparent;
}

.device-list-table.no_device {
    padding: unset;
}

.device-list-table.no_device h2 {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
    /* background-color: #f7fcfd; */
    color: #ff0000;
}

.device-register-form {
    padding-right: unset;
}

label.error {
    color: red;
}

.claim-data {
    padding: unset;
    background: unset;
    margin-bottom: 20px;
    border-radius: 3px;
}

.claim-data h6 {
    font-size: 20px;
    font-weight: 900;
    color: #333;
    margin-bottom: 20px;
}

.invoice-container {
    margin-top: 120px !important;
    background-color: #f1f1f1 !important;
}

.cc-payment-form {
    margin-top: 120px;
}

body.invoice-body {
    background: #fff !important;
}

.card-body.invoice-summary h2 {
    color: #00335f;
    font-size: 30px;
    font-weight: 600;
    line-height: 38px;
}

.device-register-wrapper input[type="date"] {
    font-weight: normal !important;
    /* Default font-weight */
    color: #495057 !important;
    /* Default color */
}

#tableInvoicesList_wrapper th {
    background: #f8fcfd !important;
    padding: 15px 15px !important;
    border-bottom: transparent !important;
    font-size: 18px;
    border-top: transparent;

}

#tableInvoicesList_wrapper th:first-child,
#tableInvoicesList_wrapper td:first-child {
    text-align: left !important;
}

#tableInvoicesList_wrapper td {
    padding: 15px 15px !important;
    text-align: center;
}

div#tableInvoicesList_wrapper .form-control {
    border-radius: 4px;
    border: 1px solid #e9e9e9;
}

.sidebar a.btn.btn-success.btn-sm.btn-block,
.mass-payment-right .btn-primary {
    background: #0179e3;
    border-color: #0179e3;
}

.sidebar .mb-3.card.card-sidebar {
    border: 1px solid #eef5ff !important;
}

.sidebar .card-header,
.mass-payment-right .card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7fcfd;
    border-bottom: transparent;
    padding: 15px 15px;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover {
    background-color: #2c7ae6;
    border-color: #2c7ae6;
}

.sidebar .list-group-item {
    padding: 13px 15px;
}

.sidebar-list i {
    font-size: 20px;
    color: #0d3360;
    font-weight: 500;
    margin-right: 9px;
}

tr.masspay-total td {
    background-color: #f8fcfd;
    font-weight: 700;
}

label#inputStateIcon {
    display: none;
}

.pagination {
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.intl-tel-input .country-list {
    min-width: 200px;
}

.intl-tel-input .selected-flag {
    height: 40px;
}

.device-coverage-status {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    min-width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.device-coverage-status.active {
    background: #95C730;
}

.device-coverage-status.inactive {
    background: #FF0000;
}

.device-coverage-status.low {
    background: #06eb12;
}

.error-message {
    color: #FF0000 !important;
}

.device_covered_status {
    display: flex;
    align-items: center;
    gap: 5px;
}

.inactive_ddot {
    display: flex;
    gap: 5px;
    align-items: center;
}

.page-no-found-wrapper {
    padding: 150px 0px 50px !important;
}

.page-no-found-wrapper p {
    margin-top: 20px;
    margin-bottom: 20px;
}

#registration .card-body p {
    margin-bottom: 15px;
}

span.select2-dropdown.select2-dropdown--below {
    margin-left: 0 !important;
    margin-top: 0 !important;
}

.file-claim a {
    padding: 8px 20px;
}

span.select2-selection.select2-selection--single {
    min-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 5px 18px;
}

button.btn-sm.btn.btn-primary,
#openTicketSubmit {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.list-device-tabs nav {
    margin-bottom: 12px;
}

.custom-chat #device_chat {
    border: transparent;
    width: 100%;
    max-width: calc(100% - 200px);
    padding: 0;
}

.custom-chat {
    display: flex;
    border: 1px solid #ddd;
}

.custom-chat {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    justify-content: space-between;
    padding: 10px 20px;
    border: 1px solid #b0d5f6;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.custom-chat .chat-icons a {
    padding: 4px;
}

.chat-input {
    min-height: 300px;
}

.chat-loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
    margin: auto;
    display: block;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Optional styling for chat */
.chat-input p {
    margin: 0;
    padding: 5px;
}

.chart-tabs nav .nav-tabs .nav-link {
    padding: 8px 35px;
    font-size: 16px;
}

.chart-bx h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    color: #00335F;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    gap: 5px;
}

.chart-bx {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.chart-bx .form-control {
    width: unset;
    border-color: #00335F;
}

.error-data-bx {
    height: 150px;
}

.error-data-bx p {
    color: red;
    text-align: center;
}

.pillar-chart {
    margin-top: 30px;
}

.chat-input .my_chat_api {
    background: #e8f0f1;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 10px 0px;
    text-align: right;
    width: fit-content;
    margin-left: auto;
}

.pills-issue-tab {
    padding: 13px 18px;
    /* min-height: 72px; */
    /* min-width: 72px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100px;
    background-color: #fff;
    border: .6px solid #0179e3;
    min-height: 130px;
    min-width: 168px;
}

.pills-issue-tab p {
    color: #0179e3;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
}

.quick-link-content ul li a.active {
    background-color: #0179e3;
}

.quick-link-content ul li a.active .quicklink-content-para h4 {
    color: #fff;
}

.quick-link-content ul li a.active .quicklink-content-para p {
    color: #fff;
}

.notification .badge {
    position: absolute;
    top: -2px;
    right: 17px;
    border-radius: 100%;
    background-color: #0179e3;
    color: #fff;
    overflow: hidden;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    font-size: 13px;
    align-items: center;
}

.nav-menu ul li a.notification {
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}


#tableTicketsList_wrapper .table-list>tbody>tr>td {
    text-align: center !important;
}

#tableTicketsList_wrapper .page-item.active .page-link,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: unset !important;
    border-color: #0179e3 !important;
}

#tableTicketsList_wrapper .table-list>tbody>tr>td:first-child {
    text-align: left !important;
}

#tableTicketsList_wrapper .dataTables_wrapper table.table-list thead th {
    font-weight: 600 !important;
}

#tableTicketsList_wrapper table.table-list tbody td {
    color: #222 !important;
}

/* .ticket-dashboard {
    background-color: #f7fcfd;
    padding: 20px;
} */

.generate-ticket-wrapper {
    text-align: right;
    margin-bottom: 10px;
}

.ticket-dashboard .dataTables_wrapper table.table-list thead th:first-child {
    text-align: left !important;
}

.ticket-dashboard .dataTables_wrapper table.table-list thead th:last-child {
    text-align: right;
}

#tableTicketsList_wrapper table.table-list tbody td:first-child {
    text-align: left !important;
}

#tableTicketsList_wrapper table.table-list tbody td:last-child {
    text-align: right !important;
}

.ticket-dashboard .dataTables_wrapper table.table-list thead th {
    border-bottom: 0;
    font-weight: 700;
    background: #eff0f0;
    color: #000;
}

.ticket-dashboard table.table-list thead th {
    padding: 10px;
}

/* 16-07-24 */
.user-profile {
    width: 50px;
    height: 50px;
}

p.current_year {
    color: #00335F;
}

/* .ds-last-nav ul.dropdown-menu {
    display: none;
} */
.quick-link-content ul li .active img {
    filter: brightness(0) invert(1);
}

.nav-profile .dropdown-toggle {
    padding: 0;
    background: transparent;
    border: 0;
    color: #000;
}

/* invoice page */
.invoice-wrapper {
    background: aliceblue;
}

.invoice-wrapper .container {
    max-width: 1665px;
}

span.invoice-number {
    color: #000;
}

.payment-gateway-section h3 {
    margin-bottom: 10px;
}

.invoice-date-section {
    padding-left: 0;
    list-style: none;
    max-width: 300px !important;
}

.invoice-payto-section h3 {
    margin-bottom: 10px;
}

/* 17-07-24 */
a.notification {
    position: relative;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: unset;
    border-color: unset;
}

.nav-profile .dropdown button {
    display: flex;
    align-items: center;
}

.navi-profile-icon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.navi-profile-icon h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00335f;
}

a.profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.profile-icon {
    width: 35px;
    height: 35px;
    overflow: hidden;
    border-radius: 100%;
}

.navi-profile-box h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #00335f;
}

.login-drop button {
    display: flex;
    align-items: center;
}

/* 18-07-24 */
.bootstrap-switch-container span.bootstrap-switch-handle-on.bootstrap-switch-success {
    width: 38px !important;
}

#registration label {
    font-weight: 600;
    color: #000;
    font-size: 15px;
    text-align: left;
}

.device-list-edit {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    align-items: center;
}

#registration {
    margin: 0;
    padding: 0 0 40px 0;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

.header-before {
    height: 60px;
}

#registration h3.card-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #373D3F;
    text-align: center;
}

/* 19-07-24 */
.ticket-dashboard .dataTables_wrapper table.table-list thead th {
    padding: 12px 24px;
    border-top: transparent;
}

#tableTicketsList_wrapper table.table-list tbody td {
    padding: 18px 24px;
    font-size: 14px;
}

#tableTicketsList_wrapper table.table-list tbody td a {
    color: #000;
}

.chat-messages-main-container {
    height: 500px !important;
}

.chat-input {
    min-height: unset;
}

div#systembot_agent_chat_box {
    max-width: unset !important;
    max-height: unset !important;
}

.message_from_bot {
    margin-bottom: 20px;
}

.table-list>tbody>tr:hover>td {
    background-color: #eef4f8;
}

.custom-check {
    display: flex;
    align-items: baseline;
}

form#frmReply .input-group.mb-1.attachment-group,
form .input-group.mb-1.attachment-group {
    width: calc(100% - 130px);
}

button#btnTicketAttachmentsAdd {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 20px;
}

.input-group-append {
    margin-left: 20px;
}

.bootstrap-switch-small.bootstrap-switch.bootstrap-switch-wrapper.bootstrap-switch-animate.bootstrap-switch-on {
    width: 79px !important;
}

p.coverrage_type_show {
    display: flex;
    align-items: center;
    justify-content: end;
}

p.coverrage_type_show span {
    margin-left: 5px;
}

.single_device_show_inner {
    padding: 20px;
    display: flex;
    align-items: center;
    background: #f7fcfd;
    height: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    border-left: solid 8px #0576db;
    transition: all .3s;
    box-shadow: none;
    cursor: pointer;
}

.single_device_show_inner:hover {
    box-shadow: 7px 7px 10px #0000000d;
}

.single-devoce-left {
    max-width: 60px;
    margin-right: 10px;
    width: 100%;
    float: left;
}

.single-device-right {
    width: 100%;
    max-width: calc(100% - 70px);
}

.single-devoce-left img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.single-device-right p {
    font-size: 15px;
}

.col-md-4.single_device_show {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
    margin-bottom: 30px;
}

.row.device_show_list {
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
}
.row.device_show_list.smt_gird_list_wrap {
   margin-right: -15px;
    margin-left: -15px;
}
/* .pagination li{
    padding: 5px;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
} */

.pagination li.page-item a {
    font-size: 16px;
    line-height: 24px;
    color: var(--primary-color);
    font-weight: 500;
}

.single_device_show_inner:hover {
    box-shadow: 0 0 10px #cfcfcf;
}

.active_single_device {
    box-shadow: 0 0 10px #cfcfcf;
}

.type-of-device-bx .filter_box_main {
    padding: 10px 20px;
    border-radius: 6px;
    background: #f5f5f5;
}

/* div#exampleModal .input-box {
    width: 31%;
} */
div#exampleModal .input-box {
    width: 30%;
}

div#exampleModal .form-check label {
    padding: 5px 15px 5px 15px;
}

div#exampleModal input[type="date"] {
    background: #f8f8f8;
    border-radius: 7px;
}

div#exampleModal .filter-btn .modal .modal-header {
    background-color: #f0f0f0;
}

div#exampleModal .type-of-device-bx {
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

div#exampleModal .type-of-device-bx h6 {
    margin-bottom: 20px;
}

div#exampleModal .type-of-list {
    display: flex;
    /* gap: 14px; */
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    background: #f5f5f5;
    padding: 7px 20px;
}

.row.cc-payment-form .card-title {
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.StripeElement {
    margin-bottom: 30px;
}

.dashboard.ticket-dashboard .alert-warning {
    color: #155724;
    background-color: #d4edda;
    border-color: #d4edda;
}

div#exampleModal .modal-dialog {
    max-width: 783px;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    margin: auto !important;
    position: absolute;
}

/* button.btn-sm.btn.btn-primary {
    margin-top: 9px;
}

button.btn-default.btn-sm.btn.open-modal {
    margin-top: 9px;
} */

.organization_seprate_page #device_form {
    padding: 10px;
    background: #F7FCFD;
    margin-bottom: 20px;
    border-radius: 3px;
}

.organization_seprate_page .shipping_details {
    margin: 0;
}

.dashboard-main.organization_seprate_page .devices-data {
    padding: 0;
}

p:not(.has-background):last-of-type {
    padding: unset !important;
}

/* 06-08-24 */
.tb-table {
    overflow-x: auto;
}

div#all_devices_data_wrapper {
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 20px;
}

.tb-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 1px;
    min-width: 1150px;
    /* background: var(--border-color); */
}

.invoice-tbl-width {
    min-width:100% !important;
}

table.dataTable td,
table.dataTable th {
    font-size: 13px;
}

.table td,
.table th {
    padding: .75rem;
    /* vertical-align: middle; */
    border-top: 1px solid #dee2e6;
}

#renewDeviceModal .modal .modal-dialog {
    max-width: 1650px !important;
}

button#renew_all_btn {
    margin-bottom: 20px;
}

.all_devices_data .device_covered_status {
    background: red;
    border-color: red;
}

table.dataTable.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #bcbcbc24;
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgb(249 249 249 / 5%);
}

.table thead th {
    vertical-align: middle;
    border-bottom: unset;
}

div#renewDeviceModal .modal-dialog {
    max-width: 1110px;
}

form#device_renewal_form {
    padding: 20px;
    background: #f3f4f6;
}

#renewMultipleModal .modal-dialog {
    max-width: 1460px !important;
}

.pagination>.active>a {
    background-color: #fff !important;
    color: #0179e3 !important;
}

.page-item.disabled .page-link {
    background-color: transparent;
    border-color: #fff;
    cursor: not-allowed !important;
    pointer-events: unset;
}

.pagination>.active>a:hover {
    background-color: unset !important;
    color: var(--primary-color) !important;
}

.btn-sumit_renewl a {
    padding: 8px 12px;
}

.no_renew_device {
    padding: 20px 20px;
    background-color: #f7f7f7;
    text-align: center;
}

#renewDeviceModal .modal-body {
    padding: 50px 20px;
}

.step_buttons {
    padding: 0px 10px;
}

.formfield span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
a.reset_search_btn {
    background-color: #0179E3;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 10px auto auto;
    display:block;
    width:max-content;
}
.device_pagination_record {
    margin-top:30px;
}
.device_pagination_record ul.pagination li.active a {
    color: #fff !important;
    font-weight: 600;
    background-color: #22bafe;
}

.device_pagination_record ul.pagination li {
    border: 1px solid #22bafe;
    padding: 2px 10px;
    border-radius: 5px;
}

.device_pagination_record ul.pagination li.page-item.active {
    background: #22bafe;
    color: #fff;
}

.device_pagination_record ul.pagination li.page-item.active a {
    background: #22bafe !important;
}

p.rep-message:before {
    content: unset !important;
}

p.message.sender:not(.has-background):last-of-type,
p.rep-message {
    padding: 12px 20px !important;
}

/* 06-08-24 */
/* 05-09-24 */
.bootstrap-switch-wrapper span.bootstrap-switch-handle-off.bootstrap-switch-secondary {
    background-color: #ff0000 !important;
    color: #fff !important;
    border-color: #ff0000 !important;
}

div#tableInvoicesList_wrapper td.dataTables_empty {
    text-align: center !important;
}

div#tableInvoicesList_wrapper td.dataTables_empty {
    text-align: center !important;
    color: #ff0000 !important;
    font-size: 18px;
    font-weight: 700;
}

.chat-input {
    border-top: 1px solid #cccccc !important;
    padding-top: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px !important;
    position: absolute;
    top: 10px !important;
    right: 20px !important;
}

.modal-content {
    /* height: 800px; */
    overflow-y: auto;
}

.reset_password_header h6.h3 {
    font-size: 27px;
    font-weight: 700;
    line-height: 40px;
    color: #373D3F;
    text-align: left;
}

.reset_password_header p {
    color: var(--text-color) !important;
}

.form-group label {
    color: #000;
}

.reset_password_header button.btn.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    width: 100%;
    border-radius: 5px;
}

/* 05-09-24 */
/* 06-09-24 */
.inchat .attachment-icon {
    height: 20px !important;
}

body p.rep-message {
    background-color: unset !important;
    box-shadow: unset !important;
}

span.user_role {
    background: #0179e3;
    font-weight: 700;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.form-group label.error {
    color: red;
    font-weight: unset;
}

.form-group label span.required {
    color: #FF0000;
}

p.coverrage_type_show {
    display: flex;
    align-items: center;
    justify-content: end;
    width: fit-content;
    margin-left: auto;
}

p.coverrage_type_show span.covered {
    padding: 2px 5px;
    color: #ffffff;
    background-color: #34d399;
    border-radius: 5px;
    border: 2px solid #059669;
    line-height: 1.2em;
    font-size: 14px;
}

p.coverrage_type_show span.uncovered {
    background-color: #f87171;
    padding: 2px 5px;
    color: #f3f4f6;
    border: 2px solid #dc2626;
    border-radius: 5px;
    line-height: 1.2em;
    font-size: 14px;
}

p.coverrage_type_show span.covered {
    background-color: #d4edda;
    padding: 2px 5px;
    border-radius: 5px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.swal-button {
    background-color: #014988;
}

.swal-button:not([disabled]):hover {
    background-color: #014988;
}

.btn-info {
    color: #fff;
    background-color: #0055fa;
    border-color: #0055fa;
}

.btn-info:hover {
    color: #fff;
    background-color: #0055fa;
    border-color: #0055fa;
}

.payment-method-button form button[type="submit"],
.payment-method-button form input[type="submit"] {
    background-color: #1e7e34 !important;
    border-color: #1e7e34 !important;
    color: #fff !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cc-payment-form .control-label {
    text-align: right;
    margin-top: 7px;
}

div#billingAddressChoice {
    cursor: pointer;
}

section.login-sec .alert.alert-danger {
    max-width: 990px;
    margin: 0 auto 32px;
    width: 100%;
}

.pagination>.active>a,
.pagination>.active>a:focus {
    background-color: unset !important;
}

/* 06-09-24 */
/* 09-09-24 */
/* dashboard-nav */
.toogle-nav-btn {
    display: none;
    cursor: pointer;
}

.nav-bar1,
.nav-bar2,
.nav-bar3 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
}

.bar-nav1,
.bar-nav2,
.bar-nav3 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
}


.change-nav .nav-bar1 {
    transform: translate(0, -1px) rotate(-45deg);
}

.change-nav .nav-bar2 {
    opacity: 0;
}

.change-nav .nav-bar3 {
    transform: translate(0, -11px) rotate(45deg);
}

.active-sidebar-nav .bar-nav1 {
    transform: translate(0, -1px) rotate(-45deg);
}

.active-sidebar-nav .bar-nav2 {
    opacity: 0;
}

.active-sidebar-nav .bar-nav3 {
    transform: translate(0, -11px) rotate(45deg);
}

.d-lg-none.sidebar.sidebar-secondary {
    display: none;
}

div#all_devices_data_wrapper {
    width: 100%;
}

.left-sidebar-toggle {
    width: 100%;
    position: absolute;
    top: 70px;
    background-color: #fff;
    padding: 10px;
    display: none;
}

span.required {
    color: #ff0000 !important;
}

/* 09-09-24 */
/* 10-09-24 */
.row.device_step.step-3 .form-group.form-check input#exampleCheck1 {
    margin-left: unset;
    margin-top: 10px;
}

.row.device_step.step-3 .form-group.form-check input#exampleCheck2 {
    margin-left: unset;
    margin-top: 10px;
}

.row.device_step.step-3 .col-md-12 label {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
}

.row.device_step.step-3 .col-md-12 p {
    font-weight: 700;
}

.row.device_step.step-3 p.covered_device_text {
    border: 1px solid #ddd;
    padding: 7px !important;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-left: 13px;
    margin-top: 20px;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #136bba;
    border-color: #136bba;
}

body #tableTicketsList_wrapper table.table-list tbody td.dataTables_empty {
    text-align: center !important;
}

body #tableTicketsList_wrapper table.table-list tbody td.dataTables_empty {
    color: #ff0000 !important;
    font-size: 18px;
    font-weight: 700;
}

/* 10-09-24 */
.device-register-box.device-height-bx {
    max-height: calc(100vh - 170px);
}

#registration .card-body {
    overflow: unset !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 24px;
}

/* 18-09-24 */
.card.submit-tickets-confirm {
    margin-top: 110px;
}

input.btn.btn-default {
    min-height: 40px;
    border-radius: 8px;
}

input.btn.btn-primary {
    min-height: 40px;
    border-radius: 8px;
}

.report-wrapper h2 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    line-height: 33px;
    margin-top: 30px;
    /* color: #ff0000; */
}

select#inputCountry {
    appearance: none;
}

select.form-control {
    appearance: none;
}

.form-group.text-center.account-detail-btnn {
    margin-top: 20px;
}

section.login-sec .alert.alert-success.text-center {
    max-width: 1000px;
    margin: 0 auto 15px;
}

.card.submit-tickets-confirm h3.card-title {
    display: none;
}

.device-register-inner.active {
    background: #0179e3 !important;
    color: #fff !important;
}

.device-register-inner.active a {
    color: #fff;
}

.row.device_step.step-3 h6 {
    margin-bottom: 10px;
}

ul.notify-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 30px; */
    padding: 0 20px;
}

.notify-wrapper {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding-bottom: 20px;
    width:100%;
}

.notifi-header {
    padding: 15px;
    border-bottom: 1px solid #0179e37d;
}

.col-md-12.device_consent_check .form-group.form-check {
    margin-bottom: 0;
}

#renewMultipleModal .modal-content {
    height: 800px;
    overflow-y: auto;
}

div#exampleModal .modal-content {
    max-height: 660px;
    overflow-y: auto;
}

p.text-center.d-flex {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.form-group.device_btn {
    gap: 10px;
    display: flex;
    align-items: center;
}

label#status_consent-error {
    position: absolute;
    left: 0;
    top: 22px;
}

.form-group.text-center.account-detail-btnn {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* 16-10 */
.device-register-header img {
    /* width: 10% !important; */
    object-fit: contain;
}

.chat-messages-main-container::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #0D1E67;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

p.message.sender {
    background-color: #0179e3 !important;
}

/* p.message.sender:after {
    background-color: #0055fa !important;
} */

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0179e3;
}

.icheckbox_square-blue,
.iradio_square-blue {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(../images/blue.svg) no-repeat !important;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue.checked {
    background-position: -48px 0 !important;
}

.iradio_square-blue.checked {
    background-position: -168px 0 !important;
}

.iradio_square-blue {
    background-position: -168px 0 !important;
}

.iradio_square-blue {
    background-position: -120px 0 !important;
}

.icheckbox_square-blue,
.iradio_square-blue {
    filter: none;
}

.btn-link {
    color: #0179e3;
}

p.message.sender:after {
    border-color: transparent transparent #0179e3 transparent !important;
}

.chat-messages-main-container::-webkit-scrollbar-thumb {
    background: #0179e3 !important;
}

.chat-messages-main-container::-webkit-scrollbar-thumb:window-inactive {
    background: #0179e3 !important;
}

.notify-wrapper li.no-notification {
    text-align: center;
    list-style-type: none;
    font-weight: 700;
    margin: 0 auto !important;
    font-size: 18px;
    color: #ff0000;
}

.dashboard.renew-device-data {
    margin-top: 114px !important;
}

.row.device_show_list.no-found-noti {
    display: flex;
    justify-content: center;
}

.report-wrapper.no-found-report p {
    font-size: 18px;
    color: #ff0000;
    font-weight: 700;
}

.device-list-table.no_device.no-cliam-found h2 {
    font-size: 18px;
    COLOR: #ff0000;
    font-weight: 700;
}

.col-md-12.device-list-table.no_device.no-device-found h2 {
    font-size: 18px;
    font-weight: 700;
    color: #ff0000;
}

.form-group.text-center input {
    margin-right: 5px;
}

.generate-report-btn {
    margin-top: 20px !important;
}

.reset_password_header .mb-4 h6 {
    text-align: center;
}

/* .device-register-right button img {
    width: unset !important;
} */

a.btn.arrow-btn:focus {
    box-shadow: unset;
}

.device-register-right.insight-icon img {
    width: unset !important;
}

.cm-soon h1 {
    font-size: 30px;
    text-align: center;
    color: #ff0000;
    font-weight: 700;
}

.reset_password_header button.btn.btn-primary:hover {
    color: var(--primary-color);
    background-color: transparent;
    border-color: var(--primary-color);
}

.multi-list .multi-collapse {
    width: 400px;
    border-radius: 4px;
    margin-top: 5px;
}

.card.card-body.get_user_organizations {
    margin-bottom: 0;
    box-shadow: inset -1px 1px 7px 0px rgb(0 0 0 / 10%);
    margin-top: 20px;
    padding: 0 20px;
    border: 1px solid #0055fa;
}

.card.card-body.get_user_organizations p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.status-answered {
    background-color: #0179e3;
}

.cancel-btn {
    background-color: #dc3545;
    color: #fff;
}

input.btn.btn-default.cancel-btn:hover {
    background: #dc3545;
    color: #fff;
}

.login-sec .register-alert .alert.alert-danger {
    max-width: 903px !important;
    margin: 0 auto 32px;
    width: 100%;
}

.alert-danger {
    color: #ff0000;
    background-color: #fff;
    border-color: #ff0000;
}

.dashboard-wrapper.deviceregister-wrapper {
    margin-top: 114px;
}

.dashboard-wrapper.mass-pay-wrapper,
.dashboard-wrapper.claimstrack-wrapper,
.dashboard-wrapper.supportticketsubmit-stepone-wrapper,
.dashboard-wrapper.insights-wrapper,
.dashboard-wrapper.trackrepair-wrapper,
.dashboard-wrapper.devicerepair-wrapper,
.dashboard-wrapper.claimfile-wrapper,
.dashboard-wrapper.supporttickets-wrapper,
.dashboard-wrapper.report-wrapper,
.dashboard-wrapper.report-wrapper,
.dashboard-wrapper.agentchat-wrapper {
    margin-top: 114px;
}

#btnMassPayMakePayment:hover {
    color: var(--secondary-color);
    background: transparent;
    border-color: var(--secondary-color);
}

/* .invoice-wrapper.dashboard-wrapper {
    margin-top: 114px;
    padding: 30px 15px;
} */
.alert.alert-danger.text-center.gateway-errors.w-hidden li {
    text-align: left;
    list-style-type: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.supportticketsubmit-steptwo-wrapperr {
    margin-top: 114px;
}

.dashboard-wrapper.devicelist-wrappers {
    margin-top: 114px;
}

.dashboard.shipping-supply-wrapper {
    margin-top: 114px;
}

.chart-bx select.form-control {
    appearance: auto;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00335f;
    border-color: #00335f;
}

.dashboard-wrapper.mass-pay-wrapper p.text-muted {
    color: #212529 !important;
    margin-bottom: 10px;
}

.col-button-left .btn-success.btn-sm.btn-block {
    box-shadow: 0 0 0 .2rem rgb(1 121 227 / 31%);
}

p.text-center.supportticket-confirm a {
    background-color: #0179e3;
    color: #fff;
}

.user_organization_list [aria-expanded="true"] {
    transform: rotate(180deg);
}

.user_organization_list a.btn.arrow-btn {
    transition: all 0.5s;
}

.user_organization_list i {
    color: #2c7ae6;
    font-size: 22px;
    font-weight: 400;
}

.mobile-list-device {
    margin-bottom: 10px;
}

.custom-select {
    border-color: var(--border-color);
    border-radius: 8px;
    height: 40px;
}

.custom-select:focus {
    border-color: var(--border-color);
    box-shadow: unset;
}

.device-register-wrapper.organization_data {
    overflow-y: hidden;
    max-height: unset;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff !important;
    background-color: var(--primary-color) !important;
}

.dashboard.ticket-dashboard {
    margin-top: 114px;
}

a.button.primary-btn.genrate_report:hover img {
    filter: invert(1);
}

div#chatPopup {
    width: 80%;
}
.step_conversation #chatPopup{
    width: 100%;
}
ul.device-dropdown-list {
    display: none;
}

ul.device-dropdown-list {
    display: none;
}

li.device-list-root {
    position: relative;
    /* z-index: -1; */
}

ul.device-dropdown-list {
    position: absolute;
    left: 200px;
    width: 199px;
    background-color: #f7fcfd;
    visibility: visible;
    z-index: 999999999999;
    top: 0;
    width: 200px;
    border: 1px solid #e7e7e7;
    transition: all 0.3s ease-in-out;
}

li.device-list-root:hover ul.device-dropdown-list {
    display: block;
}

ul.device-dropdown-list li {
    border-bottom: 1px solid #c9c9c9;
}

ul.device-dropdown-list li:last-child {
    border-bottom: unset;
}

/* ul.device-dropdown-list {
    padding: 0px 15px;
} */

ul.device-dropdown-list li {
    padding: 15px 15px;
    text-align: left;
}

ul.device-dropdown-list li a {
    color: #000;
}

.header-left a img {
    margin-right: 20px;
}

.device-dropdown-list li a img {
    margin-right: 12px;
}

/* .db-main-right-header {
    height: 340px;
    padding: 15px 15px;
    border-radius: 15px;
    border: 1px solid var(--primary-color);
} */
.sidebar-nav ul li:last-child {
    border-bottom: unset;
}

.col-12.primary-content {
    padding-left: 0;
}

ul.sidebar-list li a {
    display: flex;
    gap: 5px;
    align-items: center;
}

ul.sidebar-list li a img {
    width: 20px;
    margin-right: 10px;
}

i.fas.fa-angle-down {
    margin-right: 0;
    font-size: 16px;
}

ul.device-dropdown-list:before {
    /* width: 20px; */
    /* height: 10px; */
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #ffffff;
    content: "";
    position: absolute;
    left: -11px;
    top: 13px;
}

.sidebar-nav ul li.active {
    background: #0179e3;
}
.sidebar-nav ul li.active a span{
    color: #fff;
}
.sidebar-nav ul li.active a img{
    filter: brightness(0) invert(1);
}
.sidebar-nav ul li.active a i{
    color: #fff;
}
.sidebar-nav ul li:hover {
    background: #0179e3;
}
.sidebar-nav ul li:hover a span{
    color: #fff;
}
.sidebar-nav ul li:hover a img{
    filter: brightness(0) invert(1);
}
.sidebar-nav ul li:hover a i{
    color: #fff;
}
/* .sidebar-nav ul li.device-list-root:hover ul.device-dropdown-list:before{
    border-right: #000;
} */
ul.device-dropdown-list li:hover a {
    color: #fff;
}
a#add_devicebtn{
    float: right;
    margin-top: 20px;
}
.notify-wrapper a.btn.primary-btn.getNotifications {
    text-align: center;
    max-width: 120px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 20px;
}
a.notification_detail.btn.primary-btn {
    padding: 3px 15px;
    font-size: 14px;
    margin-top: 9px;
}
.db-main-home-right-box .notify-wrapper a.btn.primary-btn.getNotifications{
    margin-top: 20px;
}