@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
overflow-x: hidden;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%;
font-family: 'Montserrat';
background:#f8f8f8;
display: flex;
height: 100vh;
overflow: hidden;
}

/*sidebar*/
.sidebar {
background-color: #fff;
color: white;
transition: width 0.3s ease;
overflow: hidden;
box-shadow: 0 0 15px 0 rgba(0, 0, 0, .05);
padding: 5px;
transition: width 0.3s ease;
z-index:9;
max-width: 100%;
overflow-y: auto;
}

.sidebar.uncollapsed{
    min-width: 260px;
    max-width: 260px;
}

.fixed-header{
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 4;
}
.btn-size-toggle{
font-size: 20px;
color: #fff;
} 
/*nav-icon-start*/
.sidebar.collapsed ~ .content .fixed-header > .header-inner {
padding-left: 75px;
transition: 0.3s;
}

.sidebar:not(.collapsed) ~ .content .fixed-header > .header-inner {
padding-left: 275px; 
transition: 0.3s; 
}
.sidebar.collapsed:hover ~ .content .fixed-header > .header-inner {
padding-left: 275px; 
transition: 0.3s; 
}
/*nav-icon-end*/
.sidebar.collapsed:hover {
width:260px;  
}
.sidebar.collapsed:hover ul li a span{
display: block;	
} 
.sidebar.collapsed:hover ul li.according-style .accordion-button span {
display: block; 
}
.sidebar.collapsed:hover img {
visibility: visible; 
}
.sidebar.collapsed:hover .inner-dropdown-style{
display: block;
}
.sidebar.collapsed:hover ul li.according-style .accordion-button::after {
display: block;
}
.sidebar.collapsed ul li a span {
display: none; 
}
.sidebar.collapsed .inner-dropdown-style{
display: none;
}
.sidebar.collapsed ul li.according-style .accordion-button span {
display: none; 
}
.sidebar.collapsed ul li.according-style .accordion-button::after {
display: none;
}
.sidebar.collapsed img {
visibility: hidden; 
}
.sidebar.collapsed {
width: 60px;
padding: 0px 12px; 
}
.sidebar ul {
padding: 0;
margin: 0;
list-style: none;
}
.sidebar ul li {
/*border-bottom: 1px solid #495057;*/
display: flex;
align-items: center;
margin-bottom: 5px;
}
.side-nave-style li a {
color: #565656;
text-decoration: none;
display: flex;
align-items: center;
gap: 10px;
padding:8px 10px;
font-size: 14px;
font-weight: 500;
}
.side-nave-style li a:hover {
color: #ffffff !important;
background-color: #7367f0 !important;
width: 100%;
padding:8px 10px;
border-radius: 3px;
}

.side-nave-style li a.active {
color: #ffffff;
background-color: #7367f0;
width: 100%;
border-radius: 3px;
padding:8px 12px;
}
.inner-dropdown-style li a:hover{
background-color: transparent;
color: #565656;
}

.common-padding-style{
padding: 15px 20px;
margin-bottom: 50px;
margin-top: 60px;
}
.content {
flex-grow: 1;
overflow: auto;
}
.header-inner {
background-color: #7367f0;
color: white;
padding: 10px 20px;
}
.toggle-btn {
cursor: pointer;
}
/*end*/
.logo-size-only{
width: 120px;
margin-bottom: 10px;
padding: 4px 10px 10px 0px;
}

.logout-btn-style{
background: transparent;
border: unset; 
font-size:15px;
padding: 0;
}
.logout-btn-style:hover{
background: transparent;
border: unset; 
}
.btn-check:focus+.btn-secondary, .btn-secondary:focus{
box-shadow: unset;
background-color: unset;
border-color: unset; 
}
:focus-visible {
outline:unset;
}
.btn-check:active+.btn-secondary:focus, .btn-check:checked+.btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show>.btn-secondary.dropdown-toggle:focus {
box-shadow: unset;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
background-color: unset;  
}
.dropdown .new-dropdown-style.dropdown-menu.dropdown-menu-right:before {
right: .6rem;
left: auto;
}
.dropdown .new-dropdown-style.dropdown-menu:before {
content: "";
position: absolute;
top: -1px;
right: 5px;
width: .75rem;
height: .75rem;
display: block;
background: #fff;
transform: rotate(45deg) translate(-7px);
border-top: 1px solid rgba(0, 0, 0, .1);
border-left: 1px solid rgba(0, 0, 0, .1);
z-index: 10;
box-sizing: border-box;
}
.new-dropdown-style li a{
color: #565656;
font-size:15px;
font-weight: 500;
}
.new-dropdown-style{
box-shadow: 0 5px 25px rgba(0, 0, 0, .1);
border:transparent; 
transform: translate(0px, 50px) !important; 
}
.accordion-custom-style{
padding: 0;
box-shadow: unset;
color: #565656;
gap: 10px;
font-size: 14px;
font-weight: 500;
}
.accordion-button:focus {
z-index: 3;
border-color: unset;
outline: 0;
box-shadow: unset;
}
.accordion-button{
background-color: unset;
}
.accordion-button:not(.collapsed) {
background-color: unset;
box-shadow: unset;
color: #565656;
gap: 10px;
}

