.form-control:active,
.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
}

#calendar .fc-view-container {
    padding: 0px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.fc-button-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.fc-event,
.fc-event-dot {
    background-color: #007bff;
}

.fc-event {
    border-color: #007bff;
}

.fc-toolbar h2 {
    font-size: 1.2em;
    font-weight: bold;
    color: #007bff;
}

.fc th {
    text-align: center;
    padding: 5px !important;
    color: #007bff;
}

.fc-button-primary:not(:disabled):active,
.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:hover {
    color: #fff;
    background-color: #707070;
    border-color: #707070;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: rgba(112, 112, 112, 0.25);
}
.tabtab button.active {
    background-color: #2f9be5;
    color:white
  }
  
  /* .loader {
    border: 45px solid #f3f3f3;
    border-radius: 50%;
    border-top: 45px solid #f28500;
    width: 30px;
    height: 30px;
   
    animation: spin 2s linear infinite;
  } */

  /* @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  } */
  /* @media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /* [class*="col-"] {
      width: 100%;
    } */
/* } */ */
.borderTop {
    border-top: 1px solid #A020F0;
    padding-top: 20px;
    
  }
  .loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background:
      linear-gradient(0deg ,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%,
      linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
  }
  .loader::before,
  .loader::after { 
     content: "";
     grid-area: 1/1;
     border-radius: 50%;
     background: inherit;
     opacity: 0.915;
     transform: rotate(30deg);
  }
  .loader::after {
     opacity: 0.83;
     transform: rotate(60deg);
  }
  @keyframes l23 {
    100% {transform: rotate(1turn)}
  } 
  /* ===========================================globalStylesheet.css content start========= */
  body {
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
    color: #333;
    font-size: 14px;
    background: #fff;
}

.clear {
    clear: both;
}

.w-50 {
    width: 50%!important;
}

.w-90 {
    width: 90%!important;
}

.h-100 {
    height: 100%!important;
}

.selected {
    color: #0079de!important;
}

.redText {
    color: #FF0000;
}

.width-15 {
    width: 15.7% !important;
}

.setFa-calender {
    position: absolute;
    margin: 13px 0 0 -39px;
}


/* login Page 10/07/2021 */

.container-login100 {
    min-height: 100vh;
    padding: 0px;
    background: url(../images/loginBg1.jpg) top center no-repeat;
    background-size: contain;
    background-size: cover;
    backdrop-filter: blur(22px) saturate(149%);
    -webkit-backdrop-filter: blur(22px) saturate(149%);
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
} 



.heading-section {
    font-size: 28px;
    color: #fff;
    padding-top: 50px;
}

.login-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0 10px 34px -15px rgba(0, 0, 0, .24);
    box-shadow: 0 10px 34px -15px rgb(0 0 0 / 24%);
}

.login-wrap h3 {
    font-weight: 700;
    font-size: 20px;
    color: #0079de;
}

.form-control {
    height: 48px;
    background: rgba(0, 0, 0, .05);
    color: #333;
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-size: 14px;
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important;
}

.login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #0079de;
    border-radius: 50%;
    font-size: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    color: #fff;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-primary {
    color: #0079de;
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 7px;
}

.checkbox-primary input:checked~.checkmark:after,
.fPass {
    color: #0079de !important;
}

.checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, .2);
}

.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, .1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.form-group .submit {
    margin: 10px auto;
}

.btn.btn-primary {
    color: #fff!important;
    padding: 7px 20px;
    font-size: 14px;
}

.top-header-social-info .fa {
    font-size: 26px;
    color: #0079de!important;
}

.btn:hover,
.btn-primary:hover {
    background: #fff!important;
    border: 1px solid #0079de!important;
    color: #0079de!important;
}


.btn.btn-go {
    color: #fff!important;
    padding: 7px 20px;
    font-size: 14px;
}
.btn:hover,
.btn-go:hover {
    background: #fff!important;
    border: 1px solid #0079de!important;
    color: #0079de!important;
}
/* index Page starts  */

.logo {
    width: 110px;
}

.header-area {
    position: relative;
    z-index: 599;
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.top-header-area {
    position: relative;
    z-index: 1;
    background-color: #efefef;
    padding: 10px 0px;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 30%);
}

