@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?nwuri5');
    src:  url('../fonts/icomoon.eot?nwuri5#iefix') format('embedded-opentype'),
      url('../fonts/icomoon.ttf?nwuri5') format('truetype'),
      url('../fonts/icomoon.woff?nwuri5') format('woff'),
      url('../fonts/icomoon.svg?nwuri5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }

  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    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;
  }

  .icon-ic_currency:before {
    content: "\e900";
    color: #6658dd;
  }
  .icon-ic_lang:before {
    content: "\e901";
    color: #6658dd;
  }

.icon-ic_lang:before {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.modal-opensag .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.navbar-custom{
    padding: 0 10px;
}
.table-responsive.mn-4 {
    margin-top: -42px;
}
.dt-buttons .btn.btn-secondary, .dt-buttons .btn.btn-secondary:focus, .dt-buttons .btn.btn-secondary:active {
    border-radius: 50px;
}
.table-responsive::-webkit-scrollbar {
    width: 6px !important;
    height: 6px;
}

body .navbar-custom .topnav-menu .nav-link {
    font-weight: 400;
}


.agent-listing tbody td {
    padding: 15px 0 10px 15px;
}

.agent-listing tbody td:nth-child(2){
    position: relative;
}

.agent-status {
    position: absolute;
    left: 20px;
    top: 10px;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 10px;
}

.agents-datatable tbody td, .dataTables_scrollHead thead th {
    padding: 10px 10px 10px 15px !important;
}

.dataTables_wrapper .form-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dataTables_wrapper .inner-div:last-child {
    margin-left: -5px;
}

.dataTables_wrapper .inner-div {
    vertical-align: middle;
    float: none;
    width: auto;
    display: inline-block;
}

.dataTables_wrapper .inner-div .action-icon {
    margin: 0;
    padding: 0;
}

.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1) !important;
}

.login-form label {
    padding: 8px 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f8ecec;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.5px;
    min-width: 80px;
    text-align: center;
    border: 1px solid transparent;
    margin-bottom: 0;
}

.login-form .blank-label {
    display: none;
}

.login-form input[type="radio"]:checked+label {
    border-color: #6658dd;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.login-form input {
    display: none;
}

.dataTables_filter label {
    float: right !important;
}

.login-form .custom-control-label::before {
    display: none;
}

.pos-rel-tb {
    position: relative;
    top: 6px;
}

.add-sub-task-btn {
    background-color: #ECF6FF;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    font-weight: 600;
    width: 100%;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    background-color: #f8ecec;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-align: center;
    transition: all .3s ease-in-out 0s;
    border: 1px solid transparent;
}

.add-sub-task-btn:hover,
.add-sub-task-btn:focus,
.add-sub-task-btn:visited {
    color: #000000;
    background-color: #F8ECEC;
    border-color: #6658dd;
}

.upload-img-btn {
    background-color: #F8ECEC;
    color: #000000;
    font-size: 13px;
    letter-spacing: 0.5px;
    border: none;
}

.taskselect {
    font-weight: 700;
}

.dropify-wrapper {
    height: 130px !important;
}

.card-box,
.card {
    -webkit-box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.05) !important;
    border-radius: 16px !important;
    /* height: 100%; */
}

.modal-body .card-box,
.card {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.card.widget-inline .card-body {
    -webkit-box-shadow: 0 16px 32px 0 rgb(0 0 0 / 5%) !important;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 5%) !important;
}

.dataTables_scrollHead thead th {
    cursor: pointer;
}

/* .table-responsive {
    padding: 15px;
} */

.set-size {
    position: relative;
}

.no-border-radius {
    border-radius: 0px !important;
}

#submitpayreceive .card-box {
    padding: 12px;
    border: 1px solid #dddddd4a;
    border-radius: 4px;
}

#submitpayreceive .card-box label {
    margin-bottom: 0px;
}

.oldhide.text-center .showsimage {
    margin: auto;
}


/* .modal{
overflow:scroll !important;
} */



/* customer page css */

.intl-tel-input {
    display: table-cell;
}

.inner-div {
    width: 50%;
    float: left;
}

.intl-tel-input .selected-flag {
    z-index: 4;
}

.intl-tel-input .country-list {
    z-index: 5;
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}

