.btn:focus {
  outline: none!important;
}

.btn-primary-theme{
    background: #d3e3fd!important;
    color: #fff;
  }
  
  .btn-primary-theme:hover{
    background: #d3e3fd;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
    cursor: pointer;
    color: #fff;
  }

  .addCompanyContainer .form-control {
    border: 1px solid #ebebeb!important;
      box-shadow: inset 1px 1px rgba(0,0,0,.03)!important;
  }
  
  .select2-container .select2-selection--single {
    border: none!important;
    /* box-shadow: inset 1px 1px rgba(0,0,0,.03)!important; */
  }

  .btn-default-theme{
    background-color: #e0e1e2!important;
  }

  .btn-default-theme:hover{
    background-color: #e9ecef!important;
  }
  
  
  
  .moduleDropdownMenu {
      min-width: 28rem !important;
    }
  
    .userDropdownMenu {
      min-width: 11rem !important;
    }
  
    .moduleDropdownMenu .dropdown-item:hover {
      color: #16181b;
      text-decoration: none;
      background-color: rgb(232, 240, 254);
      border: none;
      border-radius: 8px !important;
      z-index: 1;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 1px 2px rgba(0, 0, 0, 0.23);
    }
  
    .languageDropdownMenu {
      min-width: 9rem !important;
    }
  
    .main-header .navbar-nav .nav-item {
      font-size: 1.2rem !important;
    }
  
    .navbar-light .navbar-nav .nav-link {
      color: #5f6368 !important;
    }
  
    .sidebar{
      font: -webkit-small-control!important;
    }

    .sidebar nav  .nav-item {
   margin-bottom : 0.2rem!important;
      }
    

      .moduleDropdownContent a.active{
        border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  background: #d3e3fd69;
  box-shadow: rgba(0, 0, 0, 0.014) 0px 1px 4px;
      }
  
    .sidebar nav .nav-link.active{
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  background: #d3e3fd;
    }
  
    .sidebar nav .nav-link:hover{
      border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
  
    .sidebar nav .nav-treeview .nav-item .nav-link.active{
    background: rgba(0,0,0,.1)!important;
    }
  
    .languageDropdownMenu .dropdown-item.active{
      background: rgba(0,0,0,.1)!important;
      color: #484c50;
    }
  
    nav.main-header li:hover{
      box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
      background: rgba(0,0,0,.1)!important;
      border-radius: 5px;
    }
  
    .content-header{
      padding: 0!important;
    
    }
  
    .content{
      padding: 0!important;
    }
   
    .dropdown-item-image-container{
      height: 50px!important;
      width: 50px!important;
      
     
    }
  
    .dropdown-item-image-container img{
      height: 100%!important;
      width: 100%!important;
      padding: 3px;
      object-fit :fill;
      border-radius: 0.5rem!important;
    }
  
    table.dataTable>thead .sorting:after,
    table.dataTable>thead .sorting_asc:after,
    table.dataTable>thead .sorting_desc:after,
    table.dataTable>thead .sorting_asc_disabled:after,
    table.dataTable>thead .sorting_desc_disabled:after {
      display: none !important;
    }
  
    table.dataTable>thead .sorting:before,
    table.dataTable>thead .sorting_asc:before,
    table.dataTable>thead .sorting_desc:before,
    table.dataTable>thead .sorting_asc_disabled:before,
    table.dataTable>thead .sorting_desc_disabled:before {
      display: none !important;
    }



    /* filter dropdown */
    .filterDropdownModal .select2-selection--single{
background-color: #fff!important;
    }
    /* ends here */



.addFormBordertop ~ .addFormBordertop{
  border-top : 1px solid #f5f5f5;
  padding : 1.5rem 0rem!important
}


.moduelTxtCont span{
font-size: 0.8rem!important;
text-align: center!important;
display: flex;
padding: 0.3rem 0.5rem!important;
}




/*  */

.datepicker-orient-left{
  top : 290px!important;
}

.datepicker-orient-left .datepicker-picker{
padding: 0.6rem!important;
}

/*  */

.modalZindex{
z-index: 999999!important;

}

/* .moduelTxtCont{
  font-size: 1rem!important;
} */

.moduleDropdownContainer{
  width: 30rem;
}

@media only screen and (max-width: 700px) {
.moduleDropdownContent{
display: grid!important;
    grid-template-columns: repeat(2, 1fr)!important;


}


.moduleDropdownContainer{
  width: 19rem!important;
  right: -4.5rem!important;
  margin: 20px auto!important;
  
}

.moduleDropdownContent{
  padding: 10px!important;
}

.moduleDropdownContent a img{
  height: 1.9rem!important;
  width: 1.9rem!important;
}
.moduelTxtCont span{
  font-size: 0.8rem!important;}

  }

    /* Portrait */
  @media only screen 
  and (max-width: 569px) {
    .moduleDropdownMenu {
      min-width: 16rem !important;
      right: -4.2px!important;
    }
  
    .dropdown-item p{
  font-size: 0.9rem;
    }
  
    .dropdown-item-image-container{
      height: 35px!important;
      width: 35px!important;
    }
  
    .dropdown-item-image-container img{
      height: 100%!important;
      width: 100%!important;
    }

   
  }

  /*edit user , manage user permsissions  */
   
  
  .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: 1.5rem!important;
    width: 1.5rem!important;
    background-color: transparent;
    border: 1px solid #6b7280;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
    margin-bottom : 0!important
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #1d4ed8;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #1d4ed8;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 0.5);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }
  /* ends here */
  

/* this is a common styling which applies on every single page */

/* select styling for whole page */
.select2-selection--single{
  height: 3.4rem!important;
  background-color: #f3f4f6!important;
}

.select2-selection__rendered{
  font-size: 0.875rem/* 14px */;
  padding-left: 0!important;
  position: relative;
    top: 15px;
}

.select2-selection__arrow{
  top: 10px!important;
  right: 5px!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #cccccc;
  border-radius : 4px!important;
}
/* ends here */



  .mainSection{
    padding-left: calc(var(--nav-width) + 0.5rem)!important;
    padding-top: 0.5rem!important;
    padding-right: 0.5rem!important;
    padding-bottom: 0.5rem!important;
    min-height: 100vh;
  }

  :root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: #4723D9;
    --first-color-light: #AFA5D9;
    --white-color: #F7F6FB;
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}