.userName {
    vertical-align: super;
    border-right: 2px solid #707070;
    padding-right: 10px;
    margin-right: 5px;
}

/* .navbar-top {
    padding: 10px 0px;
    margin: 0 3%;
} */

.top-header-area .top-header-content a {
    display: inline-block;
    font-size: 12px;
    color: #707070;
}

.top-header-area .top-header-content a i {
    color: #00aeef;
    margin-right: 5px;
}

.top-header-area .top-header-content a:last-child {
    margin-left: 30px;
}

.top-header-area .top-header-social-info a {
    color: #707070;
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    border-radius: 5px;
}

.top-header-area .top-header-social-info a:focus,
.top-header-area .top-header-social-info a:hover {
    color: #0079de;
}

.custom-tooltip.tooltip>.tooltip-inner {
    text-align: left;
    max-width: 500px;
}

/* .navbar-top .nav-link {
    color: #707070;
} */

/* .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0rem;
} */

/* .dropdown-menu {
    border-radius: 0;
    border: 1px solid rgba(112, 112, 112, 0.25);
    border-bottom: 2px solid #0079de;
    font-size: 14px;
    color: #707070;
} */

/* .dropdown-item:hover, */
/* .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0079de;
} */

/* .dropdown-item .fa {
    color: #0079de;
    font-size: 16px;
    padding-left: 3px;
} */

.innerCnt {
    border: 1px solid rgba(112, 112, 112, 0.25);
    padding: 20px 20px !important;
    margin: 0 auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.innerCnt h6 {
    font-weight: 600;
    line-height: 2;
    color: #333;
    font-size: 18px;
}

.srchBy {
    padding-left: 20px;
    padding-right: 20px;
}

.srchBy .form-control,  
.srchBy .form-select,
.dataTables_length select,
.form-control-Name,
.dataTableNew .form-select,
.new-slt .form-select,
.tabCnt .tab-content .form-select,
.form-select {
    width: 35%;
    background: #f3f2f2;
    border: 1px solid rgba(112, 112, 112, 0.25);
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    height: 42px;
    margin-right: 10px;
}

.smallLabel {
    width: 18% !important;
}

.dataTableNew .form-select {
    width: 100%;
}

.form-control-Name {
    border: none !important;
    background: none !important;
    width: 100%;
    padding-left: 0px !important;
    font-weight: bold;
}

.showBy .input-group-text {
    margin-right: 13px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
    width: 5%;
    padding: 10px 14px 11px;
    background: #007bff;
    margin-left: -4px;
    color: #fff;
    border-color: #007bff;
}

.dataTables_length select {
    width: 70px;
    margin-right: 0;
}

.date-control {
    width: 30% !important;
    margin-right: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.3em 1em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #0079de !important;
    border: 1px solid #0079de !important;
    color: #fff !important;
}

.dataTables_filter {
    display: none;
}

.table thead.thead-primary {
    background: #f3f2f2;
}

.table tbody th,
.table .thead-primary th,
.table tbody td {
    padding: 10px 20px !important;
    font-size: 14px;
    font-weight: normal;
    border-right: 1px solid rgba(112, 112, 112, 0.25) !important;
}

.table tbody th:last-child,
.table .thead-primary th:last-child,
.table tbody td:last-child {
    border-right: none;
}

table.dataTable thead th,
table.dataTable thead td {
    border-bottom: none;
    border-top: none;
}

.table tbody th,
.table .thead-primary th {
    font-weight: 700;
}

table.dataTable.no-footer {
    border-bottom: 1px solid rgba(112, 112, 112, 0.25) !important;
    text-align: center;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    margin-top: 10px;
}


/* .table thead th,
.table th,
.table td {
border: none;
} */

.table thead th {
    background-color: #521b71;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    padding: 10px 20px;
    color: #fff;
    border-right: 1px solid rgba(112, 112, 112, 0.25);
}

.table thead th:last-child {
    border-right: none !important;
}

.table {
    border: 1px solid rgba(112, 112, 112, 0.25);
}

.dark_section {
    background: #222d3f;
    margin-top: 50px;
    color: #fff;
    padding: 30px;
}

.table .fa {
    font-size: 20px;
    padding-right: 5px;
    cursor: pointer;
}

.innerCnt .fa-user-md {
    font-size: 24px;
    margin: 0 10px 0 5px;
    color: #0079de;
}

.showBy .form-label {
    margin-right: 5px;
    width: 10%;
}

.showBy .form-check {
    display: inline-block;
}

.showBy .checkbox-wrap {
    font-size: 14px;
}

#Div2 {
    display: none;
}