.modal.fadeIn {
    opacity: .4;
}

.pac-container,
.pac-container .pac-item {
    z-index: 99999 !important;
}


#radio1,
#radio2,
#radio3,
#radio4 {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Chrome, Safari, Opera */
    transform: scale(1.2);
}

.showspan {
    font-weight: normal;
}

.showtasks {
    border: none;
    outline: none;
}


.assigned-block {
    background-color: #EAECFD;
}

.assigned-block h6 {
    color: #272727;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 4px;
}

.assigned-block span {
    color: #797979;
    font-size: 13px;
    letter-spacing: 0;
}

.assigned-block h5 {
    color: #272727;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
}


.assigned-block a {
    color: #797979;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    border-bottom: 1px dashed #979797;
}

.assigned-btn {
    border-radius: 10px;
    background-color: rgb(44 129 255 / .21);
    color: #5664EA;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 13px;
    border: none;
}

.wd-10 {
    width: 6%;
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
}

.wd-90 {
    width: 89%;
    display: inline-block;
}

/* .content-page {
  margin-left: 240px;

  padding: 0 15px 65px 15px;
  min-height: 80vh;
  margin-top: 70px;
  height: 98vh;
  overflow-y: scroll !important;
} */

.dispaly-cards {
    background-color: rgb(251 247 247) !important;
    text-align: center;
    padding: 5px !important;

}

.setcolor {
    color: #7ea3e9 !important;
}



/* edit task css */
#adds {
    margin-bottom: 14px;
}

.shows {
    display: none;
}

.rec {
    margin-bottom: 7px;
}

.needsclick {

    margin-left: 27%;
}

.padd {
    padding-left: 9% !important;
}

.newchnage {
    margin-left: 27% !important;
}

.address {
    margin-bottom: 6px
}

#typeInputss {
    overflow-y: auto;
    height: 168px;
}

.upload {
    margin-bottom: 20px;
    margin-top: 10px;

}

.span1 {
    color: #ff0000;
}

.check {
    margin-left: 116px !important;
}

.newcheck {
    margin-left: -54px;
}

.upside {
    margin-top: -10px;
}

.newgap {
    margin-top: 11px !important;
}



.append {
    margin-bottom: 15px;
}

.spanbold {
    font-weight: bolder;
}

.copyin {
    background-color: #F7F8FA;
}

.copyin1 {
    background-color: #F7F8FA;
}

hr.new3 {
    border-top: 1px dashed white;
}

#spancheck {
    display: none;
}

.imagepri {
    min-width: 50px;
    height: 50px;
    width: 50px;
    border-style: groove;
    margin-left: 5px;
    margin-top: 5px;
}



.showsimage {
    margin-top: 9px;
    margin-left: 140px;
}

.showshadding {
    margin-left: 98px;
}

.newchnageimage {
    margin-left: 0;
}

.showsimagegall {
    margin-left: 0;
    margin-top: 21px;

}

.allset {
    margin-left: 9px !important;
    padding-top: 10px;
}


/* team */

.cursors {
    cursor: pointer;
}

.label-info {
    background-color: #5bc0de;
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

.containers {
    margin: 20px;
}

/* autocomplete tagsinput*/
.label-info {
    background-color: #5bc0de;
    display: inline-block;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}

#ui-id-1,
#ui-id-2 {
    z-index: 9999;

}

#ui-id-1 li,
#ui-id-2 li {
    z-index: 9999;
}



#ui-id-1,
#ui-id-2 {
    z-index: 9999;

}

#ui-id-1 li,
#ui-id-2 li {
    z-index: 9999;
}

.setmodal {
    margin-left: 158px;
}

.dispaly-cards {
    background-color: rgb(251 247 247) !important;
    text-align: center;
}

.status-wrap-block {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 20px;
}

.image-wrap-sign {
    height: 80px;
}

.image-wrap-sign img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.note-wrap {
    height: 80px;
    max-height: 80px;
    overflow-y: scroll;
}


.pay-detail-box {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 4px;
}

.pay-detail-box label {
    margin-bottom: 0px;
    font-size: 12px;
    letter-spacing: -.3px;
}

