@font-face {
    font-family: "Proxima-Nova";
    src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("../fonts/ProximaNova-Regular.woff2") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;

}

@font-face {

}

body {
    background: #E7EAF3 !important;
    font-size: 12px;
    color: #676a6c;
    overflow-x: hidden;
    font-weight: normal;
    font-family: "Proxima-Nova" !important;
}

body,
.normal-font {
    /*font-family: verdana, helvetica, arial, sans-serif;*/
}

a {
    text-decoration: none !important;
    outline: none !important;
}

.d-desktop {
    display: block !important;
}

.d-mobile {
    display: none !important;
}

.bg-warning {
    background-color: #EEF0DB !important;
    color: #B1AB24;
    padding: 10px 15px;
}

.custom-drp {
    position: unset !important;
}

.bg-danger {
    background-color: #F4D9E1 !important;
    color: #F96767;
    padding: 10px 15px;
}

.bg-success {
    padding: 10px 15px;
}

.progress .bg-warning {
    background: #f8ac59 !important;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.alert-no-data {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.3);
}

/* d-gradient */
.d-gradient {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.92) 2.06%, rgba(255, 255, 255, 0.2) 101.73%);
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 10px;
}

.alert-danger, .alert-success {
    font-size: 15px;
}

.custom_link {
    color: #0968FF;
    font-size: 14px;
    margin-top: 10px;
    transition: all .2s linear;
}

.custom_link:hover {
    opacity: 0.6;
}

.tag-input {
    border: solid 1px #0968ff !important;
    border-radius: 25px !important;
}

.tag {
    background-color: #0968ff !important;
    border-color: #0968ff !important;
}

.cross {
    background-color: #003fa3 !important;
}

/* custom dropdown */
.dropdown .custom_dropdown {
    padding: 0;
    box-shadow: 4px 3px 3.6px rgba(0, 0, 0, 0.15), -1px 13px 14.4px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
    width: 220px;
}

.dropdown .custom_dropdown li {
    border-bottom: solid 1px #ededed;
}

.dropdown .custom_dropdown li a {
    padding: 8px 20px;
    min-height: 0;
    font-size: 14px;
}

.dropdown .custom_dropdown li.notification_item:hover {
    background-color: #f5f5f5 !important;
}

.dropdown .custom_dropdown .bg-success {
    background-color: #eff3ff !important;
}

.dropdown .custom_dropdown .media-body {
    font-size: 14px;
}

.dropdown .company_custom_dropdown {
    left: 0;
}

/* width */
.dropdown .custom_dropdown::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.dropdown .custom_dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px grey;
    background: #fff;
}

/* Handle */
.dropdown .custom_dropdown::-webkit-scrollbar-thumb {
    background: #0968FF;
}

/* Handle on hover */
.dropdown .custom_dropdown::-webkit-scrollbar-thumb:hover {
    background: #0968FF;
}

/* notification dropdown */
.notification_dropdown .custom_dropdown {
    width: 500px;
}

/* top navbar */
.top-navbar-custom {
    margin-right: calc(var(--bs-gutter-x) * -.7);
    margin-left: calc(var(--bs-gutter-x) * -.7);
    align-items: center;
}

.top-navbar-custom .navbar-static-top {
    background: linear-gradient(38.55deg, #024191 33.92%, #0264C3 88.18%) !important;
    align-items: center;
    padding: 0px 20px;
    color: #fff;
}

.top-navbar-custom .navbar-top-links {
    gap: 10px;
}

.top-navbar-custom .navbar-static-top .c_username {
    font-size: 18px;
}

.top-navbar-custom .nav.navbar-right li a img.c_icon {
    transition: all .2s linear;
}

.top-navbar-custom .nav.navbar-right li a:hover img.c_icon {
    opacity: 0.6;
}

.top-navbar-custom #notificationsCount {
    background: red !important;
}

.nav-header {
    padding: 10px 20px 20px 20px;
}

.nav-header .profile-element a {
    display: block;
}

/* main menu */
.custom_main_menu {
    background: transparent !important;
}

.custom_main_menu .navbar-collapse {
    justify-content: center;
    border-bottom: solid 1px #fff;
    margin-bottom: 30px;
}

.custom_main_menu .navbar-nav > li > a {
    color: #393939;
    font-weight: 300;
    font-size: 14px;
    padding: 15px;
    border-bottom: solid 3px transparent;
    transition: all .2s linear;
}

.custom_main_menu .navbar-nav > li > a:hover,
.custom_main_menu .navbar-nav > li.active > a {
    border-bottom: solid 3px #316AB7;
    background: linear-gradient(107.93deg, rgba(255, 255, 255, 0.51) 12.05%, rgba(255, 255, 255, 0) 98%);
}

.custom_main_menu .navbar-nav > li.active > a {
    font-weight: 600;
}

.custom_main_menu .nav > li.active {
    background-color: transparent;
    color: #262626;
    border: none;
}

.custom_main_menu .dropdown-menu > .active > a {
    color: #262626 !important;
    background-color: #f5f5f5 !important;
}

.custom_main_menu .nav ul.custom_dropdown li a {
    padding: 6px 15px;
    border-bottom: none !important;
}

.custom_main_menu ul.navbar-nav li {
    position: relative;
}