hr {
    border-color: #333 !important;
}

.grayButton {
    background: #707070 !important;
    color: #fff;
    font-size: 14px;
    border: 1px solid #707070 !important;
}

.grayButton:hover {
    border: 1px solid #707070 !important;
    color: #707070 !important;
    font-size: 14px;
}

.form-chkBox .checkbox-wrap {
    display: inline-flex;
    margin: 0 20px 0 0;
}

.fullWidthInput {
    width: 83% !important;
}


/* datepicker */

#datepicker>span:hover {
    cursor: pointer;
}

.mandatory {
    color: #FF0000;
    font-size: 9px;
    vertical-align: text-top;
}

.formNew .form-control,
.formNew .form-select {
    width: 100% !important;
}

.col-Dob .form-control {
    width: 80.5% !important;
}

.col-Dob2 .form-control,
.col-Dob .form-control {
    width: 30% !important;
    margin-right: 0px;
}

.col-Dob2 .input-group-addon,
.col-Dob .input-group-addon {
    margin-right: 16px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
    padding: 13px 14px 12px;
    background: #007bff;
    margin-left: -4px;
    color: #fff;
    border-color: #007bff;
    width: auto;
}

.col-Dob .input-group-addon {
    margin-right: 1px;
    padding: 10px 14px 10px;
}

.textAreaNew {
    width: 83% !important;
    height: auto !important;
}

.largeTable .table tbody th,
.largeTable .table .thead-primary th,
.largeTable .table tbody td {
    padding: 8px !important;
    border: 1px solid rgba(112, 112, 112, 0.25) !important;
}

.table .thead-primary th .fa {
    font-size: 16px;
}

.dataTableNew tbody td {
    padding: 8px !important;
    border-right: 1px solid rgba(112, 112, 112, 0.25) !important;
}

.dataTableNew tbody td:last-child,
table.dataTable tbody td:last-child {
    border-right: none !important;
}

table.dataTable tbody td {
    border-right: 1px solid rgba(112, 112, 112, 0.25) !important;
}

.largeTable .dataTableNew th .fa {
    font-size: 14px !important;
    vertical-align: middle;
}

.formNew .w-45 {
    width: 45% !important;
}

.amt .fa-inr {
    font-size: 15px;
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

#calendar .fc-view-container {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.datepicker {
    z-index: 999;
}

.res-form-Group {
    text-align: center;
}

.res-form-Group .col-sm-1,
.res-form-Group .col-sm-3,
.res-form-Group .col-sm-2 {
    margin: 0px;
    border-right: 1px solid rgba(112, 112, 112, 0.25);
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    padding-bottom: 8px;
}

.new-Horz-row {
    width: 6%;
    border-right: 1px solid rgba(112, 112, 112, 0.25);
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    padding-bottom: 5px;
}

.new-Horz-row2 {
    width: 10%;
    border-right: 1px solid rgba(112, 112, 112, 0.25);
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
    padding-bottom: 5px;
}

.new-Horz-row1 {
    width: 8%;
    border: 1px solid rgba(112, 112, 112, 0.25);
}