.table_spacing table {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.new_head {

    color: #dee2e6;


}

/* .same-size {
    min-height: 360px;
} */


.cstmbtn {
    position: absolute;
    top: -8px;
    right: -23px;
    padding: 5px 8px;
}

.assign-show {
    display: none;
}

#addCardBox .btn.btn-info.clear-btn {
    border-radius: 50px;
    padding: 2px 10px;
    font-size: 15px;
}

.datenow .form-control {
    width: calc(100% - 50px);
}

.datenow .cstmbtn.check_btn.btn {
    right: 15px;
    line-height: 25.39px;
    top: -10px;
}


.red_ {
    background-color: hsl(357deg 100% 50% / 100%) !important;
    color: #fff;
}

.yellow_ {
    background-color: rgb(204 136 153 / 100%) !important;
    color: #fff;
}

.green_ {
    background-color: rgb(64 179 35 / 100%) !important;
    color: #fff;
}
.assign_ {
    background-color: rgba(233, 130, 27, 0.5) !important;
    color: #fff;
}
.al_new_address_box.d-flex.align-items-start.mb-3 {
    position: relative;
    z-index: 1;
}
.light_green {
    background-color: rgb(235 183 133 / 65%) !important;
    color: #fff;
}


#accordion {
    padding-bottom: 50px;
}

.left-sidebar {
    height: 100vh;
    overflow: auto;
}

#accordion .left-sidebar .card-body {
    padding: 0;
    border-bottom: 1px dashed #000;
}


#accordion .card-body .assigned-block h5 {
    color: #272727;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0;
    width: 90px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px 0;
    position: relative;
}

#accordion .card-body .assigned-block h5 span {
    color: #272727;
    font-size: 13px;
    font-weight: 500;
}


#accordion .card-body .assigned-block h5::after {
    content: "";
    border-right: 1px solid #ccc;
    width: 1px;
    height: calc(100% + 24px);
    position: absolute;
    top: -11px;
    right: -10px;
}

#accordion .card-body .assigned-block h6 {
    color: #272727;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 15px;
    margin-bottom: 0px;
    margin-top: 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 77%;
    padding-left: 20px;
    position: relative;
    margin-left: 20px;
}

.vt-top {
    position: absolute;
    left: 0;
}

.left-sidebar .card-body {
    border-bottom: 1px solid #ccc;
    cursor: grab;
}

.left-sidebar .card-body:last-child {
    border: 0;
}

.side_head .mdi.mdi-sync {
    font-size: 24px;
    color: #6658dd;
    cursor: pointer;
}

.side_head .mdi.mdi-sync:hover {
    color: rgb(233, 130, 27);
}

.left-sidebar .side_head span {
    color: #6658dd;
    font-weight: 700;
    cursor: pointer;
}

.left-sidebar .side_head span:hover {
    color: rgb(233, 130, 27);
}

.address_box span {
    display: inline-block;
    padding: 4px 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    transition: all 0.5s;
    font-weight: 700;
    margin: 0 0 10px;
}

.address_box span.short_name {
    color: #6658dd;
    text-transform: capitalize;
    margin: 0 5px;
}


.address_box label {
    width: 100%;
    margin-bottom: 0;
}
.al_new_address_box_content .status {
    background-color: #4ac9ef;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    padding: 2px 5px !important;
    font-size: 12px;
    line-height: normal;
}
.al_new_address_box_outer.position-relative:after {
    position: absolute;
    content: "";
    border-left: 1px dashed #777;
    height: calc(100% - 74px);
    width: 1px;
    z-index: 0;
    left: 25px;
    top: 0;
}
p.al_text_overflow {
    word-break: break-all;
}
.address_box {
    display: flex;
    align-content: center;
}

#add-assgin-date-model .modal-dialog.modal-lg {
    width: 400px;
}

#add-assgin-date-model .modal-body {
    padding: 0 10px !important;
}

#add-assgin-date-model .modal-footer {
    padding: 0 10px 15px;
}


#add-assgin-date-model #datetime-datepicker {
    margin: 0;
    width: calc(100% - 51px);
}

#add-assgin-date-model .cstmbtn.check_btn {
    padding: 7px 10px;
    right: 0;
    top: 0;
}

.form-group.delete_btn {
    display: flex;
    align-content: center;
}


.row-spacing {
    margin: 0 -8px;
}