.according-style{
display:block !important;
padding: 8px 10px;
}
.inner-dropdown-style{
margin-top: 10px !important; 
}
.inner-dropdown-style li a{
color: #565656; 
font-size:14px;
}
.inner-dropdown-style li{
padding:0px 5px 0px 10px !important;
margin-bottom:0px !important;
}
.according-custom-style{
padding: 0px;
}
.accordion-item-custom{
background:unset; 
}
.profile-img-size{
width: 40px;
height: 40px;
border-radius: 50px;
overflow: hidden;
object-fit: contain;
object-position: top;
}
.available-style{
font-size:12px;
color:#fff;
margin-bottom: 0px;
}
.header-common{
font-weight: 500;
color: #636363;
}
/*login-style*/
.custom-card-main{
margin-bottom:15px;
border: none;
border-radius: .5rem;
box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .1);
background-color:#fff;
padding:15px 25px 25px;	
}
.breadcrumb{
margin-bottom:15px;	
}
.breadcrumb-item a{
color: rgb(115 103 240);
text-decoration: underline;
}
.label-custom-text{
color: #565656;
font-size: 14px;
font-weight: 500;
margin-bottom: 2px;	
}
.form-control:focus {
border-color: #86b7fe;
outline: 0;
box-shadow: unset;
}
.common-th-style th{
color:#131212;
font-size: 14px;
font-weight: 500;	
}
.common-td-style td{
color: #626262;
font-size: 13px;
font-weight: 500;	
}
div.dataTables_wrapper div.dataTables_length label{
font-size: 14px;
font-weight: 500;	
}
div.dataTables_wrapper div.dataTables_filter label{
font-size: 14px;
font-weight: 500;	
}
.custom-input-text{
font-size: 15px;	
}
.active>.page-link, .page-link.active{
background-color:#7367f0;
border: 1px solid #7367f0;	
}
.page-link{
color: #868c93;
font-size: 15px;	
}
.footer-text{
color: #626262;
font-size:15px;
margin-bottom:0;	
}
footer{
background: #fff;
box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .15);
padding:13px 24px;
position: fixed;
bottom: 0;
width: 100%;
z-index:4;
}
.footer-cares-stye{
text-decoration: unset;
}
.btnaddnew{
border-color: #4839eb !important;
background-color: #7367f0 !important;
color: #fff;
font-size: 14px;
border: unset;
padding:8px 16px;
}
.btncancel{
border-color: #ea5455!important;
background-color: #ea5455!important;
color: #fff;
font-size: 14px;
border: unset;
padding:8px 16px;
}
.custom-bedge{
background-color: #7367f0 !important;
border-color: #4839eb !important;
color: #fff;
padding: 6px 12px;
font-size: 13px;
font-weight: 400;
margin-bottom:5px;
}
.bedge-anchor{
font-size: 12px !important;
color: #fff;
}
.eye-icon-style{
font-size:20px !important;
color: #7367f0;	
}
.edit-icon-style{
font-size:20px !important;
color: #7367f0;		
}
.delet-icon-style{
font-size:20px !important;
color: #ea5455;		
}

.download-icon-style{
    font-size:20px !important;
    color: green;	
}

.icon_style{
    font-size:20px !important;
    color: #7367f0;
}
.a_tag{
    text-decoration: none;
}
.sms-text-head{
color: white;
font-size: 15px;
font-weight: 400;	
}
.custom-header-modal{
background-color: #7367f0;	
}
.close-modalbtn-style{
filter: brightness(0) invert(1);
opacity: 0.9;	
}
.mobile-view-design {
    display: grid;
    place-content: center;
    margin-bottom: 0;
    padding: 50px 30px 30px 30px;
    overflow: hidden;
    height: 400px;
    background-size: 100%;
    background-repeat: no-repeat;
    /* background: url('../img/mobile-frame-new.png'); */
    background-size: cover;
    word-break: break-all;
    font-size: 14px;
    background-repeat: no-repeat;
}
.view-temp {
    /* width: 370px; */
    background: #eeeeee;
    padding: 15px;
    border-radius: 10px;
    height: auto;
    color: #000;
}
.footer-section-modal {
padding: 15px 20px;
}
.form-select:focus{
box-shadow: unset;	
}

.dataTable tbody td, .dataTable thead th {
    font-size: 14px;
    font-weight: 450;
}
.required:after {
    content:" *" !important;
    color: red !important;
}
.d-flex1{
    display: flex;
}
.primary {
    color: #7367f0 !important;
}
.mr-rgt{
    margin-right: 10px;
}

.box-crm-style {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin-top: 21px;
    height: 285px;
    overflow: auto;
    overflow-x: hidden;
}

.no-bullets li {
    padding: 5px 10px;
    background-color: #7367f0;
    color: #fff;
    /* max-width: 150px; */
    margin: 2px;
    border-radius: 10px;
    display: inline-block;
    font-size: 11px;
}
.note-editable{
    height:180px !important;
}