.primary-button-cf {
    background-color: #4EB88D; /* Default green color */
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.primary-button-cf:disabled {
    background-color: #6B7280; /* Darker grey color for disabled state */
    cursor: not-allowed;
    opacity: 0.4; /* Slightly increased opacity for better visibility */
}

.primary-button-cf:not(:disabled):hover {
    background-color: #009e5c; /* Darker green for hover */
}

.top-110 {
    /*top: 110px !important;*/
    top: 93px !important;
    transform: translate(0) !important;
}

.iframe_custom_width {
    height: calc(100vh - 207px);
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.icon-phone_forwarded:before {
    content: "\e61c";
}

.icon-phone_forwarded {
    font-size: 16px;
    padding-right: 3px
}

.icon-sms_forward:before {
    font-family: 'FontAwesome';
    content: "\f1c7";
}

.paddingTop10 {
    padding-top: 10px;
}

.icon-sms_forward {
    font-size: 16px;
    padding-right: 3px
}

.icon-sms_phone:before {
    font-family: 'FontAwesome';
    content: "\f0e0";
}

.icon-sms_phone {
    font-size: 16px;
    padding-right: 3px
}

.icon-sms_all:before {
    font-family: 'FontAwesome';
    content: "\f002";
}

.icon-sms_all {
    font-size: 16px;
    padding-right: 3px
}

.fa-icon-mainPhone:before {
    font-family: 'FontAwesome';
    content: "\f10b";
}

.fa-icon-sms:before {
    font-family: 'FontAwesome';
    content: "\f231"; /* Unicode for fas fa-sms */
}

.ibox-datepicker-view {
    padding: 15px 90px 8px 15px;

}

.fa-icon-mainPhone {
    font-size: 16px;
    padding-right: 3px
}

/* WIDGETS */
.widget {
    border-radius: 5px;
    padding: 15px 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.widget.style1 h2 {
    font-size: 30px;
}

.widget h2,
.widget h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

.widget-text-box {
    padding: 20px;
    border: 1px solid #e7eaec;
    background: #ffffff;
}

.widget-head-color-box {
    border-radius: 5px 5px 0px 0px;
    margin-top: 10px;
}

.widget .flot-chart {
    height: 100px;
}

.icon-pencil:before {
    content: "\e905";
}

.text-right {
    text-align: right;
}

h2 {
    font-size: 22px;
}

.fa {
    font-size: 15px !important;
    cursor: pointer !important;
}

.custom-module-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: none;
    margin-bottom: 12px;
}

.custom-module-layout label {
    font-weight: 400;
}

.minimalize-styl-2 {
    font-size: 14px;
}

.table > tbody > tr > td {
    border-top: 1px solid #e7eaec;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: middle !important;
    gap: 10px;
}

.text-red {
    color: #0d4c69 !important;
}

.shadow-inset {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.bg-grey {
    background: #EFEFDE !important;
}

.card-header-bg {
    background: #F5F5F5 !important;
}

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* terms and condition optin*/
/* optinform-page */
.optinform-termsCondition {
    max-width: 700px;
    text-align: center;
    margin: auto;
}

.para-style {
    list-style: none;
    padding-bottom: 20px;
    text-align: left
}

/* optinform-page */
.optinform-page {
    max-width: 600px;
    text-align: center;
    margin: auto;
}

.optinform-page .dashbard-1 {
    padding-top: 50px;
}

.optinform-page p {
    font-size: 13px;
}

.optinform-page .step-content {
    text-align: left;
}

/* card */
.card {
    background: transparent;
    border: solid 1px #fff;
}

.card .card-header {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.23) 2.06%, rgba(255, 255, 255, 0.2) 101.73%);
    border-bottom: solid 1px #fff;
    font-size: 16px;
    padding: 15px;
}

.card .card-body {
}

.card .audio_file {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.accordion-collapse.collapse.show {
    background: #e7eaf3;
}

.accordion-item {
    border: solid 1px #fff !important;
}

dt {
    font-weight: 500;
}


.modal .modal-dialog {
    width: 75%;
}

.modal .modal-dialog.auto {
    width: auto
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.42;
    border-radius: 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid red;
    border-bottom: none;
    color: #fff;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ededed;
}

.errorMessage {
    color: red;
}

.error-box {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 12px 16px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.error-box .close-btn {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    color: #721c24;
}

textarea:not(.select2-search__field) {
    min-height: 55px;
    font-size: 16px;
}

.noresize {
    resize: none;
}

.vresize {
    resize: vertical;
}

.hresize {
    resize: horizontal;
}

.rtl {
    direction: rtl;
}

.p-10px {
    padding: 10px !important;
}

.xcliente {
    margin-top: 10px;
    border: #cdcdcd medium solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.add_buttons_box {
    display: inline-block;
    right: 0;
    margin-bottom: 5px;
    float: right;
}

.add-border {
    border: 1px solid black;
}

.panel-fixed {
    height: 500px;
    overflow-y: scroll;
}

.error_msg_modal {
    display: none;
    font-size: 15px;
    color: red;
    padding: 12px 0px;
}

/*.main-header > .navbar-retailer {*/
/*    margin-left: 440px;*/
/*}*/

a.logo-retailer {
    text-align: left !important;
    width: 50% !important;
}

ul.yiiPager .first, ul.yiiPager .last {
    display: none;
}

ul.yiiPager a:link, ul.yiiPager a:visited {
    padding: 6px 10px !important;
}

.skin-3 .wrapper-content {
    padding: 10px 15px;
}

.ui-datepicker {
    z-index: 1000 !important;
}

span.required {
    color: red !important;
}

.custom-box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 4px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    padding: 25px 40px;
    background: #fff;
}

.unclickable-checkbox {
    pointer-events: none; /* This prevents all mouse interactions */
}

.custom-bg {
    /*background: #fff url(../images/Bg_Login.jpg) no-repeat bottom center;*/
    background-size: auto;
    background-size: cover;
    border-bottom: 4px solid #0d4c69;
    background-color: #0e4c69;
}

#totalRevenue span {
    color: #316AB7;
    padding: 10px 25px;
    font-size: 14px;
}

.btn-primary {
    background-color: #0968FF;
    border-color: #0968FF;
    color: #FFFFFF;
    padding: 7px 25px;
    font-size: 14px;
    transition: all .2s linear;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary.active:hover, .btn-primary.active:focus {
    background-color: #0968FF !important;
    border-color: #0968FF !important;
    color: #FFFFFF !important;
    opacity: 0.6 !important;
}

.btn-bordered {
    border: solid 1px #0968FF !important;
    background: transparent !important;
    color: #0968FF !important;
}

.btn-bordered:hover {
    background: #0968FF !important;
    color: #fff !important;
    opacity: 1 !important;
}

.btn-secondary {
    padding: 7px 25px;
}

.middle-box h1 {
    font-size: 119px;
}

.cam_detail,
.cam_detail h4 {
    font-size: 15px;
}

/* default card */
.default_card {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.23) 2.06%, rgba(255, 255, 255, 0.2) 101.73%);
    padding: 15px;
    position: relative;
    margin-bottom: 20px;
}

.default_card .cc-title {
    color: #898993;
    font-size: 17px;
}

.default_card h1 {
    color: #4C91FF;
    margin-bottom: 0;
    font-weight: 600;
}