@media screen and (max-width: 767px) {
  .mainSection{
    padding: 8px 8px 8px 8px!important;
  }
}


.search-bar {
background-color: #f6f6f6; /* Light greyish color */
}

.search-bar:focus {
background-color: #ffffff; /* White background on focus */
border-color: #4299e1; /* Blue outline on focus */
}


.table-striped tbody tr:nth-of-type(odd) {
background-color: #fcfcfc;
}

.mainSection h4.font-normal{
  font-size : 1.10rem!important;
}


.table-striped tbody tr:nth-of-type(even):hover {
 z-index : 99!important;
  }


  /* ends here */

  .multiselectBox ul.select2-selection__rendered{
    position: absolute!important;
    top: 0px!important;
    display: flex!important;
      }

      .multiselectBox  .select2-container--default.select2-container--focus .select2-selection--multiple {
        outline: 2px solid rgb(59 130 246)!important;
        border: none;
        height: 2.6rem!important;
      }

      .multiselectBox .select2-container--default .select2-selection--multiple .select2-selection__choice{
        background: #c7def8!important;
        color: #16181b;
        border: none!important;
        padding : 4px 7px!important;
        height: 100%;
        margin-top: 13px!important;
        position: relative;
    left: 5px

      
      }

      .multiselectBox .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
        color: #16181b!important;
        border : none;
        /* padding : 7px!important; */
        position: relative;
      }

      
      .multiselectBox .select2-container--default .select2-selection--multiple   {
      
        height: 2.8rem!important;
        background: #f3f4f6!important;
        border: none!important;
        border-top-right-radius: 0!important;
        border-bottom-right-radius: 0!important;
      }

      .dropdownWithModalBtn .select2-container--default .select2-selection--single{
border-top-right-radius: 0px!important;
border-bottom-right-radius: 0px!important;
      }
      


      .select2-dropdown{
        z-index: 9999999!important;
      }


    .modalContent .select2{
        width: 100%!important;
      }


      .modalContent .select2-container--default .select2-selection--single .select2-selection__rendered{
font-size: 0.78rem!important;
      }

      