.res-form-Group label {
    padding: 10px;
    background: #f3f2f2;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}

.new-slt .form-select {
    width: 100%;
    margin: 0 auto;
}

.new-Horz-row .fa {
    font-size: 18px;
    vertical-align: middle;
    cursor: pointer;
}

.acrdin-head {
    padding: 10px;
    margin-bottom: 10px;
    background: #333;
    color: #fff;
}

.acrdin-head h3 {
    display: inline-block;
    width: 96%;
    padding-left: 2px;
    font-size: 1.5rem;
}

.acrdin-head span .fa {
    font-size: 1.5rem;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.btn-link {
    color: #0079de;
    font-weight: 700;
}

.approvalStatus {
    padding: 10px 15px;
    background: #ffff00;
    margin-bottom: 5px;
}

.nameEmp {
    font-weight: bold;
    font-size: 15px;
    color: #333;
}

.pndgAprvl {
    font-size: 15px;
    color: #333;
    padding-right: 5px;
}

.fa-info-circle {
    font-size: 20px;
    cursor: pointer;
}

.infoBody {
    border-bottom: 1px solid #333;
    line-height: 2;
    padding: 10px;
}

.txtb {
    font-weight: bold;
    margin: 8px 0px 10px;
}

.infoBody .form-control {
    margin-bottom: 10px;
}

.blueTxt {
    color: #0079de;
}

.bgClr {
    background-color: #d7d6f0;
}

.arrowHead::after {
    content: "";
    border-bottom: 0;
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    float: right;
    margin-top: 3px;
}

.arrowHead[aria-expanded="true"]::after {
    content: "";
    border-top: 0;
    border-bottom: 0.5em solid;
    float: right;
}

.card-header .btn-link {
    width: 100%;
    text-align: left;
    font-size: 18px;
}

.innerCnt .modal-content {
    padding: 10px;
}

.innerCnt .modal-body {
    padding: 10px 0px;
}

.tabCnt .nav-tabs li {
    padding: 10px;
}

.tabCnt .nav-tabs li {
    background-color: #fff;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #dee2e6;
    border-bottom: none;
    margin-left: 2px;
}

.tabCnt .nav-tabs li.active {
    background-color: #0079de;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 1px solid #0079de;
}

.tabCnt .nav-tabs li a {
    color: #333;
}

.tabCnt .nav-tabs li.active a {
    color: #fff;
}

.tabCnt .tab-pane h4 {
    padding: 10px 0px;
    font-size: 20px;
    border-bottom: 1px solid #dee2e6;
}

.tabCnt .tab-content {
    border: 1px solid #dee2e6;
    border-top: none;
    padding: 10px;
}

.tabCnt .tab-content .form-select {
    width: 100%;
}

.tabCnt .tab-content .textAreaNew {
    width: 100% !important;
}

.editContent.tabCnt .nav-tabs,
.listContent,
.editContent1,
.listContent1,
.editContent2,
.listContent2 {
    display: none;
}

.addEdit,
.addEdit1,
.addEdit2 {
    display: block;
}

.patchMBox {
    top: -115px;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

.patchMBox2 {
    top: 0px;
    position: absolute;
    margin: 0 auto;
    right: 0;
}

.innerMdBox {
    padding: 10px;
}

.innerMdBox .form-select {
    width: 100%;
    height: 48px;
}


/* only for firefox browser */

@-moz-document url-prefix() {
    .srchBy {
        display: inline-block !important;
        width: 100%;
    }
}


/* media Query Starts */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .w-50 {
        width: 48%!important;
        display: inline-block;
    }
    .logo {
        width: 80px;
    }
    .d-None {
        display: none;
    }
    .top-header-area {
        padding: 10px 10px 0px;
    }
    .srchBy .form-control,
    .srchBy .form-select {
        width: 100%;
        margin-bottom: 10px;
    }
    /* .navbar-top {
        padding: 0px;
    } */
    .pNo {
        padding: 0px;
    }
    .table tbody th,
    .table tbody td,
    .table thead th {
        padding: 10px;
        font-size: 13px;
    }
    /* .innerCnt h6 {
        font-size: 16px;
    } */
    .showBy .form-label {
        width: auto;
    }
    .table .fa {
        font-size: 18px;
    }
    .smallLabel,
    .width-15 {
        width: 100% !important;
    }
    .setFa-calender {
        position: absolute;
        margin: -39px 0 0 0px;
        right: 53px;
        font-size: 16px;
    }
    .dataTables_wrapper .dataTables_paginate .paginate_button {
        margin-bottom: 15px;
    }
    .hscroll {
        overflow-x: auto;
        /*table  Horizontal */
    }
    .hscroll::-webkit-scrollbar {
        width: 1em;
        height: 0.5em;
        margin-top: 5px;
    }
    .hscroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
    .hscroll::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 1px solid slategrey;
    }
    .col-Dob .input-group-addon {
        margin-bottom: 10px;
    }
    .res-form-Group .col-sm-1,
    .res-form-Group .col-sm-3,
    .res-form-Group .col-sm-2 {
        width: 100%;
        border: 1px solid rgba(112, 112, 112, 0.25);
        border-top: none;
    }
    .new-Horz-row,
    .new-Horz-row2,
    .new-Horz-row1 {
        width: 100%;
        border: 1px solid rgba(112, 112, 112, 0.25);
        padding-bottom: 5px;
        border-top: none;
    }
    .new-slt {
        width: 90%;
    }
    .res-form-Group label {
        font-weight: 700;
    }
    .approvalStatus img {
        width: 18px;
    }
    .widthR-40 {
        width: 40%;
    }
    .widthR-60 {
        width: 60%;
    }
    .widthR-95 {
        width: 95%
    }
    .widthR-5 {
        width: 5%
    }
    .acrdin-head h3 {
        width: 80%;
        font-size: 1rem;
    }
    .acrdin-head span .fa {
        font-size: 1.2rem;
    }
    .card-header .btn-link {
        font-size: 15px;
    }
    /* daily activity page responsive page starts */
    /* .resCnt-fluid{
        min-height: 325px;
        height:325px;
    } */
    .innerCntRes h4 {
        background: none;
        padding: 15px 10px 2px;
        color: #333;
        position: relative;
        margin: 0px auto 0px;
        width: 100%;
        text-align: left !important;
        font-size: 18px;
    }
    .modal-header .close {
        z-index: 555;
        position: absolute;
        right: 10px;
        top: 2px;
        margin-bottom: 5px;
    }
    .resTabNew h4 {
        font-size: 16px !important;
        font-weight: bold;
        text-align: center !important;
    }
    .resTabNew h5 {
        font-size: 14px !important;
        font-weight: 700;
        background: #ffff00;
        padding: 10px 5px;
    }
    .resTabNew .fa-floppy-o {
        font-size: 16px !important;
        font-weight: 700;
        margin-left: 5px;
        vertical-align: middle;
    }
    .resDatadiv h4 {
        font-size: 16px !important;
        font-weight: bold;
        color: #0079de;
        background: none;
    }
    .width-5 {
        width: 5%;
    }
    .width-55 {
        width: 55%;
    }
    .width-35 {
        width: 35%;
        vertical-align: top;
        float: right;
        text-align: right;
        padding-right: 15px;
    }
    .width-35 .fa {
        font-size: 18px;
        margin: 5px 0px 0px 6px;
        color: #000;
        display: inline;
    }
    .width-35 img {
        margin: -6px 0px 0px 6px;
        display: inline;
    }
    .width-20 {
        width: 20%;
    }
    .res-p {
        padding: 10px 0px;
    }
    .resTabNew2 .nav-tabs li.active {
        background: #d7d6f0;
        border: 1px solid #dee2e6;
        padding: 10px 20px;
    }
    .resTabNew2 .nav-tabs li {
        padding: 10px 20px;
    }
    .tabInnerBox {
        padding: 5px 15px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        margin-top: 10px;
    }
    .numberInput .fa {
        color: #0079de;
        font-size: 20px;
        font-weight: 700;
        padding: 0px 10px;
    }
    .IcontContainer {
        width: 80%;
        margin: 0px auto;
    }
    .IcontContainer span {
        position: relative;
        top: -7px;
        font-size: 22px;
        font-weight: 700;
    }
    .shedulebar1 {
        background: #ffff00 !important;
    }
    .shedulebar2 {
        background: #00aeef;
    }
    .shedulebar3 {
        background: #4cbb17 !important;
    }
    .shedulebar4 {
        background: #ec5578;
    }
    .shedulebar5 {
        background: #ff9f00 !important;
    }
    .shedulebar6 {
        background: #F0E68C !important;
    }
    .IcontContainer .fa {
        font-size: 40px;
        color: #333;
    }
    .IcontContainer .fa-calendar-check-o {
        padding: 15px;
        border-radius: 8px;
    }
    .IcontContainer .fa-calendar {
        padding: 15px;
        border-radius: 8px;
    }
    .IcontContainer .fa-gift {
        padding: 15px 18px;
        border-radius: 8px;
        font-size: 44px;
    }
    .IcontContainer .fa-phone {
        padding: 15px 19px;
        border-radius: 8px;
    }
    .IcontContainer .fa-money {
        padding: 15px 14px;
        border-radius: 8px;
    }
    .callCntDiv h5 {
        background: #ec5578;
        color: #fff;
        padding: 10px 15px;
    }
    .callCntDiv h5 .fa-phone {
        font-size: 26px;
    }
    .callCntInfo {
        padding: 10px 0px 5px;
        background: #707070;
        color: #fff;
        text-align: center;
        border-radius: 8px;
        margin-top: 20px;
        line-height: 2;
    }
    .piechart {
        margin-top: 20px;
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-image: conic-gradient(#ffd1dc 70deg, #00aeef 0 235deg)
    }
    .piechart2 {
        margin-top: 20px;
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background-image: conic-gradient(#ffd1dc 50deg, #00aeef 0 235deg)
    }
    .pieCrtCnt,
    .piechart,
    .piechart2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .patchSumryAcrd .card-header:after {
        font-family: 'FontAwesome';
        content: "\f068";
        float: right;
    }
    .patchSumryAcrd .card-header.collapsed:after {
        /* symbol for "collapsed" panels */
        content: "\f067";
    }
    .square {
        height: 25px;
        width: 25px;
        background-color: #4cbb17;
    }
    .square2 {
        height: 25px;
        width: 25px;
        background-color: #FF0000;
    }
    .redTxt {
        color: #FF0000 !important;
    }
    .greenTxt {
        color: #4cbb17 !important;
    }
    .gift-modalBody .callCntDiv h5 {
        background: #4cbb17;
    }
    .mainSection {
        height: 100%;
        min-height: 380px
    }
    .resCnt-fluid .modal-body {
        padding: 1rem 0.5rem;
    }
    .iconRow .fa {
        font-size: 18px;
    }
    .iconRow .fa:hover,
    .txtOrg {
        color: #ff9f00;
    }
    .calendarBody h4 {
        text-align: center !important;
        width: 94%;
        margin-bottom: 20px;
    }
    .mb-0 {
        margin-bottom: 0px;
    }
    .historyTitle {
        background: none;
        padding: 5px 10px;
        color: #333;
        position: relative;
        margin: 0px auto 0px;
        width: 100%;
        text-align: left;
        font-size: 20px;
    }
    /* .navbar-toggler-icon {
        margin-top: -54px;
        margin-left: -16px;
    } */
    .dark_section-footer {
        background: none;
        margin-top: 30px;
        color: #333;
        padding: 10px;
        text-align: center;
    }
    /* .navbar-brand .fa-user {
        float: right;
        margin: 0 -12px 0 0;
        color: #333;
    } */
    .calendarBody h5 {
        font-size: 14px !important;
        font-weight: 700;
        background: #ffff00;
        padding: 10px 5px;
    }
    .scrollList {
        height: 180px;
        overflow-y: scroll;
    }
    .resTabNew .form-control {
        height: 40px;
    }
    .card-title {
        width: 120px;
        display: inline-block;
    }
    .patchSumryAcrd .card-title input[type="checkbox"] {
        position: absolute;
        right: 46px;
        margin-top: 3px;
    }
    .patchMBox {
        top: -78px;
    }
    .acrdin-head .fa-plus {
        font-size: 20px;
    }
    .shoeClnrCnt {
        position: absolute;
        right: 0;
        bottom: -10px;
        background: #fff;
        z-index: 999;
        padding: 15px 10px;
    }
}

@media all and (min-width: 992px) {
    /* .dropdown-menu li {
        position: relative;
    } */
    /* .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    } */
    /* .nav-item .submenu-left {
        right: 100%;
        left: auto;
    } */
    /* .dropdown-menu>li:hover {
        background-color: #f1f1f1
    } */
    /* .dropdown-menu>li:hover>.submenu {
        display: block;
    } */
}


/* ============ desktop view .end// ============ */


/* ============ small devices ============ */

@media (max-width: 991px) {
    /* .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    } */
}
.tabtab button.active {
    background-color: #2f9be5;
    color:white
  }

  li:hover{
    cursor: pointer;
  }
  a:hover{
    cursor: pointer;
  }
  button:hover{
    cursor: pointer;
  }
  select:hover{
    cursor: pointer;
  }
  input:hover{
    cursor: pointer;
  }
  img:hover{
    cursor: pointer;
  }