.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 5px 10px;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin: 2px 5px;
    padding: 2px 10px;
    border-radius: 4px;
    background-color: #008cff;
    color: #fff;
}

.searchdiv {
    margin-top: 20px;
    margin-left: -5px;
    width: 40px !important;
    height: 35px !important;
}
 div.dataTables_wrapper div.dataTables_length select {
        width: 70px !important;
        display: inline-block;
        border-radius: 9px;
        padding-left: 15px;
        padding-right: 10px;
        margin-top: 10px;
        margin-bottom: 0px;
        margin-left: 3px !important;
    }

    .select2-selection__rendered>.select2-selection__choice {
        background-color: #008cff !important;
        border-color: #008cff !important;
        color: #fff !important;
        padding: 0px 10px !important;
        border: unset !important;
        line-height: 28px;
        font-size: 13px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: #008cff !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        background-color: transparent;
        border: none;
        border-right: unset !important;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        color: #f3f3f3 !important;
        cursor: pointer;
        font-size: 1em;
        font-weight: bold;
        padding: 0 4px;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 4px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
        padding-left: 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        vertical-align: middle;
        margin-top: 0;
    }

    .select2-container--default .select2-selection--multiple {
        padding-bottom: 0;
    }
    label.error{
        color:red;
        font-size: 14px;
    }
    

    :root {
        --primary_color: #7367f0;
      }

    .primary_color{
        background-color :var(--primary_color);
        color:#fff;
    }

    .new_primary,.new_primary:hover,.new_primay:active{ /*theme color for buttons*/
        background-color:#7367f0;
        color:#fff;
        border-color:#7367f0;
    }
    .txt_new_primary{ /*theme color for text*/
        color:#7367f0;
       
    }
    .select2-dropdown { /* for modal select2*/
        z-index:99999 !important;
    } 
    .select2-selection__rendered>.select2-selection__choice{ /*select2 option theme color*/
        background-color:#7367f0 !important;
    }  


    

    /* scroll bar */

    /* Customize the vertical scrollbar */
    .sidebar::-webkit-scrollbar {
        width: 2px; /* Set the width of the vertical scrollbar */
    }
    
    /* Customize the thumb (the draggable part of the scrollbar) */
    .sidebar::-webkit-scrollbar-thumb {
        background: var(--primary_color); /* Dark grey thumb color */
        border-radius: 4px; /* Rounded corners for the thumb */
        height: 30%;
    }

    .access_checkbox{
        border-color: cadetblue;
        cursor: pointer;
    }

    .bold{
        font-weight: bold;
    }
    
    .select2-selection__arrow{
        top:6px !important;
    }
    .modal-550{
        --bs-modal-width: 550px;
    }
    .modal-600{
        --bs-modal-width: 600px;
    }
    .modal-700{
        --bs-modal-width: 700px;
    }
    
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
        background-color: #7367f0 !important;
    }
    .width-100{
        width:100% !important;
    }
    .disp-none{
        display: none;
    }
    .swal2-confirm{
        background-color:#7367f0;
    }
    .cursor-pointer{
        cursor:pointer;
    }
    .minw-50{
        min-width: 50px;
    }

    .btnaddnew1{  /*data variables add button*/
        height: 28px;
        padding: 4px;
        width: 60px;
    }

    .char_color {
        float: right;
        color: #7367f0;
    }

    .close-btn2{
        color:white !important;
        text-decoration:none !important;
    }

    .margin-right-10px {
        margin-right: 10px;
      }
      .margin-top-n9px{
        margin-top: -9px !important;
      }
      .margin-top-9px{
        margin-top: 9px !important;
      }
      .margin-left-n11px{
        
      margin-left: -11px !important;
      }
      .margin-bottom-5px{
        margin-bottom: 5px !important;
      }
     
      .heigh-100vh{
        height:100vh;
      }
      .z-index-1050{
        z-index: 1050;
      }
      .script-file{
        word-wrap: break-word; overflow-wrap: break-word;
      }
      .margin-left-14px{
        margin-left: 14px;
      }
      .width-30px{
        width: 30px;
      }
      .t-24px{
        top: 24px;
      }

      .font-size-20px{
        font-size:20px;
      }

      .white{
        color:#fff
      }
      .no-border-bottom{
        border-bottom: none !important;
      }
      
    .cares_captcha_txt{
        font-size: 12px !important;
        border-radius: 20px !important;
        height: 35px!important;
    }

    .cares_captcha{
        border-radius: 20px !important;
        height: 35px!important;
    }

    .cares_captcha_refresh{
        font-size: 35px !important;
        color: #7367f0;
    }

    .cares_captcha_error{
        font-size: 13px;
    }

    .open_nav{
        font-size:20px;
        cursor:pointer;
        color:#fff;
    }

    .close_nav{
        border-bottom:none !important;
    }
    .no-click {
        pointer-events: none; /* Prevents clicking */
        opacity: 0.6; /* Makes it look disabled */
    }

    .dwn-margin{
        margin-left:40px !important;
    }