.default_card .arrow-icon {
    position: absolute;
    right: 15px;
    bottom: 20px;
}

.default_card .arrow-icon img {
}

/* tabs */
.page-inner-content .custom_tabs {
}

.page-inner-content .custom_tabs ul {
    gap: 40px;
    margin-bottom: 40px;
}

.page-inner-content .custom_tabs ul li {
}

.page-inner-content .custom_tabs ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #040404 !important;
    border: none;
    border-bottom: solid 2px transparent;
}

.page-inner-content .custom_tabs ul li a:hover {
    border-bottom: solid 2px #0078D4 !important;
}

.page-inner-content .custom_tabs ul li a.active {
    border: none;
    border-bottom: solid 2px #0078D4;
    background: transparent;
}

.page-inner-content .custom_tabs .panel-body {
    background: transparent;
    padding: 0;
    border: none;
}

.page-inner-content .custom_tabs .panel-body .company-name {
    font-size: 20px !important;
    font-weight: 600 !important;
}

/* dashboard info section */
.info-section {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.23) 2.06%, rgba(255, 255, 255, 0.2) 101.73%);
    padding: 40px 40px 30px 40px;
    margin-bottom: 30px;
}

.info-section .info-card {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px;
}

.info-section .info-card .title {
    color: #000;
}

.info-section .info-card .info {
    color: #A8ABAE;
}

/* steps */
.wizard .steps {
    border-bottom: solid 2px #fff !important;
}

.wizard .steps ul.tablist {
}

.wizard > .steps > ul > li {
    width: fit-content !important;
}

.wizard > .steps a {
    border-bottom: solid 2px transparent !important;
    tansition: all .2s linear !important;
    color: #8E969D !important;
    background: transparent !important;
    border-right: 0 !important;
    margin: 0 !important;
    padding: 1em 10px !important;
    text-decoration: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    font-size: 15px !important;
}

.wizard > .steps .number {
    font-size: 15px !important;
}


.wizard .steps ul.tablist li.current {
}

.wizard > .steps a:hover,
.wizard > .steps li.current a {
    color: #040404 !important;
    border-bottom: solid 3px #316AB7 !important;
    background: linear-gradient(107.93deg, rgba(255, 255, 255, 0.51) 12.05%, rgba(255, 255, 255, 0) 98%) !important;
}

.wizard .steps ul.tablist li.done a {
}

.wizard > .actions a {
    background-color: #0968FF !important;
    border-color: #0968FF !important;
    color: #FFFFFF !important;
    padding: 7px 25px !important;
    font-size: 14px !important;
    transition: all .2s linear !important;
    border-radius: 0 !important;
    margin-top: 15px;
}

.wizard > .actions a:active, .wizard > .actions a:hover {
    opacity: 0.6 !important;
}

.wizard > .content {
    min-height: unset;
    background: transparent;
    padding: 0;
}

.wizard > .content > .body {
    height: unset;
    width: 100%;
    padding: 0;
}

.wizard > .content > .body input {
    border: 1px solid #e5e6e7;
}

.wizard > .content > .body label {
    margin-bottom: 5px;
    font-size: 15px;
    color: #201F1E;
}

.no-arrows {
    -moz-appearance: textfield; /* For Firefox */
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* form */
.form-group {
    margin-bottom: 25px;
}

.form-label {
    margin-bottom: 5px;
    font-size: 15px;
    color: #201F1E;
}

.form-select, .form-control, .single-line, input, textarea {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.92) 2.06%, rgba(255, 255, 255, 0.2) 101.73%);
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 10px;
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    background: transparent;
    border: none;
    height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.92) 2.06%, rgba(255, 255, 255, 0.2) 101.73%);
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 10px;
    font-size: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
}

.page-inner-content .form-group.text-right {
    border-top: solid 1px #DFE3F0;
    padding-top: 20px;
}

.modal-header,
.modal-body,
.modal-footer {
    background: #E7EAF3 !important;
}

.modal-header h5 {
    font-size: 15px;
}

.cm_modal .modal-body p {
    font-size: 14px;
}

/*summary report */

.custom-summary-qs ul {
    display: none !important;
}

.ar_text_td {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px
}

.responder-hidden-view {
    display: none;
}

/*.mini-navbar #edialer {*/
/*    display: none;*/
/*}*/

/*.navbar-default .nav > li > a:hover,*/
/*.navbar-default .nav > li > a:focus,*/
/*.nav > li.active,*/
/*.nav > li.active .nav-second-level,*/
/*.nav-second-level li a {*/
/*    background: #0d4c69;*/
/*    color: #fff;*/
/*    background: #386a80;*/
/*}*/

/*.nav > li.active {*/
/*    border-left: 4px solid #0d4c69;*/
/*    border-left: none;*/
/*}*/

/*body.mini-navbar .nav-header {*/
/*    background-color: #0d4c69;*/
/*}*/

/*.nav-header::marker {*/
/*    display: none !important;*/
/*    unicode-bidi: normal !important;*/
/*    font-variant-numeric: normal !important;*/
/*    text-transform: none !important;*/
/*    text-indent: 0 !important;*/
/*    text-align: initial !important;*/
/*    text-align-last: initial !important;*/
/*    line-height: 0 !important;*/
/*    font-size: 0;*/
/*}*/

/*.logo-element {*/
/*    padding-top: 0;*/
/*}*/

/*.nav-header,*/
/*#side-menu > .nav-header > a:hover,*/
/*#side-menu > .nav-header > a:focus {*/
/*    background: transparent;*/
/*}*/

/*#side-menu a:hover {*/
/*    color: white !important;*/
/*}*/

/*.nav-header a {*/
/*    color: #a7b1c2;*/
/*}*/

thead th,
a {
    color: #0d4c69;
}

a:not(.navbar-minimalize):hover {
    /*color: #0d4c69 !important;*/
}

.t-center {
    text-align: center;
}

.custom-addons {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 10px;
    align-items: center;
    margin: 25px 0px;
}

#page-wrapper {
    border-left: 1px solid #e7eaec;
    width: 100% !important;
    background: #E7EAF3 !important;
}

.wrapper-content {
    padding: 40px 40px 80px;
}