.row-spacing>div {
    padding: 0 8px !important;
}

/* #make_modelInput textarea.form-control,#colorInput .upload-img-btn {
  height: 100px;
}
#colorInput .upload-img-btn {
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#colorInput .allimages {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
  transform: translateY(-50%);
  display: none;
} */
#newspan {
    cursor: pointer;
}

.modal-footer .btn.btn-blue {
    width: 100%;
    max-width: 100% !important;
}

#make_modelInput,
#make_modelInput .form-control {
    height: 100%;
}

.btn.btn-blue.btn-block, .btn.btn-blue.waves-effect {
    min-width: 170px;
    max-width: 200px;
}

.navbar-custom .btn.btn-blue.waves-effect {
    min-width: auto;
    max-width: none;
}

table.table tbody td:nth-child(2) img {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    object-fit: cover;
    object-position: top;
}

.light .navbar-custom .topnav-menu .nav-link {
    color: #696969;
}

.light .navbar-custom .button-menu-mobile {
    color: #000;
}

body[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
    color: #FFF;
    background-color: #6658DD;
}

.dshboard .content-page {
    margin-left: 240px;
    overflow: hidden;
    padding: 70px 0 0 15px !important;
    height: 100vh !important;
    margin-top: 0 !important;
    min-height: auto !important;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
}

.upload_box .dropify-wrapper .dropify-clear {
  top: 0;
  right: 0;
  padding: 0;
  border: 0;
}

.upload_box .dropify-wrapper .dropify-clear span{
  display: none;
}

.upload_box .dropify-wrapper .dropify-clear::after {
  content: "\F00D";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 10px;
  z-index: 1111;
  top: 5px;
}

.left-sidebar .navigation_btn.optimize_btn {
    right: 90px;
}


.left-sidebar #accordion .card-header:hover, .left-sidebar #accordion .card-header:focus,.left-sidebar #accordion .card-header:visited {
    background: #FFF;
    }

    .left-sidebar #accordion .card-header {
    transition: all 0.5s;
    margin-left: 0 !important;
    }

    .left-sidebar {
    padding: 16px 10px 16px 0 !important;
    }



    .dragable_tasks {
    border: 1px solid #c0c2c49c;
    margin: 0 0 5px;
    }

    .assigned-block {
    background-color: #FFFFFF;
    }

    #accordion .card-body .assigned-block h5 {
    font-weight: 900;
    }

    body {
    background: #FFF;
    }

    #scrollbar::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar
{
width: 6px;
background-color: #F5F5F5;
}

#scrollbar::-webkit-scrollbar-thumb
{
    background-color: rgb(0 0 0 / 10%);
}

#add-customer-modal .modal-dialog.modal-lg,#edit-customer-modal .modal-dialog.modal-lg {
    max-width: 1040px;
}

#optimize-route-modal .modal-dialog.modal-lg{
    max-width: 400px;
}

.logo-box {
    width: 240px;
    float: left;
    transition: all 0.1s ease-out;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Chander Css 18-05-2021 */
body.dark {
    background: #303841;
}

body.dark .navbar-custom {
    background: #3c4752;
}

.btn {
    border-radius: 50px;
}

body.dark  .btn,.dark .btn-blue:not(:disabled):not(.disabled):active,.dark .btn-blue:not(:disabled):not(.disabled).active,.dark .show > .btn-blue.dropdown-toggle {
    border-radius: 50px;
    color: #36404a;
    background-color: rgb(247 184 75 / 82%);
    border-color: rgb(247 184 75 / 82%);
}

.dark .btn-blue:not(:disabled):not(.disabled):active,.dark .btn-blue:not(:disabled):not(.disabled).active,.dark .show > .btn-blue.dropdown-toggle{
    box-shadow: none;
}

#map-canvas {
    height: calc(100vh - 204px);
}

.geo_main #map-canvas {
    height: calc(100vh - 212px) !important;
}

.cornar {
    margin: 0 -8px;
    border: 0;
    height: auto;
}

.cornar > div {
    padding: 0 8px;
}

.custom-checkbox .col-2 {
    width: 50px;
    max-width: max-content;
    flex: initial;
    padding: 0 0 0 10px;
}

