.m-0 {
  margin: 0 !important
}

.mt-0,
.my-0 {
  margin-top: 0 !important
}

.mr-0,
.mx-0 {
  margin-right: 0 !important
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1,
.my-1 {
  margin-top: .25rem !important
}

.mr-1,
.mx-1 {
  margin-right: .25rem !important
}

.mb-1,
.my-1 {
  margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2,
.my-2 {
  margin-top: .5rem !important
}

.mr-2,
.mx-2 {
  margin-right: .5rem !important
}

.mb-2,
.my-2 {
  margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3,
.my-3 {
  margin-top: 1rem !important
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5,
.my-5 {
  margin-top: 3rem !important
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0,
.py-0 {
  padding-top: 0 !important
}

.pr-0,
.px-0 {
  padding-right: 0 !important
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important
}

.pl-0,
.px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1,
.py-1 {
  padding-top: .25rem !important
}

.pr-1,
.px-1 {
  padding-right: .25rem !important
}

.pb-1,
.py-1 {
  padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2,
.py-2 {
  padding-top: .5rem !important
}

.pr-2,
.px-2 {
  padding-right: .5rem !important
}

.pb-2,
.py-2 {
  padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3,
.py-3 {
  padding-top: 1rem !important
}

.pr-3,
.px-3 {
  padding-right: 1rem !important
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5,
.py-5 {
  padding-top: 3rem !important
}

.pr-5,
.px-5 {
  padding-right: 3rem !important
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
  padding-left: 3rem !important
}



.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger-error {
  color: red;
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}


.form-cont .email-set .email-dropdown-dev {
    position: absolute;
    right: 10px;
   
  }
  
  .form-cont .email-set .email-dropdown-dev select{
    border: 1px solid 1px solid rgba(129, 129, 165, 0.2);
    border-radius: 5px;
    color: #8181A5;
  }
  .pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

  .custom-footer { border-top: #DCE0E3 solid 1px; padding-top: 20px; margin-left:-25px; margin-right:-25px; padding-left: 25px; padding-right: 25px;}



  /* Dropdown Button */
.dropbtn {
  cursor: pointer;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  right: 0px;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: rgb(239, 239, 239);}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.pic-holder input.newProfilePhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.gen-dropdown {
  /* position: absolute; */
  width: 50%;
  right: 10px;
  bottom: 10px;
}

.gen-dropdown select{
  border: 1px solid 1px solid rgba(129, 129, 165, 0.2);
  border-radius: 5px;
  color: #8181A5;
}

.gen-dropdown-big {
  /* position: absolute; */
  width: 50%;
  right: 10px;
  bottom: 10px;
}

.gen-dropdown-big select{
  border: 1px solid 1px solid rgba(129, 129, 165, 0.2);
  border-radius: 5px;
  width: 100%;
  height: 30px;
  color: #8181A5;
}

.custom_span{
  font-size: small;
  color: #AEAEAE;
  display: block;
}

.custome-modal--version2 label.error { font-size: 12px; color: red;  font-family: 'Lato', sans-serif !important; }

/* #ui-datepicker-div {

  background-color: white;
  width: 100px;
  
}
.ui-datepicker-header{
  border:1px #8181A5 ;
  border-style: solid solid none  solid;
}

#ui-datepicker-div .ui-icon, .ui-datepicker-title{
  padding-left: 10px;
}

.ui-datepicker-calendar{
  width: 200%;
  background: white;
  border:1px solid #8181A5 ;
} */

.popup-btn-dev {
  margin: 0 30px 0 30px;
}

.switch__typing_dev {
  width: 50%;
  height: 20px;
}

.data__pic_preview{
  display: none;
  width: 100%;
  height: auto;
  border-radius: 50%;
}


.upload_file{
  border: 1px dashed #5E81F4;
  padding: 10px;
}

.datepickers-container {z-index: 2000!important}

.sidebar-edit {position: fixed;  margin-right: -620px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 610px; padding: 36px 0px 0px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}
.sidebar-modal_matter {position: fixed;  margin-right: -620px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 610px; padding: 36px 0px 0px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}
.sidebar-edit_app {position: fixed;  margin-right: -620px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 610px; padding: 36px 0px 0px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}
.task_sidebar-edit {position: fixed;  margin-right: -620px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 610px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}
.sidebar-edit_workflow{position: fixed;  margin-right: -620px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 610px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}


/* for email template sidebar in management section */
.sidebar-modal_template {position: fixed;  margin-right: -720px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 710px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}
.sidebar-edit_template {position: fixed;  margin-right: -720px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 710px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}
/* end */


.pic-holder-dev {
  width: 94px;
  height: 94px;
  background: #5E81F419;
  border-radius: 50px;
  border: 1px solid #5E81F419;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1B51E5;
  font-size: 27px;
  margin-bottom: 33px;
}

.pic-holder-dev input#newProfilePhoto {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.client-img 
{
  width: 80px; 
  height: 80px; 
  background-color: #eef3fe; 
  border-radius: 50px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}

.customSearchWrap{
  position: relative;
}

.customSearchWrap .searchResults{
  position: absolute;
  top: 100%;
  width: 75%;
  white-space: nowrap;
  background: #fff;
  padding: 16px;
  border-radius: 5px;
  z-index: 10;
  overflow-y: auto;
  max-height: 250px;
  box-shadow: 3px 3px 10px rgba(0,0,0,0.1);
}

.form__col3 {
  /* padding: 0 16px; */
  flex: 0 0 33%;
}


.customSearchWrap .searchResults .searchItem{
  display: block;
  padding: 4px;
  cursor: pointer;
}

.customSearchWrap .searchResults .searchItem:hover{
  color: #0056b3;
  background: #dadaff;
}

.successNote{
  padding: 10px;
  text-align: center;
  display: none;
}

.successNote .innerSuccess{
  margin: 5px;
  background-color: #E0FFEE ;
}

.successNote .innerSuccess img{
  display: inline;
  margin-right: 4px;
}

.sidebar-edit {position: fixed;  margin-right: -620px; z-index: 101; bottom: 0px; overflow: hidden; background-color: #fff;  top: 0px; right: 0px; width: 610px; padding: 36px 0px 0px; box-shadow: 0px 0px 10px 1px #aaa5a5; transition: all 0.5s;}
.commentbox-containerEdit { padding: 0px 27px;}
.commentbox-containerEdit .reply { background-color: #fff; box-shadow: 0px 2px 5px;}
.commentbox-containerEdit { z-index: 888; transition: all 0.5s;}

#search-ic-aud{
  border: 1px solid #979797;
    border-radius: 6px;
    background: transparent;
    min-width: 285px;
}


div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-md-7]:last-child {
  padding-left: 0;
}

.dataTables_paginate  ul.pagination li:first-child{position: absolute; left: 15px; margin: 0px;}
.dataTables_paginate  ul.pagination li:last-child{position: absolute; right: 15px; margin: 0px;}
div.dataTables_wrapper div.dataTables_paginate ul.pagination { justify-content: center !important;}
.dataTables_paginate {
  margin-top: 15px !important;
}
.dataTables_paginate  ul.pagination li{margin: 0 5px;}

.dataTables_paginate  ul.pagination li a{    font-size: 12px; text-transform: uppercase;

  display: inline-flex;
  min-width: 36px;
  height: 36px;
  padding: 0 9px;
  background: #E9E9F1;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  color: #8181A5;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  vertical-align: middle;
}

.page-item.disabled .page-link {
  pointer-events: none;
  cursor: default;
  color: #b8b8d0;
  background: #E9E9F1;
}

.page-item.active .page-link {
  z-index: 3;
  background-color: none;
  border-width: 0px;
  border-color: none;
  background: #EFF2FE;
  color: #5E81F4;
}

.dataTables_paginate  ul.pagination li a:focus{
  box-shadow: none;
}

.dataTables_paginate  ul.pagination li.active{
  position: relative;
}

.dataTables_paginate  ul.pagination li.active:after{
  position: absolute;
  bottom: -24px;
  left: 0px;
  right: 0px;
  height: 1.5px;
  background-color: #5E81F4;
  content:"";
  
}

@media only screen and (max-width: 767px) {
  .commentbox-containerEdit {
    padding: 0px 0px;
  }
}

@media only screen and (max-width: 650px) {
    .sidebar-Edit {width: 90%;}
    .commentbox-containerEdit .content__reply { display: block;}
    .commentbox-containerEdit .reply__textarea{    padding: 13px 16px;
      height: 44px;
  }
  .scrollbarblock  {     height: calc(100% - 99px);}
  .commentbox-containerEdit .reply__actions {padding-top: 5px;}

}

.sidebargraybgEdit { background-color: #f7f7f9; padding-bottom: 100px !important;    overflow-y: auto;
  overflow-x: hidden; transition: all 0.5s; position: fixed; bottom: 0px; top: 0px; padding: 35px; width: 700px; z-index: 138; right: 0px; transform: translateX(700px);}
.sidebargraybgEdit h3 {color: #8181A5; font-weight: 700; font-size: 20px;}
.commentbox-containerEdit { z-index: 888; transition: all 0.5s;}
.commentbox-containerEdit.updatetask{    width:  1279px; z-index: 139; margin-left: 1px;
position: fixed;}

.savetextEdit { border: #5E81F4 solid 1px; border-radius: 8px; padding: 5px 12px; color: #5E81F4; font-size: 14px;  font-weight: bold; font-family: 'Lato', sans-serif !important;}
.savetextEditBlade { border: #5E81F4 solid 1px; border-radius: 8px; padding: 5px 12px; color: #5E81F4; font-size: 14px;  font-weight: bold; font-family: 'Lato', sans-serif !important;}
.autosize {
  resize: none;
  overflow: hidden;
  background-color: rgb(245, 245, 250);
  border: 1px solid rgb(141, 141, 141);
  padding: 5px;
  height: 111px;
  border-radius: 10px;
}

/* new css */
a.disabled {
  pointer-events: none;
  cursor: default;
  color: #b8b8d0;
}

table.dataTable.table-striped>tbody>tr.odd>* {
  box-shadow: none !important;
}

table.dataTable.table-striped td {
  padding:10px 14px !important;
}

.table-custom-block td a b{
  color: #1C1D21;
  font-size: 13px;
}

.dataTables_filter {
  display: none !important;
}

.btn-group .btn.activeGreen {
  background: #36D981 ;
  border-color:#36D981;
  color: white;
}

.btn-group .btn.activeYellow {
  background:#FFB100;
  border-color:#FFB100;
  color: white;
}



.switch .switch__input_custom:checked+.switch__input_custom {
  color: #8181A5; font-size: 13px;
}

.switch .switch__input_custom {
  color: #1C1D21;font-size: 13px;
}

.tasktable tr td{
  color: #8181A5 !important;
}

.tasktable tr td a{
  color: #5E81F4;
  font-weight: 400;
}

.custom_input{
  padding: 10px;
  width: 100%;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #D9D9EB;
  border-radius: 5px;
  opacity: 1;
}

.switch__input_custom_detail{
  padding-left: 5px;
  color: #8181A5;
  font-size: 13px;
}

.tasks__list_custom .yellow { border: #F4BE5E solid 1px; min-width: 76px; border-radius: 5px; font-size: 12px; font-weight: bold;}

.yellow {
  border-color: #F4BE5E !important;
}
.green {
  border-color: #36D981 !important;   
}

.btn_light_yellow:hover {
  background: #fbfcd2;
}
.btn_light_green:hover {
  background: #d8fdd7;
}


@media only screen and (max-width: 1199px) {
  
  .sidebargraybgEdit {width: 610px;         transform: translateX(624px);}

  .commentbox-containerEdit.updatetask {width: 610px;}
}

@media only screen and (max-width: 650px)
{
  .sidebargraybgEdit {
      width: 90%; padding: 15px; padding-bottom: 130px !important;
      transform: translateX(624px);
  }
  
  .commentbox-containerEdit.updatetask {
      width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-edit { padding-top: 15px;}
  
}

@media only screen and (max-width: 650px) {
  .sidebar-edit {width: 90%;}
 
}


.commonDateTimePicker{
  border-radius: 6px;
  height: 30px;
  padding: 10px;
  width: 125px;
}

.dateRangeCustom {
  width: 120px !important;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ECECF2;
  border-radius: 8px;
  padding: 5px 5px 5px 15px;
}
.panel__head.customPanelHead {
  justify-content: normal;
}
.rightMarginAuto{
  margin-right: auto;
}

@media only screen and (max-width: 1822px) {
  .customSection .panel__group.ml-3 {
    width: 100%;
    justify-content: normal;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
}

.time-box {
  min-width: 450px !important;
}
.time-box .time-details-client .time-details {
  margin: 0 12px 0 10px !important;
}
.time-box .time-details-client .time-details .time-set h2 {
  font-size: 18px !important;
  line-height: 1;
}
.time-box .time-details-client .time-details {
  padding: 5px 15px !important; 
}
.time-box .time-details-client .time-details .time-set {
  color: #C5C1C1 !important;
  font-weight: 900;
  text-align: center;
  padding: 5px 10px;
  /*padding-right: 10px;*/
  /*border-right: 1px solid;*/
  /*margin-top: -5px;
  margin-bottom: -5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 5px;*/
}
.time-box .time-details-client .time-details .name-set {
  color: #C5C1C1 !important;
}
.btn-up-down {
  top: 35px !important;
}
.la-angle-down {
  font-size: 20px !important;
}
.la-angle-up {
  font-size: 20px !important;
}
.main-show .customDayWeektime {
  flex-direction: column;
}
.main-show .customDayWeektime .btn-ob-box{
  margin-bottom: 10px;
}
.main-show .justify-content-between{
  align-items: self-start;
}
.main-show .time-details {
  width: 415px;
}
.btn-ob-box {
  margin-right: 10px !important;
}
.buttonNewClass {
  /*float: right;margin-right: 38px;*/
}
.main-show .buttonNewClass {
  margin-right: 11px;
  text-align: right;
}
.main-show .change-btn {
  background: #fff;
  color: #5E81F4;
  border-color: #5E81F4;
  border: 2px solid;
  font-weight: bold;
  margin-left: 10px;
  padding-right: 5px;
}
.customSection .rightMarginAuto {
  justify-content: normal !important;
}

.timePickerSection {
  width:100%; height: 35px;border: 1px solid #F0F0F3;border-radius: 5px;padding-left: 10px;
}

/*  Toggle Switch  */
.d-flex { display: flex; align-items: center;}
.toggleSwitch span span {
  display: none;
}
.spantext {font-size: 12px; padding-right: 15px;   font-family: 'Lato', sans-serif; font-weight: bold; color: #7B7B7B;}
@media only screen {
  .toggleSwitch {
    display: inline-block;
    height: 17px;
    position: relative;
    overflow: visible;
    font-family: 'Lato', sans-serif;
    padding: 0;

    cursor: pointer;
    width: 43px
  }
  .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .toggleSwitch label,
  .toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .toggleSwitch input:focus ~ a,
  .toggleSwitch input:focus + label {
    outline: none;
  }
  .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .toggleSwitch > span {
    position: absolute;
    left: -50px;
    font-size: 12px;
    width: 100%;
    margin: 0;
    padding-right: 0px;
    text-align: left;
    white-space: nowrap;
  }
  .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 8px;
    display: block;
    width: 50%;
    margin-left: 53px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
  }
  .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 18px;
    background-color: #BFBFBF;
    border: 1px solid #CCC;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .toggleSwitch > span span:first-of-type {
    color: #7B7B7B;
    opacity: 1;
    left: 45%;
  }
  .toggleSwitch > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .toggleSwitch input:checked ~ a {
    border-color: #8AF1B9;
    background-color: #8AF1B9;
    left: 100%;
    margin-left: -18px;
  }
  .toggleSwitch input:checked ~ span:before {
    border-color: #ccc;
    box-shadow: inset 0 0 0 30px #E0FFEE;
  }
  .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #7B7B7B;
  }
  /* Switch Sizes */
  .toggleSwitch.large {
    width: 60px;
    height: 27px;
  }
  .toggleSwitch.large a {
    width: 27px;
  }
  .toggleSwitch.large > span {
    height: 29px;
    line-height: 28px;
  }
  .toggleSwitch.large input:checked ~ a {
    left: 41px;
  }
  .toggleSwitch.large > span span {
    font-size: 1.1em;
  }
  .toggleSwitch.large > span span:first-of-type {
    left: 50%;
  }
  .toggleSwitch.xlarge {
    width: 80px;
    height: 36px;
  }
  .toggleSwitch.xlarge a {
    width: 36px;
  }
  .toggleSwitch.xlarge > span {
    height: 38px;
    line-height: 37px;
  }
  .toggleSwitch.xlarge input:checked ~ a {
    left: 52px;
  }
  .toggleSwitch.xlarge > span span {
    font-size: 1.4em;
  }
  .toggleSwitch.xlarge > span span:first-of-type {
    left: 50%;
  }
}
.eventClass {
  background-color: #E2F8FF96 !important;
}
.eventsTime {
  font-size: 12px;
  color: #3AA8E2 !important;
}

.taskClass {
  background-color: #EFF3FE !important;
}
.taskTime{
  font-size: 12px;
  color: #5E81F4 !important;
}
.locationInput{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #ECECF2;
  border-radius: 6px;
  height: 32px;
  padding: 6px;
  width: 100%;
}
.textAreaCalendar {
  height: 116px;
  width: 100%;
  border: #D9D9EB solid 1px;
  border-radius: 5px;
  padding: 8px;
}
.timeClockText {
  padding-top: 10px;
  padding-bottom: 10px;
}
.main-show .orange-box, .main-show .blue-box{
  width: 110px;
  height: auto;
}
.main-show .orange-box p:nth-child(1) {
  color: #F4BE5E;
}
.main-show .blue-box p:nth-child(1) {
  color: #5E81F4;
}
.main-show .orange-box p:nth-child(2), .main-show .blue-box p:nth-child(2) {
  font-size: 20px;
}
.main-show.time-box .time-details-client .time-details {
  padding: 15px 35px !important;
}
.main-show .clock-out-btn {
  display: inline-flex;
}
#searchForTimeTracker {
  border-color: #E0E0E0 !important;
  border-radius: 8px;
}
.afterClockInClass .time-details-client .time-details .time-set p {
  color: #76DE95;
  padding-bottom: 5px;
}
.afterClockInClass .time-details-client .time-details .time-set h2 {
  color: #76DE95;

}
.afterClockInClass .time-details-client .time-details .name-set p:nth-child(1) {
  color: #1C1D21;
  padding-bottom: 5px;
}
.afterClockInClass .time-details-client .time-details .name-set p:nth-child(2) {
  color: #8181A5;
  font-size:10px !important;
}
.afterClockInClass .buttonNewClass {
  padding-right: 40px;
}
.afterClockInClass .time-details-client .time-details .time-set{
  border-right: 1px solid;
}
.main-show .afterClockInClass .buttonNewClass {
  padding-right: 0px !important;
}
.calendarSubMenuItems.btn-group .btn {
    height: 30px !important;
}
.datetimepicker3 {
  width: 100px;
  height: 33px;
  border: 1px solid #F0F0F3;
  border-radius: 6px;
  padding-left: 10px;
  margin-left: 10px;
}
.timeClock {
  text-align: left;letter-spacing: 0px;color: #717171;opacity: 1;
}


.addContact{
  position: relative;
  font-size: 12px;
  bottom: -8px;
  color: #5E81F4 !important;
  float: right;
}

.addContact i{
  font-size: 13px;
}
.content__label {
  font-size: 14px;
  color: #000000;
}

.small-heading-custom {font-weight: 700;font-size: 14px;
  color: #000000;}
.field__select-custom {
  height: 30px !important;
  width: 210px;
  font-size: 14px;
  font-weight: normal;
}
.field__select-custom.customWidthDropdown {
  width: 310px;
}
.customTextArea{
  width: 395px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  padding: 6px;
}

.deptDropDown{
  color: #8181A5;
  height: 30px !important;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  border: #D9D9EB solid 1px;
  border-radius: 5px;
}

.taskDropDown{
  height: 35px !important;
  width: 100%;
  border: #D9D9EB solid 1px;
  border-radius: 5px;
  padding: 0px 5px 0px 7px;
  color: #B3B3B3;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}
.sidebarfooter .graybtn{ background-color: #E1E1E1; border: #E1E1E1 solid 1px; display: inline-block; color: #8181A5;  font-size: 14px; padding: 10px 20px; border-radius: 5px; font-family: 'Lato', sans-serif; font-weight: bold; }
.sidebarfooter .greenbtn{ background-color: #33C5A0; border: #33C5A0 solid 1px; display: inline-block; color: #fff;  font-size: 14px; padding: 10px 20px; border-radius: 5px; font-family: 'Lato', sans-serif; font-weight: bold; }
.sidebarfooter .bluebtn{ background-color: #5E81F4; border: #5E81F4 solid 1px; display: inline-block; color: #fff;  font-size: 14px; padding: 10px 20px; border-radius: 5px; font-family: 'Lato', sans-serif; font-weight: bold; }

.customDropDown{
  color: #8181A5;
  height: 35px !important;
  width: 100%;
  font-size: 14px;
  font-weight: normal;
  border: #D9D9EB solid 1px;
  border-radius: 5px;
}

.sidebar-modal {
  padding: 0 !important;
}
/* .modal__head {
  height: 70px;
  padding-top: 20px;
  padding-left: 25px;
  background: #F5F5FA 0% 0% no-repeat padding-box;
} */
.content-title-block.modalHeaderTitle {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}
.timerIcon {
  font-size: 20px;
  padding-top: 5px;
  color: #000000;
  font-weight: 900;
}
#timeLogForm .sidebar-modal {
  width: 480px !important;
}
.mr-38 {
  margin-right: 38px;
}
.mr-48 {
  margin-right: 48px;
}

.border-feild{
  border: solid #D9D9EB 1px !important;
}

.addTagBtn{
  display: inline-flex;
  height: 32px;
  padding: 0 12px;
  background: #5E81F4;
  border-radius: 8px;
  color: white;
  transition: all .2s;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

.taskCreatedDescHeader {
  color: #000000;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
  font-family: 'Lato', sans-serif;
}
.markCompleteText{
  font-size: 12px;
  display: flex;
  align-items: center;
}
.timelogFilterSection .select2-container {
  width: 100% !important;
  height: 30px;
}
.timelogFilterSection .select2-container--default .select2-selection--single {
  height: 32px !important;
  border: 1px solid #D9D9EB !important;
  border-radius: 6px;
}
.custom-gx-1 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.custom-gx-1 > * {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.timelogFilterSection .dateRangeCustom {
  height: 32px;
  border-radius: 6px;
  width: 100% !important;
  border: 1px solid #ECECF2;
}
.toClass {
  display: flex;
  align-items: center;
}
.customOuterBtn {
  border: 1px solid #5E81F4;
  border-radius: 8px;
  height: 32px;
  background: #fff;
  color: #5E81F4;
  padding-left: 5px;
  padding-right: 5px;
}
.clearAllBtn {
  text-align: left;
  font-size: 12px;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #5E81F4;
  opacity: 1;
}
#addTimeBtn {
  margin: 0;
  min-width: auto;
  padding-right: 10px;
  padding-left: 10px;
}
.alignItemEnd {
  align-items: end;
}

.editTaskBtn{
  cursor: pointer;
}

.ms-1{
  margin-left: 3px;
}

.sidebar-block-header-lightblue .switch span {
  position: relative;
} 

.sidebar-block-header-lightblue .switch span::before{
  position: absolute;
  content: '';
  background-color: #fff;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
}

#task_name-error{
  padding-top: 10px;
  color: red;
  font-weight: normal;
}

.error {
  font-weight: normal !important;
  color: #ff0000 !important;
}

.note-modal-backdrop{
  z-index: 10 !important;
}


/* ///  DECORATION CSS ///  */
.cont_select_center {
  position: absolute;
  right:15px;
  top:50%;
  margin-top: -15px;
}
.cont_heg_50 {
  position: absolute;
  height: 50%;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fd7b52;
}

/* ///  END DECORATION CSS  ///  */
.icon_select_mate {
  position: absolute;
  top: 20px;
  right: 2%;
  font-size: 16px;
  height: 22px;
  transition: all 275ms;
}

.select_mate {
  position: relative;
  float: left;
  min-width:auto;
  width: 90px;
  min-height: 24px;
  font-weight: 300;
  background-color: #fff;
  transition: all 375ms ease-in-out;
}
.select_mate .selecionado_opcion {
  border:#36D981 solid 1px;
  border-radius: 8px;
  color: #36D981;
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.cont_list_select_mate {
  position: relative;
  float: left;
  width: 100%;
}

.cont_select_int {
  position: absolute;
  left: 0px;
  top: 3px;
  z-index: 999;
  padding:10px;
  overflow: hidden;
  height: 0px;
  width: 100%;
  background-color: #fff;
  padding: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 4px 10px -2px rgba(0, 0, 0, 0.2);
  transition: all 375ms ease-in-out;
}
.cont_select_int li {
  position: relative;
  float: left;
  font-weight:bold;
  color: #36D981;
  font-size:11px;
  width: 100%;
  list-style-type: none;
  padding: 7px 15%;
  margin: 0px;
  transition: all 275ms ease-in-out;
  display: block;
  cursor: pointer;
}
.cont_select_int li:last-child {
  border-radius: 3px;
  border-bottom: 0px;
  padding-top:0px;
  color:#F5A018;
}
/* etiqueta <p> con la opcion selecionada  */
.selecionado_opcion {
  padding: 5px 15px;
  width: 100%;
  text-align:center;
  font-size:12px;
  font-weight:bold;
  display: block;
  margin: 0px;
  cursor: pointer;
}
.pendingTask .selecionado_opcion{
  color: #F5A018;
  border: #F5A018 1px solid;
  border-radius: 8px;
}

.data__headCustom {
  background: #FBFBFD;
  border: 1px solid transparent;
  color: #8181A5;
}
.map-custom{
  white-space:nowrap;
}
.maping-custom{
  width:25%;flex:0 0 25%;
}


.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #D9D9EB;
  color: #8181A5;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.prospect-img-name{
  padding-right: 10px;
}


.tooltipTask {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* TooltipTask text */
.tooltipTask .tooltipTasktext {
  visibility: hidden;
  width: 350px;
  background-color: #D9D9EB;
  color: #8181A5;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 13px;
}

/* Show the tooltipTask text when you mouse over the tooltipTask container */
.tooltipTask:hover .tooltipTasktext {
  visibility: visible;
  opacity: 1;
}


/* for category icon dropdown */
.catDropDown {
  padding: 5px;
}

.catDropDown option {
  padding: 5px;
}

.catDropDown option::before {
  content: "";
  display: inline-block;
  width: 16px; /* Adjust the width as needed */
  height: 16px; /* Adjust the height as needed */
  background-size: cover;
  margin-right: 5px;
}

.cust-blue-outline-btn{
    padding: 7px 20px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border-radius: 7px;
    color: #5E81F4;
    border: #5E81F4 solid 1px;
    border-radius: 6px;
    border-radius: 6px;
}