.wrapper-content .container {
    /*box-shadow: 0px 4px 139.9px #B6BBD0;*/
    /*background: #EFF3FF;*/
    padding: 0;
}

.wrapper {
    padding: 0 !important;
}

.wrapper-content .page-inner-content {
    padding: 30px 0;
    padding-bottom: 70px;
    min-height: 80vh;
}

.page-banner {
    position: relative;
}

.page-banner img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.page-banner .custom-breadcrumb {
    position: absolute;
    bottom: 20px;
    left: 50px;
}

.page-banner .custom-breadcrumb h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 300;
}

.page-banner .custom-breadcrumb ol.breadcrumb {
    background: transparent;
}

.page-banner .custom-breadcrumb ol.breadcrumb li {
    color: #DDDDDD;
    font-size: 16px;
}

.page-banner .custom-breadcrumb ol.breadcrumb li a {
    color: #fff !important;
    transition: all .2s linear;
}

.page-banner .custom-breadcrumb ol.breadcrumb li a:hover {
    color: #fff !important;
    opacity: 0.6;
    text-decoration: none !important;
}

.page-banner .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important;
    content: "/" !important;
}

.page-title-section {
    margin-bottom: 25px;
}

.page-title {
    color: #393939 !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    margin: 0;
}

.page-sub-title {
    color: #393939 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
}

table {
    border-spacing: 5px !important;
    border: none !important;
    width: 100% !important;
}

table th {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.92) 2.06%, rgba(255, 255, 255, 0.2) 101.73%) !important;
    font-size: 14px;
    padding: 8px 3px;
    font-weight: 400;
    border: solid 1px #fff !important;
    border-radius: 2px !important;
    color: #000 !important;
}

.table-striped > tbody > tr:nth-of-type(2n+1),
table td {
    font-size: 14px;
    padding: 8px 3px;
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.23) 2.06%, rgba(255, 255, 255, 0.2) 101.73%) !important;
    border: solid 1px #fff !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    color: #A8A9AE !important;
    font-weight: 400 !important;
}

.form-group .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group .form-check label {
    margin: 4px 0 0;
}

.select2-container--default .select2-selection--multiple {
    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.92) 2.06%, rgba(255, 255, 255, 0.2) 101.73%) !important;
    border-radius: 4px !important;
    border: solid 1px #fff !important;
    padding: 10px !important;
}

.form-check-input[type=radio] {
    margin-right: 10px;
}

.form-check-label {
    margin: 0;
    margin-top: 3px;
}

.d-link {
    color: #0968FF;
    font-size: 14px;
}

/* summary card */
.summary_card {
}

.summary_card .icon {
}

.summary_card .icon img {
    height: 65px;
}

.summary_card .title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

.summary_card ul {
    margin: 0;
    padding: 0;
}

.summary_card ul li {
    display: inline-block;
}

.summary_card ul li a {
    color: #0078D4;
    font-size: 13px;
    border-right: solid 1px #0078D4;
    margin-right: 3px;
    padding-right: 6px;
    transition: all .2s linear;
}

.summary_card ul li a:hover {
    opacity: 0.6;
}

.summary_card ul li:last-child a {
    border: none;
}


/*.white-bg .navbar-fixed-top,*/
/*.white-bg .navbar-static-top {*/
/*    background: #f3f3f4;*/
/*}*/

/*.navbar-top-links li:last-child {*/
/*    margin-right: 25px;*/
/*}*/

.bg-success {
    background-color: #dff0d8 !important;
    color: rgb(103, 106, 108);
}

ul.nav-second-level {
    background: #0d4c69;

}

.ibox {
    margin-bottom: 0;
}

.ibox-title,
.ibox-content {
    border-style: solid none none;
    border-width: 1px 0 0;
    padding: 10px;
    background: transparent;
}

label {
    font-weight: 700;
}

div.dataTables_wrapper div.dataTables_filter {
    display: none;
}

.fa-large-size {
    font-size: 5em !important;
}

.fa-normal-size {
    font-size: 3em !important;
}

.text-navy {
    color: #0d4c69 !important;
}

.widget {
    border: 1px solid #e7eaec;
}

.navy-bg {
    background-color: #019ee1 !important;
}

.actions-column {
    /*display: grid;*/
    /*grid-template-columns: repeat(3, 1fr);*/
    /*gap: 0.5rem;*/
    display: flex;
    border-color: transparent !important;
}

.actions-column a,
.actions-column button {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    background: transparent;
    border: none;
    color: #8A8B8F;
    text-decoration: none !important;
}

.actions-column a:hover,
.actions-column button:hover {
    color: #000;
    border-color: #0d4c69;
    background: transparent;
}

.actions-column {
    font-size: 17px !important;
}

.action-dropdown-menu {
    box-shadow: 4px 3px 3.6px rgba(0, 0, 0, 0.15), -1px 13px 14.4px rgba(0, 0, 0, 0.13);
    border-radius: 5px;
}

.action-dropdown-menu li a i {
    margin-right: 3px;
}

td > a:hover {
    text-decoration: underline !important;
}

.filters input,
.filters select {
    font-size: 12px;
    padding-left: 6px;
}

.float-e-margins .btn {
    margin-bottom: 5px;

}

.float-e-margins .btn-flaty {

    float: right !important;
}

.right_col_info thead {
    background: #eaeaea none repeat scroll 0 0;
}

.right_col_info {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin-left: 0px;
    padding: 0px !important;
    width: 100%;
}

.left_col {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
    margin-left: 0px;
    min-height: 138px;
    padding: 0px !important;
}

.left_col h4 {
    background: #eaeaea none repeat scroll 0 0;
    margin: 0;
    padding: 10px;
}

.loginscreen.middle-box {
    width: 364px;
}

td a button {
    color: #0d4c69 !important;
    border-color: #0d4c69 !important;
}

td a button.manage_campaigns:hover {
    color: #0d4c69 !important;
}

.add_new_company {
    float: right !important;
}

.custom_numberField {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    background-image: none;
    color: inherit;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;

    background: linear-gradient(92.69deg, rgba(255, 255, 255, 0.92) 2.06%, rgba(255, 255, 255, 0.2) 101.73%);
    border-radius: 4px;
    border: solid 1px #fff;
    padding: 10px;
}