.custom-checkbox .col-10 {
    flex: auto;
    max-width: none;
    width: 164px;
    padding-right: 0;
}

body.dark[data-sidebar-size=condensed] .left-side-menu #sidebar-menu>ul>li:hover>a {
    color: #36404a;
    background-color: rgb(247 184 75 / 82%);
    box-shadow: inset 1px 1px 5px 0 #323a42;
}

body.dark .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: rgb(247 184 75 / 82%);
    background-color: rgb(247 184 75 / 82%);
}

body.dark .radio-info input[type=radio]:checked + label::after,body.dark .radio label::after {
    background-color:  rgb(247 184 75 / 82%);
}

body.dark .radio-info input[type=radio]:checked + label::before,body.dark .radio input[type=radio]:checked + label::before{
    border-color:  rgb(247 184 75 / 82%);
}

.radio label{
    cursor: pointer;
}

body.dark #sidebar-menu > ul > li > a:hover,body.dark #sidebar-menu > ul > li > a:focus,body.dark #sidebar-menu > ul > li > a:active,body.dark #sidebar-menu .menuitem-active .active {
    color: rgb(247 184 75 / 82%);
}

body.dark .action-icon .mdi-square-edit-outline{
    color: rgb(247 184 75 / 82%);
}

body .tagsinput .tag {
    background: #CCC;
    color: rgba(0, 0, 0, 0.795);
    padding: 5px 30px 0px 12px;
    border-radius: 50px;
    font-size: 12px;
}

.table-responsive .form-group {
    margin-bottom: 0;
}

.table th, .table td {
    padding: 10px 20px;
}

.card_outer {
    height: calc(100vh - 234px);
}

.map-outer {
    min-height: calc(100vh - 284px);
}

.content-page {
    min-height: calc(100vh - 129px);
}


.geo_middle {
    /* height: calc(100vh - 400px); */
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 20px;
}


@media(max-width:1366px) {
    #map-canvas {
        height: calc(100vh - 284px);
    }
}


@media(min-width:1200px){
    .geo_middle {
        /* height: calc(100vh - 690px) !important; */
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0 0 20px;
    }

}

/*
 *  Scroll Style
 */

 #scroll-bar::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }

 #scroll-bar::-webkit-scrollbar
 {
     width: 6px;
     background-color: #F5F5F5;
 }

 #scroll-bar::-webkit-scrollbar-thumb
 {
     background-color: rgb(247 184 75 / 82%);
 }


 body.dark  #form-tags-4_tagsinput {
    background: #36404a;
    border-color: rgb(247 184 75 / 82%);
    border-radius: 4px;
}

body.dark .btn.btn-primary-outline.action-icon {
    background: transparent;
    border: 0;
    color: rgb(247 184 75 / 82%);
}

#addCardBox .btn {
    border-radius: 0;
}

body.dark .tagsinput{
    background-color: transparent;
    border-color: rgb(247 184 75 / 82%);
}

.dark .login-form label{
    background-color: transparent;
    color: rgb(247 184 75 / 82%);
}

.dark .login-form input[type="radio"]:checked+label {
    border-color: #d5a34c;
}

.dark .gm-style .gm-style-iw-c {
    background-color: #333c44;
}

.gm-style .gm-style-iw-c {
    padding: 12px !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.dark .gm-style .gm-style-iw-t::after {
    background: linear-gradient(
45deg,rgb(48 56 64) 50%,rgb(51 60 68) 51%,rgb(48 56 64) 100%);
    box-shadow: -2px 2px 2px 0 rgb(178 178 178 / 40%);
}

.dark .user_name label,.dark .user_info i {
    color: #d5a34c;
}

.gm-ui-hover-effect{
    top: 0 !important;
    right: 0 !important;
}

.cstmbtn.check_btn.btn.btn-info {
    border-radius: 0;
}

.light .btn-info {
    color: #fff;
    background-color: #6658dd;
    border-color: #6658dd;
}

#phone_numberInput .iti {
    width: 100%;
}

.btn-auto .btn.btn-blue.waves-effect {
    max-width: none;
    min-width: auto;
}

body.dark .btn[data-toggle="dropdown"] {
    color: #36404a;
}

.input-group-text {
    cursor: pointer;
}

body.dark .input-group-text {
    color: #d3a14a;
}