.custom_numberField input {
    background: transparent !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.custom_numberBox {
    padding-right: 10px;
    font-size: 14px;
    border-right: solid 1px #e7eaf3;
    margin-right: 10px;
}

.custom-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #555;
    border-radius: 3px;
    margin-left: 20px;
    margin-right: 30px;
}

.custom-checkbox:checked {
    background: #555;
}

.custom-checkbox:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    margin: 4px 0 0 7px;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.custom-tooltip ul {
    padding-left: 16px;
    margin: 0;
}

.custom-tooltip .tooltiptext {
    visibility: hidden;
    width: 450px;
    background-color: #41515f;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: -5px;
    right: 105%;
    text-align: left;
    padding: 10px;
}

.custom-tooltip:hover .tooltiptext {
    visibility: visible;
}

.ccm-tooltip .tooltiptext {
    left: 19px;
    top: -200%;
}

.audio_player_overlay {
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 80px;
    /* width: 315px; */
    background-color: #61c7f2;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    padding: 5px;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-block !important;
}

.select2-container--default .select2-results__option--selected {
    display: none;
}

table.dataTable tr.selected td.select-checkbox::before,
table.dataTable tr.selected th.select-checkbox::before {
    border: 1px solid black;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody th.select-checkbox::before {
    margin-top: 0px;
}

table.dataTable tr.selected td.select-checkbox::after,
table.dataTable tr.selected th.select-checkbox::after {
    font-size: 14px;
    margin-top: -6px;
}

table.dataTable tbody td.select-checkbox::before,
table.dataTable tbody th.select-checkbox::before,
table.dataTable tr.selected td.select-checkbox::after,
table.dataTable tr.selected th.select-checkbox::after {
    left: unset;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}

td.select-checkbox:hover::before {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
}

.audio_player_overlay {
    display: flex;
    align-items: end;
    z-index: 200;
    position: fixed;
    bottom: 25px;
    margin-bottom: 15px;
    right: 0px;
    height: 65px;
    background-color: #61C7F2;
    border: 2px solid #ebebeb;
    border-radius: 10px;
    padding: 5px;
}

.audio_player_overlay audio {
    align-self: center;
    height: 100%;
}

.btn_cancel_audio_player {
    position: relative;
    /*bottom: 12px;*/
    align-self: end;
    right: 2px;
    padding: 3px;
    padding-right: 7px;
    padding-left: 7px;
}

.flatpickr-input[readonly] {
    background: white;
}

.form-select {
    /*background-color: #FFFFFF;*/
    /*border: 1px solid #e5e6e7;*/
    /*border-radius: 1px;*/
    /*color: inherit;*/
    /*display: block;*/
    /*padding: 6px 2.2rem 6px 12px;*/
    /*transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;*/
    /*width: 100%;*/
    /*font-size: 14px;*/
}


.form-control:focus,
.single-line:focus,
.form-select:focus {
    border-color: #0968FF !important;
    box-shadow: unset;
}

.form-switch .form-check-input {
    width: 4em;
    height: 2em;
}

.form-check.form-switch label {
    user-select: none;
}

.accordion-button:focus {
    box-shadow: unset;
}

#dynamicOptionsTable button.remove {
    width: 2rem;
}

#dynamicOptionsTable button:hover {
    background: #0d4c69;
    border-color: #0d4c69;
}

input[type="radio"] {
    border-color: black !important;
}

[name="instant_validation_choice"] ~ label {
    user-select: none;
}

.badge {
    font-size: unset;
}

.cam_detail p {
    margin-top: 5px;
    margin-bottom: 8px;
}

small {
    font-size: .675em;
    font-weight: 400;
}

.well {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.ibox-title {
    display: grid;
    align-items: center;
}

.ibox-title * {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.dt-buttons {
    /*gap: 0.5rem;*/
    margin-bottom: 0.5rem;
}

.dt-buttons .btn {
    background-color: transparent;
    border-color: rgba(32, 31, 30, 0.3);
    color: #000;
    padding: 5px 18px;
    font-size: 14px;
    transition: all .2s linear;
    /*border-radius: 5px !important;*/
}

.dt-buttons .btn:hover {
    background-color: #0968FF;
    border-color: #0968FF;
    color: #FFFFFF;
}

.breadcrumb-item > a {
    color: #0d4c69 !important;
}

.breadcrumb-item > a:hover {
    text-decoration: underline !important;
}

.pagination {
    gap: 8px;
}

.page-item .page-link {
    background: transparent !important;
    color: #000 !important;
    font-size: 15px;
    border-radius: 3px !important;
    border: solid 1px #fff !important;
    padding: 2px 12px;
}

.page-item.active .page-link {
    background-color: #0968FF !important;
    border-color: #0968FF !important;
    color: #fff !important;
}

/* navbar */
/*.nav-header #edialer img {*/
/*    width: 100%;*/
/*    margin-bottom: 10px;*/
/*    margin-top: -12px;*/
/*}*/

/* plans */
.pricing_area {
    margin-top: 10px;
    color: #252525;
}

.p-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.p-plans .plan-card {
    border: 1px solid #dbe1e5;
    text-align: center;
    width: calc(25% - 20px); /* Adjust the width for 4 cards in a row */
    display: inline-block;
    padding: 25px;
    margin-bottom: 25px;
    background: linear-gradient(155.61deg, rgba(246, 246, 246, 0.23) 1.43%, rgba(255, 255, 255, 0.23) 101.38%);
    border-radius: 4px;
}

.p-plans .plan-card .title {
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
    color: #252525;
    font-weight: 600;
}

.p-plans .plan-card .price {
}

.p-plans .plan-card .price span {
    font-size: 19px;
    color: #252525;
    font-weight: 600;
}

.p-plans .plan-card .minutes {
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
}

.p-plans .plan-card .minutes .t-minutes {
}

.p-plans .plan-card .minutes .t-info {
    display: block;
    color: #848484;
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    margin-left: 3px;
}

.p-plans .plan-card button {
    font-size: 13px;
    background: transparent;
    color: #0968FF;
    padding: 4px 25px;
    margin: 10px 0;
}

.p-plans .plan-card button:hover {
    opacity: 1 !important;
}

/*.p-plans .plan-card.active {*/
/*    background: #0d4c69;*/
/*}*/

/*.p-plans .plan-card.active .title {*/
/*    color: #fff;*/
/*    border-bottom: solid 1px #fff;*/
/*}*/

/*.p-plans .plan-card.active .price,*/
/*.p-plans .plan-card.active .price span,*/
/*.p-plans .plan-card.active .minutes,*/
/*.p-plans .plan-card.active .minutes .t-info {*/
/*    color: #fff;*/
/*}*/

.p-plans .plan-card.active button {
    background: #0968FF !important;
    color: #fff;
    opacity: 1;
}

/* all contacts */
.datatable-search .dataTables_wrapper .dataTables_info {
    display: none !important;
}

.datatable-search .ds-actions-column a, .datatable-search .ds-actions-column button {
    padding: 2px 6px;
}

.datatable-search .ds-actions-column a i, .datatable-search .ds-actions-column button i {
    font-size: 11px !important;
}

/* page tabs */
.page-tabs {
}

.page-tabs ul {
    border-bottom: solid 1px #dddddd;
}

.page-tabs ul li {
}

.page-tabs ul li a {
    border-radius: 0 !important;
    font-size: 15px;
    color: #797B81 !important;
}

.page-tabs ul li a:hover,
.page-tabs ul li a.active {
    background-color: transparent !important;
    border-bottom: solid 2px #0d6efd !important;
    color: #000 !important;
}

/* generate token */
.generate-token-page {
}

.generate-token-page .page-sub-title {
    font-size: 15px !important;
}

.generate-token-page .tdown-btn {
    margin-top: 15px;
}

.generate-token-page .tdown-btn a {
    margin-top: 5px;
    color: #A8AAAE;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all .2s linear;
}

.generate-token-page .tdown-btn a span {
    color: #0968ff;
    font-size: 27px !important;
}

.generate-token-page .tdown-btn a:hover {
    color: #0968ff;
}


/* emoji picker START */
#emoji-picker {
    display: none;
}

/* emoji picker END */
/* textarea additional controls START */
.sms-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.sms-controls #smsAndCharactersCountBulkAcc {
}

.sms-controls .emoji-wraper {
    position: relative;
}

.sms-controls .emoji-wraper #toggle-picker {
    cursor: pointer;
    transition: all .2s linear;
}

.sms-controls .emoji-wraper #toggle-picker:hover {
    opacity: 0.5;
}

.sms-controls .emoji-wraper #emoji-picker {
    position: absolute;
    right: 20px;
    bottom: 0;
}

.sms-controls .files-selection {
}

.sms-controls #upload-files {
    margin: 0;
}

/* textarea additional controls END */

/* footer */
.footer {
    background: transparent;
    border: 0;
}

.footer img {
    width: 100px;
    margin-bottom: 5px;
}

.footer .f-text {
    color: #848484;
    font-size: 13px;
    font-weight: 300;
}

/* profile */
.profile-info-section .info-card {
    display: flex;
    font-size: 16px;
}

.profile-info-section .info-card .title {
    width: 25%;
}

/*Hide arrows for the first input*/
input.no-spinner::-webkit-inner-spin-button,
input.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* mms detail start */
.mms__page_section {
}

.mms__page_section a {
    display: block;
    transition: all .2s linear;
    height: 100%;
}

.mms__page_section a:hover {
    opacity: 0.6;
}

.mms__page_section .info {
}

.mms__page_section .info .chat-document-inner {
    height: 76%;
    border: 1px solid #e3e3e3;
    border-bottom: none;
}

.mms__page_section .info .doc-foot-abs-item {
    gap: 0;
}

.mms__page_section .info .image-mms {
    height: 100%;
    background: #e9e9e9;
}

.mms__page_section .info .image-mms img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 100%;
}

.mms__page_section .info #triangle-bottomleft {
    border-right: 40px solid #eceff6;
}

/* mms detail end */

table tr.filters th {
    padding: 8px !important;
}

.words____count {
    background: none;
    border: none;
    font-size: 14px;
    padding: 0;
    font-weight: 300;
}

.modal .default_card {
}

.modal .default_card .cc-title {
    font-size: 15px;
}

.modal .default_card h1 {
    margin-top: 10px;
    font-size: 22px;
}

.modal .default_card h1 span {
    font-size: 16px;
    font-weight: 300;
    color: #898993;
}

.delete-modal-content {
    text-align: center;
}

.delete-modal-content i {
    color: red;
    font-size: 90px !important;
}

.delete-modal-content .dmc_text {
    font-size: 20px;
    color: #000;
}

/* toggle button with red and green color */
/* Styling the toggle button */
.toggle__button {
    display: none;
}

/* Label styles (toggle visual) */
.toggle__label {
    display: inline-block;
    width: 60px;
    height: 30px;
    background-color: #ec6468; /* Default state (off) */
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

/* Circle inside the toggle */
.toggle__label::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: white;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    transition: transform 0.3s ease;
}

/* When checkbox is checked (on state) */
.toggle__button:checked + .toggle__label {
    background-color: #6dc065;
}

.toggle__button:checked + .toggle__label::after {
    transform: translateX(30px); /* Move the circle to the right */
}

/* toggle button with red and green color */
@media only screen and (max-height: 630px) {
    .loginscreen.middle-box {
        padding-top: 0;
    }

    .logo-name {
        margin: 0;
    }

}