.dark .add-sub-task-btn{
    background-color: rgb(247 184 75 / 82%);
}


.dark .add-sub-task-btn:hover{
    border-color: rgb(247 184 75 / 82%);
    background-color:  rgb(247 184 75 / 60%);
}

.dark .selectize-dropdown,.dark .selectize-input,.dark .selectize-input input{
    color: #94a0ad;
}

.dark .selectize-control.single .selectize-input:after{
    border-color: #94a0ad transparent transparent transparent;
}

.dark .assigned-block h5 {
    color: #94a0ad;
}

.rejection-box {
    max-height: 449px;
    overflow: auto;
}

.style-4::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}

.domain_name {
    background: #fff;
    background-color: #FFFFFF;
    color: #1F2431;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    height: 37.39px;
    line-height: 37px;
    padding: 0 10px;
    width: max-content;
    border: 0;
}

.domain-outer #sub_domain {
    border: 0;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-radius: 0;
}

.domain-outer #custom_domain{
    border: 0;
    border-radius: 0;
    border-left: 1px solid #ced4da;
}

.domain-outer {
    border: 1px solid #ced4da;
}
.geo_bottom_btns .btn.btn-blue.btn-block, .geo_bottom_btns .btn.btn-blue.waves-effect {
    min-width: auto;
    max-width: none;
}
.input-group .btn {
    border-radius: 0;
}
.td-middle-align tr td {
    vertical-align: middle;
}

.site_link {
    border: 0.5px solid rgb(0 0 0 / 17%);
    padding: 5px 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site_link a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
}
.site_link a span {
    font-size: 16px;
    /* font-weight: bold; */
    color: #000;
}

.site_link .fa.fa-clone {
    font-weight: 400;
    margin: 4px 0 0 10px;
    color:#2391fb;
}
span.copied_txt {
    position: absolute;
    bottom: -30px;
    right: 0;
    background: rgb(85 164 255 / 50%);
    color: #ffff;
    padding: 0 10px;
    border-radius: 50px;
    line-height: 24px;
    font-size: 14px;
    }
.navbar-custom .topnav-menu .nav-link {
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.dropdown-toggle::after {
    content: none !important;
}
.notification-list .profile-dropdown .notify-item {
    padding: 0 20px;
}
.notification-list .noti-title,.dropdown-divider{
    display: none;
}
.site_link label{
    cursor: pointer;
}

.short_name {
    color: #6658dd;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 700;
}

.pic-left {
    flex: 0 0 50px;
    max-width: 50px;
}

.sort-icon{
    position: relative;
}

.sort-icon .fa-sort {
    position: absolute;
    right: 0;
    bottom: 13px;
}



/* zz */

@media(min-width:1921px) {
    .assigned-block .assigned-btn {
        margin-left: 5px;
        display: block;
        float: none !important;
        margin-left: auto;
    }



}

@media(min-width:1800px) {
    .cornar .agent_boxes {
        flex: 0 0 50%;
        max-width: 50%;
    }

}


@media(min-width:1600px){
    #map-canvas {
        height: calc(100vh - 284px) !important;
    }
    .add_new_geo #map-canvas {
        height: calc(100vh - 310px) !important;
    }
    .add_new_geo .card_outer {
        height: calc(100vh - 260px) !important;
    }
    .pic-left {
        flex: 0 0 48px;
        max-width: 48px;
    }
}