@media only screen and (max-width: 992px) {
    .wizard > .steps > ul > li {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {


    .ccm-tooltip .tooltiptext {
        width: 150px;
        top: -145px;
    }

    /*.ibox-content {*/
    /*    padding: 15px 0px !important;*/
    /*}*/
    .p-plans .plan-card {
        width: 100%;
    }

    .pagination {
        gap: 0;
    }

    .page-item .page-link {
        padding: 2px 9px !important;
    }

    div.dataTables_wrapper div.dataTables_info {
        padding-left: 20px !important;
    }

}

.top-bar {
    padding: 12px 25px;
    background: linear-gradient(38.55deg, #024191 33.92%, #0264C3 88.18%);
}

.custom-login-page {
    /*width: 100% !important;*/
    /*max-width: 75%;*/
    margin: 40px auto;
    box-shadow: 0px 4px 139.9px 0px rgba(182, 187, 208, 1);
    padding: unset;
    background-color: #eff3ff;
    display: flex;
    height: fit-content;
    overflow-y: hidden;
}

.custom-login-page .form-leftside {
    height: 70vh;
    width: 100%;
}

.custom-login-page .form-leftside img {
    width: 100%;
}

.custom-login-page .form-right-side {
    padding: 60px 60px 20px 60px;
    width: 100% !important;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
}

.custom-login-page .form-right-side .login-logo {
    margin-bottom: 20px;
}

.custom-login-page .main-heading {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.9);
    margin: 20px 0px;
}

.custom-login-page .form-group {
    margin-bottom: 30px !important;
}

.custom-login-page .forgot-wraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.custom-login-page .showpassword-wraper {
    display: flex;
    column-gap: 12px;
    align-items: center;
}

.custom-login-page .forgot-wraper a {
    color: rgba(1, 120, 212, 1);
    font-size: 12px;
    font-weight: 400;
    transition: 0.3s linear;
}

.custom-login-page .forgot-wraper a:hover {
    opacity: 0.7;
}

.custom-login-page .forgot_link {
    color: rgba(1, 120, 212, 1) !important;
    font-size: 14px;
    font-weight: 400;
}

.custom-login-page .forgot_link:hover {
    text-decoration: underline !important;
}

.custom-login-page .form-right-side .forgot-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.custom-login-page .form-right-side .reset_forgot h2 {
    margin-bottom: 40px;
}

.custom-login-page .form-right-side .reset_forgot .btn-primary {
    margin-top: 30px;
    border: 1px solid transparent;
}

/*.custom-login-page .form-right-side .reset_forgot .input_icon .i__con i{*/
/*    */
/*}*/
.input_icon {
    position: relative;
    width: 100%;
}

.input_icon input {
    width: 100%;
    padding-right: 40px; /* leave space for the eye icon */
    box-sizing: border-box;
}

.input_icon .i__con {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #555;
}

.fail_attempt {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 12px 16px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.fail_attempt i {
    cursor: pointer;
    font-size: 18px;
}

.custom-login-page .form-right-side .reset_forgot .input_icon input:focus-visible {
    outline: none;
}

.custom-login-page .form-right-side .forgot-content .btn-primary {
    width: 100%;
    border: none;
}

.custom-login-page .form-right-side .forgot-content .btn_mar {
    /*margin-top: 75px;*/
}

.custom-login-page .form-right-side .forgot-content h2 {
    color: rgba(0, 0, 0, 0.9);
    font-weight: 600;
    font-size: 26px;
    margin: 0;
}

.custom-login-page .form-right-side .forgot-content p {
    font-size: 14px;
    color: rgba(32, 31, 30, 1);
    font-weight: 400;
}

.custom-login-page .form-right-side .forgot-content label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

.custom-login-page .form-right-side .otp-forgot-content {
    align-items: center;
    text-align: center;
}

.custom-login-page .form-right-side .otp-forgot-content .span_otp {
    color: rgba(0, 0, 0, 0.8);
    font-size: 13px;
}

.custom-login-page .form-right-side .verify__btn .btn-primary {
    border: 1px solid transparent;
    margin-top: 30px;
    background-color: rgba(9, 104, 255, 1);
}

.custom-login-page .form-right-side .otp-forgot-content .resend__section {
    margin-top: 25px;

}

.custom-login-page .form-right-side .otp-forgot-content .resend__btn {
    background-color: transparent;
    border: none;
    color: rgba(1, 120, 212, 1);
    font-size: 13px;
}

.custom-login-page .form-right-side .otp-forgot-content p {
    margin-bottom: 40px;
}

.custom-login-page .form-right-side .forgot-content .otp__input {
    display: flex;
    gap: 40px;
}

.custom-login-page .form-right-side .forgot-content .otp__input input {
    width: 50px;
    padding: 14px 10px;
    text-align: center;
    font-size: 15px;
}

.custom-login-page .fail_attempt {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    background-color: rgba(245, 135, 145, 0.2);
}

.custom-login-page .fail_attempt i {
    font-size: 18px !important;
}

.custom-login-page .fail_attempt_succes {
    background-color: rgba(95, 210, 85, 0.2);
}

.custom-login-page .fail_attempt_succes .fa-check-circle-o {
    color: rgba(16, 124, 16, 1);
}

.fail_icon_text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-login-page .fail_attempt .fail-attempt-text {
    font-size: 15px;
    color: rgba(32, 31, 30, 1);
    font-weight: 400;
}

.custom-login-page .form-right-side .forgot-content .otp__input input:focus-visible {
    outline: none;
}

.custom-login-page .showpassword-wraper span {
    color: rgb(32, 31, 30, 1);
    font-size: 12px;
    font-weight: 400;
}

.custom-login-page .btn-wraper {
    display: flex;
    justify-content: flex-end;
    column-gap: 22px;
}

.custom-login-page .btn-wraper .back-btn {
    padding: 10px 33px;
    border: 1px solid rgba(9, 104, 255, 1);
    color: rgba(9, 104, 255, 1);
    background-color: transparent;
    font-size: 13px;
    font-weight: 500;
    transition: 0.3s linear;
}

.custom-login-page .btn-wraper .next-btn {
    padding: 10px 33px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(9, 104, 255, 1);
    border: 1px transparent;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s linear;
}

.custom-login-page .btn-wraper .next-btn:hover {
    opacity: 0.7;
}

.custom-login-page .all-right-reserved {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}

.custom-login-page .all-right-reserved .rights-links {
    display: flex;
    column-gap: 15px;
}

.custom-login-page .all-right-reserved p {
    color: rgba(132, 132, 132, 1) !important;
    font-size: 10px !important;
    margin: 0 !important;
}

.custom-login-page .all-right-reserved .rights-links a {
    color: rgba(57, 57, 57, 1) !important;
    font-size: 12px;
    font-weight: 500;
    transition: 0.3s linear;
}

.custom-login-page .all-right-reserved .rights-links a:hover {
    opacity: 0.7;
}


.custom-login-page .form-group label {
    font-size: 14px;
    font-weight: 300;
    color: #000;
}

/*m styling*/
.m--custom--select {
    position: relative;
}

.m--custom--select img {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

/*m styling*/
@media (max-width: 1300px) {
    .custom-login-page .form-right-side {
        padding: 30px 30px 10px 30px;
    }

    .custom-login-page .main-heading {
        margin: 10px 0;
        font-size: 16px;
    }

}


@media (max-width: 998px) {
    .notification_dropdown .custom_dropdown {
    }

}

@media (max-width: 768px) {
    .d-desktop {
        display: none !important;
    }

    .d-mobile {
        display: block !important;
    }

    .modal .modal-dialog {
        /*width: 900px;*/
    }

    .form-label {
        margin-bottom: 2px;
        font-size: 13px;
    }

    .custom-login-page .form-group {
        margin-bottom: 15px !important;
    }

    /* login page */
    .custom-login-page {
        margin: 0;
        display: block;
    }

    .custom-login-page .form-leftside {
        width: 100%;
        height: fit-content;
    }

    .custom-login-page .login-logo {
        text-align: center;
    }

    .custom-login-page .main-heading {
        margin-top: 0;
        font-size: 19px;
    }

    .custom-login-page .form-right-side {
        padding: 20px;
    }

    .custom-login-page .all-right-reserved {
        margin-top: 20px;
    }

    .custom-login-page .form-group button {
        width: 100%;
    }

    /* header */
    .top-navbar-custom #edialer img {
        width: 100px;
    }

    .navbar-top-links li a {
        padding: 8px 5px;
    }

    .custom_main_menu .navbar-nav {
        width: 100%;
    }

    .custom_main_menu .navbar-collapse {
        /*display: none;*/
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        padding: 10px;
        overflow-y: scroll;
    }

    .custom_main_menu .navbar-nav > li > a {
        border-bottom: 1px solid #B0BBD54D;
    }

    .custom_main_menu .navbar-nav .dropdown-toggle::after {
        position: absolute;
        right: 10px;
        top: 23px;
    }

    .custom_main_menu .navbar-nav > li > a:hover, .custom_main_menu .navbar-nav > li.active > a {
        background: #F6F8FF;
    }

    .mobile-menu-items {
    }

    .mobile-menu-items .hide-menu {
        text-align: right;
        margin-bottom: 10px;
    }

    .mobile-menu-items .m-user-info {
    }

    .mobile-menu-items .m-user-info #my_account_menu {
        font-size: 16px;
        padding: 15px;
        display: block;
        position: relative;
        border-bottom: 1px solid #B0BBD54D;
        font-weight: 600;
    }

    .mobile-menu-items .m-user-info .dropdown-toggle::after {
        position: absolute;
        right: 16px;
        top: 24px;
    }

    .mobile-menu-items .m_user_ddown {
        position: inherit;
    }

    .notification_dropdown .custom_dropdown {
        width: 300px !important;
    }

    .notification_dropdown .custom_dropdown li {
        padding: 0;
    }

    .count-info .label {
        right: 0px;
        top: 5px;
    }

    .navbar .dropdown-menu {
        width: 100%;
        box-shadow: none;
        border-bottom: 1px solid #B0BBD54D;
    }

    .custom_main_menu ul.custom_dropdown li a {
        padding-left: 25px !important;
    }

    .custom_main_menu .dropdown-menu > .active > a {
        color: #0178D4 !important;
        background: transparent !important;
    }

    .info-section {
        padding: 25px 10px 10px 10px;
    }

    .profile-info-section .info-card .title {
        width: 50%;
    }

    .info-section .info-card .title {
        font-size: 14px;
    }

    .info-section .info-card .info {
        font-size: 16px;
    }

    .default_card h1 {
        font-size: 20px !important;
    }

    .page-title-section {
        margin-bottom: 10px;
    }

    /* page banner */
    .page-banner {
        transform: scale(1.1);
    }

    .page-banner .custom-breadcrumb {
        bottom: -24px;
        left: 20px;
    }

    .page-banner .custom-breadcrumb h2 {
        font-size: 16px;
        font-weight: 700;
    }

    .page-banner .custom-breadcrumb ol.breadcrumb li a {
        color: #000 !important;
    }

    .page-banner .custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #000 !important;
    }

    .page-banner .custom-breadcrumb ol.breadcrumb li {
        font-size: 12px;
        color: #000;
    }

    /* page styling  */
    .wrapper-content .page-inner-content {
        padding: 40px 0;
    }

    .page-title {
        font-size: 17px !important;
    }

    .default_card {
        padding: 15px;
    }

    .page-inner-content .custom_tabs ul {
        gap: 0;
        margin-bottom: 25px;
    }

    .page-inner-content .custom_tabs ul li a {
        font-size: 14px;
        padding: 10px 12px;
    }

    .page-inner-content .custom_tabs .panel-body .company-name {
        font-size: 17px !important;
    }

    .dpie__chart {
        margin-top: 12px;
    }

    .default_card .cc-title {
        font-size: 16px;
    }

    .wrapper-content {
        padding: 0 !important;
    }

    .btn-primary {
        padding: 5px 15px;
        font-size: 12px;
        border: 1px solid transparent;
    }

    table th,
    table td {
        font-size: 13px;
    }

    .page-item .page-link {
        font-size: 12px;
    }

    .form-select, .form-control, .single-line, input, textarea {
        padding: 8px;
        font-size: 13px;
    }

    .form-group {
        margin-bottom: 15px;
    }

    #qrCodeModal .modal-body {
        flex-direction: column;
        gap: 10px;
        font-size: 17px;
        align-items: center;
        padding: 20px;
    }

    .fa {
        font-size: 13px !important;
    }

    .actions-column {
        gap: 10px !important;
    }

    .summary_card .title {
        font-size: 17px;
    }

    .wizard > .steps > ul > li {
        width: fit-content !important;
    }

    .wizard > .steps a {
        padding: 10px 8px !important;
        font-size: 12px !important;
    }

    .wizard > .steps .number {
        font-size: 13px !important;
    }

    .select2-container--default .select2-selection--single {
        height: 42px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 6px;
        font-size: 13px !important;
    }

    textarea:not(.select2-search__field) {
        font-size: 13px;
    }

    .mobile-scroll-x {
        overflow-x: scroll;
    }

    .info-section {
        margin-bottom: 10px;
    }

    .cam_detail, .cam_detail h4 {
        font-size: 13px;
    }

    .form-switch .form-check-input {
        width: 3em;
        height: 1em;
    }
}