@media (max-width:767px) {
    .btn.btn-blue.btn-block {
        width: 100%;
    }

    #add-customer-modal .modal-header {
        padding-bottom: 0px !important;
    }

    .repeated-block #task_type {
        width: 85%;
    }

    .repeated-block .span1.onedelete {
        position: absolute;
        right: 18px;
        top: -55px;
    }

    #typeInputss {
        height: 92px !important;
    }

    .showsimage {
        margin-left: 0px !important;
    }

    #task-modal-header .modal-header button {
        position: absolute;
        right: 22px;
        z-index: 55;
    }

    #task-modal-header .modal-header {
        padding-bottom: 0px !important;
    }

    #addCardBox {
        padding-top: 0px !important;
    }

    .dataTables_paginate ul {
        margin-bottom: 25px !important;
    }

    .small-mt-0 {
        margin-top: 0px !important;
    }

    .card-body .table-responsive {
        padding: 0px !important;
    }

    .rounded.book strong {
        display: block;
        margin-bottom: 15px;
    }

    #geo_form button {
        margin-bottom: 8px;
    }

    #submitpayreceive .card-box {
        padding: 8px;
    }

    #submitTeam .modal-body.p-4 {
        padding-bottom: 0 !important;
    }

    #submitTeam .addTeamForm {
        width: 100%;
    }

    #adds {
        margin-bottom: 15px !important;
    }

    #add_customer .card-box {
        padding-top: 0px !important;
    }

    #adds a {
        width: 100%;
        border-radius: 4px;
    }

    #add_customer .pl-4.pr-4.pt-4 {
        padding: 0px !important;
    }

    #colorInput label {
        float: left;
    }

    #show-map-modal .btn.btn-blue.waves-effect.waves-light.selectMapLocation,
    #submitAgent .btn.btn-blue.waves-effect.waves-light,
    #submitpayreceive .btn.btn-blue.waves-effect.waves-light {
        width: 100%;
    }

    #add_customer .btn.btn-blue.waves-effect.waves-light.submitCustomerForm {
        width: 100%;
    }

    #UpdateClient .btn.btn-blue.waves-effect.waves-light {
        width: 100%;
    }

    #UpdateClient h1 {
        font-size: 38px !important;
    }

    li.paginate_button.previous,
    li.paginate_button.next {
        display: inline-block;
        font-size: 1rem !important;
    }

    #taskFormHeader .modal-footer {
        padding-top: 0px !important;
    }

    #taskFormHeader .submitTaskHeader {
        width: 100%;
    }

    #task_form_header #googleMapHeader {
        min-width: 100% !important;
    }

    #taskFormHeader .modal-body {
        padding-bottom: 0px !important;
    }

    #agents-datatable_wrapper label {
        width: 100%;
    }

    #submitAgent .form-check-inline {
        margin-bottom: 12px;
    }

    .modal-body.p-4 {
        padding: 15px !important;
    }

    #task_form #googleMap {
        min-width: 100% !important;
    }

    #add_customer .modal-body.p-4 {
        padding: 0px !important;
    }

    #add_customer .card-box {
        box-shadow: none !important;
    }

    #pricing-datatable_length label,
    #pricing-datatable_filter label {
        width: 100%;
    }

    #addCardBox .datenow input {
        margin-bottom: 8px;
    }

    .card-body {
        padding: 1.5rem 1rem;
    }

    .card-box {
        padding: 1.5rem 1rem;
    }

    .map-wrapper {
        margin-top: 25px;
    }

    .bottom-content {
        width: 95%;
        background: transparent !important;
        box-shadow: none !important;
    }

    .bottom-content .datetime {
        background: #fff;
        padding: 9px;
        border-radius: 4px;
        width: 49%;
        margin-bottom: 5px;
    }

    .bottom-content .dropdown.d-inline-block {
        padding: 8px;
        border-radius: 4px;
        width: 49%;
        background: #fff;
        margin-bottom: 5px;
    }

    #addCardBox .card-box {
        padding: 8px;
    }

    .map-wrapper .contant .bottom-content {
        bottom: 0px;
    }

    .login-form label {
        font-size: 10px !important;
    }

    .login-form {
        text-align: left;
    }

    .map-wrapper .contant {
        left: 0;
        width: 80%;
        height: 100px;
        padding: 0px;
        display: inline-block;
        bottom: 10px;
    }

    .newchnageimage,
    .showsimagegall {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    #colorInput {
        text-align: center;
    }

    .modal-footer .btn.btn-blue {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .left-side-menu {
        display: none;
        z-index: 1000 !important;
    }
    .card_outer {
        height: auto !important;
    }
    .geo_middle {
        height: 300px !important;
    }
}

.lite-box-brdr {
    border: 1px solid #ececec;
}

@media (min-width: 576px) {
    /* #task-modal-header .modal-dialog {
  max-width: 1000px!important;
  margin: 1.75rem auto;
} */
}

@media (min-width: 768px) and (max-width: 1023px) {
    .map-wrapper .contant {
        width: 90%;
        height: 100px;
        padding: 10px;
    }
}
