
  
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

a.btn-icon-only {
    border-radius: 6px;
    background: #7C69E9;
    color: #fff;
    padding: 10px 15px;
    width: auto !important;
    height: auto !important;
    line-height: 1.5 !important;
    min-width: auto;
}

a.btn-icon-only span i {
    padding-right: 5px;
}

table tbody tr {
    background: none;
}

table.dataTable thead th,
.datatable-emp table.dataTable thead td,
table.dataTable.no-footer {
    border-bottom: 0;
}

.table th {
    border: none;
}

.table tr {
    /* border-top: 1px solid #f0f1f1; */
}

.table tbody tr:first-child {
    border-top: none;
}

table thead tr th {
    font-size: 12px;
    color: #666666;
    padding: 28px 20px;
}

table thead tr {
    background: #fff;
    border-radius: 15px;
    /* box-shadow: 0 31px 49px rgba(105, 105, 105, 0.09); */
    position: relative;
}

table tbody {
    background: #fff;
}

.calendar-table table tbody tr td,
.calendar-table table thead tr th {
    padding: 5px;
}

.calendar-table table {
    margin-bottom: 0 !important;
}

.daterangepicker td.active {
    background: #0f5ef7;
}

.daterangepicker.dropdown-menu {
    z-index: 99999 !important;
}

table tbody tr td {
    background: #fff;
    padding: 28px 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}



.widget-calendar .e-height .fc-day-number {
    height: 190px;
}

.Id a {
    color: #624CE0;
    font-weight: 500;
    border: 1px solid #EEEBFB;
    border-radius: 4px;
    padding: 4px 15px;
    font-size: 14px;
    display: inline-block;
    background: #EEEBFB;
}

.Id a:hover {
    background: #EEEBFB;
    color: #624CE0;
}

.edit-icon i,
.send-icon i {
    color: #fff;
    font-size: 10px;
}
.delete-icon i {
    color: #FF2E00;
}

.edit-icon,
.delete-icon {
    float: right;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    position: relative;
    border-radius: 6px;
    width: 25px;
    line-height: 21px;
    height: 25px;
    text-align: center;
}

.edit-icon, .send-icon {
    margin-right: 6px;
    /* background: #0f5ef7; */
}

.send-icon {
    float: left;
    background: #00B8D9;
    border-radius: 6px;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
}

.table-responsive {
    /* background: #fff; */
    /*box-shadow: 0 31px 49px rgba(105,105,105,0.09);*/
    padding-bottom: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background: #f5f5f5 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #624de1 !important;
    padding: 5px 30px !important;
    cursor: pointer !important;
    height: 40px;
    line-height: 30px;
}

.table_download_btn .dt-buttons {
    top: auto;
    bottom: -50px;
    right: 12px;
    /* right: 290px; */
}
.table_download_btn .dt-buttons::before {
    content: "Download :";
    position: absolute;
    left: -80px;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    top: 7px;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    margin-left: 10px;
    margin-right: 15px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
    margin-right: 10px;
    margin-left: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #624de1 !important;
    font-size: 10px !important;
    font-weight: 600;
    border-radius: 4px !important;
    border-color: #624de1 !important;
    color: #fff !important;
    padding: 5px 10px !important;
}

.dataTables_info {
    font-size: 12px;
    color: #a3afbb !important;
    padding-left: 20px;
}

table {
    margin-bottom: 20px !important;
}

.table td,
.table th {
    padding: 5px !important;
}

.table td, .table th {
    padding-right: 30px !important;
  }
  .table td:last-child, .table th:last-child {
    padding-right: 0px !important;
  }

.dataTables_wrapper .dataTables_filter {
    height: 40px;
    padding: 0 15px;
    position: relative;
    margin: 30px 0 30px 0px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 3px;
}

.dataTables_wrapper .dataTables_length {
    margin: 30px 0 30px 20px;
    border: 1px solid #0f5ef7;
    border-radius: 8px;
    height: 40px;
    background: #0f5ef7;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    padding: 0 15px;
}

.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter input {
    outline: none;
    border: none;
    background: none;
    font-weight: 500;
    line-height: 28px;
    color: #000000;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_filter label {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    float: left;
}

.dataTables_wrapper .dataTables_filter label:before {
    position: absolute;
    /* content: "\f002"; */
    content: "";
    background-image: url(../img/search.svg);
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 16px;
    right: 15px;
    top: 10px;
    width: 17px;
    height: 17px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

::-webkit-search-cancel-button{
    -webkit-appearance: none;
}

.dataTables_wrapper .dataTables_length select {
    border: none;
    font-size: 12px;
    color: #0f5ef7;
    margin: 0 5px;
    line-height: 40px;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: #fff url('../../assets/img/arrow-drop.png') no-repeat 85% 53%;
    height: 38px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: none;
    color: #0f5ef7 !important;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 10px !important;
}

.application .navbar {
    border-bottom: 1px solid #EBEBEB;
}

.media-pill {
    background: none;
    color: #0f5ef7;
    font-weight: bold;
}

.media-pill span {
    font-size: 11px !important;
}

.main-content .media-pill:hover {
    background: none;
}

.navbar-nav .nav-link {
    color: #a3afbb;
}

ul.navbar-nav .dropdown-animate a {
    background: #EEEBFB;
    border-radius: 5px !important;
    padding: 10px 10px !important;
    font-size: 15px;
    color: #624CE0;
    font-weight: 600;
    min-width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
ul.navbar-nav .dropdown-animate a.dropdown-item {
    padding: 0 10px !important;
    height: 20px;
}
ul.navbar-nav .dropdown-menu a {
    border-radius: 0px !important;
}
.dropdown-toggle-custom {
    background: #F5F5F5 !important;
    padding: 10px 20px 0;
    border-radius: 5px;
}
/* .rounded-circle img {
    border-radius: 50%;
} */
/* .avatar.rounded-circle img {
    border-radius: 50%;
    max-width: 30px;
} */
.user_name {
    font-size: 12px;
    width: 120px;
    display: block;
    text-align: center;
}
ul.navbar-nav .dropdown-animate a i.fa-bell {
    margin-right: 10px;
    color: #a3afbb;
    font-size: 15px;
    position: relative;
    top: 3px;
}

.fa-globe-europe {
    margin-left: 40px;
}

.application .container-application .page-content {
    /*padding-bottom: 100px;*/
    padding-bottom: 30px;
}

.page-title h5 span {
    color: #a3afbb;
}

.card-box {
    padding: 20px;
    box-shadow: 0 31px 49px rgba(105, 105, 105, .09);
    border-radius: 5px;
    flex-direction: inherit;
    position: relative;
    /*display: inherit;*/;
}

.card {
    margin-bottom: 40px;
    border: none;
    clear: both;
    border-radius: 5px;
    padding-bottom: 20px;
}

.left-card {
    width: 120px;
    float: left;
}

.icon-box {
    width: 45px;
    height: 45px;
    background: #115ff7;
    border-radius: 55px;
    float: left;
    text-align: center;
    line-height: 46px;
}

.icon-box i {
    color: #fff;
}

.left-card h4 {
    float: left;
    font-size: 13px;
    color: #a3afbb;
    font-weight: 600;
    width: 50px;
    padding-top: 5px;
    margin: 0;
    padding-left: 8px;
}

.left-card h4 span {
    color: #011c4b;
    clear: both;
    width: 100%;
    float: left;
}

.number-icon {
    color: #011c4b;
    font-size: 25px;
    font-weight: 600;
    float: left;
    width: 70px;
    text-align: center;
    padding-top: 2px;
}

.user-text {
    float: left;
    width: 113px;
    padding: 8px 0 0 0;
}

.user-text h5 {
    font-size: 0.8125rem;
    color: #a3afbb;
    margin: 0;
}

.dotted-icon {
    position: absolute;
    right: -7px;
    top: 30px;
}


.green-bg {
    background: #02bb8a;
}

.half-box .left-card {
    width: 150px;
}

.half-box .left-card h4 {
    width: 80px;
}

.half-box .number-icon {
    width: 320px;
}

.absent-btn {
    background: #ed3a3a;
    color: #fff;
    padding: 5px 20px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 12px 27px rgba(1, 28, 75, 0.07);
}

.absent-btn:hover {
    color: #fff;
    background: #f74545;
}

.more-text {
    font-size: 12px;
    color: #624de1;
    font-weight: 600;
    position: relative;
}

.more-text:before {
    width: 9px;
    height: 6px;
    background: url('../../assets/img/arrow-drop.png') no-repeat;
    content: "";
    right: -20px;
    top: 6px;
    position: absolute;
}

.datatable-emp .more-text {
    margin-left: -20px;
}

.more-text:hover {
    color: #624CE0;
}

.history-text {
    padding-right: 20px;
}

.more-text.history-text:before {
    right: 0;
    transform: rotate(-90deg);
    top: 6px;
    width: 7px;
    height: 11px;
}

.widget-text {
    padding-right: 35px;
}

.widget-text:before {
    content: "+";
    background: #624de1;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    right: 0;
    font-weight: bold;
    top: -5px;
    line-height: 25px;
    text-align: center;
}

.text-left .history-text {
    margin-left: 30px;
}

.text-left .history-text:before {
    top: 3px;
}

.widget-calendar {
    clear: both;
}

.widget-calendar table {
    margin-bottom: 0 !important;
}

.widget-calendar table thead tr {
    background: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
}

.widget-calendar-day,
.widget-calendar-year,
.fc-header-toolbar .fc-center h2 {
    font-size: 14px !important;
    font-weight: 600;
    color: #0f5ef7 !important;
}

.widget-calendar table {
    overflow: inherit;
}

.widget-calendar .fc-day-number {
    text-align: right;
    width: calc(100% - 5px);
    background: #efefef;
    height: 60px;
    border-radius: 10px;
    font-size: 12px;
    color: #666;
    padding-right: 5px;
}

.fc td,
.fc th {
    border-width: 5px;
    border: none !important;
}

.fc-header-toolbar {
    display: block;
}

.fc-event-container {
    display: block;
}

.widget-calendar .fc-view-container {
    padding: 0 15px;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0;
    display: none;
}

.fullcalendar-title {
    font-size: 14px !important;
    color: #0f5ef7;
    padding-top: 9px;
    float: left;
    text-align: center;
    width: 100%;
}


/*.card-header {
	display: none;
}*/

.btn-group .btn-neutral {
    font-size: 12px;
    padding: 7px 12px;
    background: #624CE0;
    color: #fff;
    border: none;
    border-radius: 10px;
}

.fa-angle-left:before,
.fa-angle-right:before {
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

.fullcalendar-btn-prev {
    background: #0f5ef7;
    border-radius: 15px 0 0 15px;
    border: none;
    margin-right: 2px !important;
}

.fullcalendar-btn-next {
    background: #0f5ef7;
    border-radius: 0 15px 15px 0;
    border: none;
}

.office-time {
    font-size: 12px;
    color: #a3afbb;
    width: 100%;
}

.clock-btn {
    background: #02bb8a;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 12px;
    min-width: 140px;
    text-align: center;
    display: inline-block;
}

.btn-section {
    padding: 40px 0 30px 0;
}

.clock-btn:hover {
    color: #fff;
    background: #25cfa2;
}

.card-box .row {
    clear: both;
}

.clock-btn img {
    margin-right: 5px;
}

.red-bg {
    background: #ed3a3a;
}

.red-bg:hover {
    background: #ed4747;
}

.red-bg img {
    transform: rotate(180deg);
}

.rm-column {
    display: inherit;
}

.select-box {
    border: 1px solid #0f5ef7;
    font-size: 12px;
    color: #0f5ef7;
    line-height: 40px;
    font-weight: 600;
    padding: 0 10px;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 113px;
    margin: 0 10px 0 0;
    background: url('../../assets/img/arrow-drop.png') no-repeat 85% 53%;
    height: 42px;
    float: left;
}

.select-box option {
    padding-top: 10px;
    padding-bottom: 10px;
}

select:focus,
input:focus {
    outline: none;
}

.all-button-box .btn-icon-only {
    float: left;
}

.view-btn {
    border-radius: 10px;
    padding: 10px 15px;
    color: #fff;
    margin-left: 10px;
}

.gray-bg {
    background: #a3afbb !important;
    color: #fff;
}

.gray-bg:hover {
    background: #b1c4d6 !important;
    color: #fff !important;
}

.yellow-bg {
    background: #feb701;
    color: #fff;
}

.yellow-bg:hover {
    background: #fac337;
    color: #fff;
}

.green-bg {
    background: #02bb8a;
    color: #fff;
}

.green-bg:hover {
    background: #2ccea3;
    color: #fff;
}

.blue-bg {
    background: #0f5ef7;
}

.blue-bg:hover {
    background: #a3afbb;
    color: #fff;
}

.Action a:first-child {
    margin-left: 0;
}

.white-bg {
    background: #fff;
}

.sal-left-card {
    width: 58%;
    float: left;
}

.icon-user {
    width: 90px;
    height: 90px;
    background: #0f5ef7;
    border-radius: 100px;
    text-align: center;
    line-height: 100px;
    float: left;
}

.icon-user i {
    font-size: 35px;
    color: #fff;
}

.sal-left-card .h4 {
    font-weight: normal;
    margin-bottom: 0;
}

.sal-left-card h6 {
    font-size: 14px !important;
    color: #a3afbb;
    font-weight: 600;
    margin-bottom: 0;
}

.right-title {
    float: left;
    padding: 15px 0 0 20px;
}

.sal-right-card {
    text-align: center;
    width: 42%;
    float: left;
    padding-top: 10px;
}

.badge-blue {
    background: #624CE0;
    color: #fff;
    
}

.btn-create.badge-blue {
    transition: 0.5s;
    font-size: 13px;
    border: none;
    font-weight: 700;
}

.btn-create.badge-blue:after {
    content: '';
    position: absolute;
    opacity: .5;
    background: #624CE0;
    border-radius: 15px;
    width: 95%;
    height: 100%;
    left: 0px;
    right: 0;
    bottom: 0px;
    z-index: -1;
    transition: all .25s ease;
    margin: 0 auto;
}
.btn-create.badge-blue:hover:after {
    transform: translateY(5px);
}
.sal-right-card .Id {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.right-slider h5 {
    font-size: 19px;
}

.change-icon:before {
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-size: 10px;
}

.page-title h5,
.h4 {
    color: #011c4b;
    font-weight: normal;
}

.export-text {
    font-size: 12px;
    color: #0f5ef7;
    font-family: 'Silka';
}

.con-file {
    border: 1px solid #a3afbb;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Silka';
    padding: 1px 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.con-file:hover {
    color: #0f5ef7;
    border-color: #0f5ef7;
}

.active-file {
    color: #0f5ef7;
    border-color: #0f5ef7;
}

.manage-table .dataTables_length,
.manage-table #myTable_filter {
    display: none;
}

.m-view-btn {
    width: 105px;
    padding: 8px 10px;
    line-height: normal;
    border-radius: 10px;
    color: #fff;
}

.m-view-btn a {
    float: right;
    color: #fff;
    text-decoration: underline;
}

.m-blue-bg {
    background: #0f5ef7;
}

.close-icon:before {
    content: "x";
    font-size: 11px;
}

.h4 span {
    color: #a3afbb;
}

.card form {
    width: 100%;
}

.card form input,
.card form textarea {
    border-color: #a3afbb;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Silka';
    margin-bottom: 15px;
}


.select2-container {
    /* margin-bottom: 15px; */
    z-index: 99;
}

.select2-container .select2-selection--single {
    border-radius: 10px;
    height: 40px;
    font-size: 13px;
    color: #a3afbb;
    font-weight: normal;
    font-family: 'Silka';
    box-shadow: none !important;
}

.settings_select_2 .select2-container .select2-selection--single {
    box-shadow: none !important;
    padding: 8px 14px;
    font-size: 17px;
    color: #000000 !important;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: none;
    height: 40px;
}
.settings_select_2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000000 !important;
    line-height: inherit;
}


.select2-container .select2-selection--single:focus {
    border-color: #a3afbb !important;
}

.btn-box .select2-container .select2-selection--single {
    border-color: #0f5ef7;
    background: none;
}

.select2-results .select2-results__options {
    font-size: 12px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*color: #a3afbb !important;*/
    color: #000 !important;

}

.all-button-box .btn-create {
    margin-top: 0;
}

li.select2-results__options {
    padding: 2px 12px;
}

.select2-container .select2-search {
    display: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border-radius: 10px !important;
    font-size: 12px !important;
    height: 40px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: calc(1.5em + 0.5rem + 2px);
}

.card form textarea {
    line-height: 20px !important;
    padding: 5px 12px;
}

.card form input:focus,
.card form textarea:focus {
    border-color: #624CE0;
    box-shadow: none;
    color: #624CE0;
}

/* .card form .form-control-label {
    color: #a3afbb;
    font-size: 12px;
} */

.btn-create {
    border: none;
    color: #fff !important;
    height: auto !important;
    line-height: normal !important;
    padding: 15px 25px;
    margin-top: 10px;
    font-size: 14px;
    margin-right: 10px;
    font-family: 'Silka';
    border-radius: 6px !important;
}

.datepicker table {
    margin-bottom: 0 !important;
}

.datepicker table tbody tr td,
.datepicker table thead tr th {
    padding: 10px;
    text-align: center;
}

#datepicker .form-control:focus {
    background: none;
}

.bg-gray {
    background: #b7b7b7;
}

a.bg-red {
    background: #ef3939;
}

.all-button-box a.width-auto {
    min-width: auto;
    padding: 10px 25px;
}

.all-button-box a.mt-25 {
    margin-top: 25px;
}

.month-btn {
    border: 1px solid #0f5ef7;
    font-size: 12px;
    color: #0f5ef7;
    line-height: 40px;
    font-weight: 600;
    border-radius: 10px;
    width: 100%;
    display: inline-block;
    height: 42px;
    clear: both;
    float: left;
}

.month-btn input {
    width: 100% !important;
    border: none;
    background: transparent;
    font-size: 12px;
    color: #0f5ef7;
    padding: 0 10px !important;
    font-family: 'Silka';
}


/* .page-title {
    padding: 0 15px;
} */


.monthly-btn {
    border: 1px solid #0f5ef7;
    border-radius: 10px;
    overflow: hidden;
    clear: both;
    float: left;
    height: 42px;
    width: 100%;
}

.monthly-text {
    padding: 10px 5px;
    background: #0f5ef7;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    float: left;
    width: 50%;
    text-align: center;
}

.daily-text {
    padding: 10px 4px;
    display: inline-block;
    color: #0f5ef7;
    font-size: 12px;
    font-weight: 600;
    float: left;
    width: 50%;
    text-align: center;
}

.text-type {
    color: #0f5ef7;
    font-size: 12px;
    font-family: 'Silka';
    padding-bottom: 5px;
}



.btn-box select.select-box {
    margin-right: 0;
    clear: both;
    float: left;
    width: 100%;
}

.att-table .dataTables_length {
    display: none;
}



.badge-success {
    background-color: #20C933 !important;
}

a.bg-yellow {
    background: #feb701;
}

.btn-xls .con-file,
.btn-xls .export-text {
    margin-top: 24px;
}

.btn-xls .active-file {
    margin-right: 15px;
}

.report-text {
    color: #011c4b;
    font-family: 'Silka' !important;
    font-size: 12px;
    font-weight: normal;
}

.gray-text {
    color: #a3afbb;
}

.width-70 .select-box {
    width: 70px;
}

.page-title .d-flex {
    flex-wrap: wrap;
}

.all-button-box {
    float: right;
}

.page-title .all-button-box {
    width: 100%;
    margin: 0;
}

.page-title .all-button-box a {
    width: 100% !important;
    max-width: 100%;
    padding: 10px 15px;
}

.p-3 .export-file {
    margin-right: 15px;
}

.all-select .monthly-text {
    border-radius: 0 10px 10px 0;
    padding: 8px 15px;
}

.all-select {
    margin-top: 25px;
}

.all-select select.select-box {
    float: right;
}

.all-select select {
    float: right;
    width: 70px;
    border: none;
}

.all-button-box.mt-25 {
    margin-top: 25px;
}

.report-text span {
    font-size: 16px;
    padding-left: 15px;
}

.text-green {
    color: #02ba8a;
}

.text-red {
    color: #ed3a3a;
}

.last-day-text {
    color: #011c4b;
    font-size: 11px;
    font-family: 'Silka' !important;
    font-weight: normal;
    float: right;
    padding-top: 10px;
}

.last-day-text span {
    color: #a3afbb;
    font-size: 10px;
}

.export-file.float-right {
    padding-right: 20px;
}

.login-contain {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    background-image: url(../img/login_bg.svg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 40px 0 100px; */
}

.login-contain:before {
    position: absolute;
    content: "";
    z-index: -9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: url('../../assets/img/bg-login.png') no-repeat; */
    background-position: center center;
}

html,
body {
    height: 100%;
}

.login_header .login-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.login_header {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.login-menu li {
    display: block;
    list-style-type: none;
    text-align: center;
    margin-top: 20px;
}
.gray-login a {
    background: #EBEBEB;
    border-radius: 6px;
}
.gray-login a:hover {
    background: #624de1; 
    color: #fff;
}
.blue-login a {
    background: #624de1;
    border-radius: 5px;
}

.blue-login a:hover {
    background: #417ef6;
}

.login-menu li.gray-login.blue-login a {
    color: #fff;
    background-color: #624de1;
}

.login_header .login-menu li {
    margin: 0 5px;
}



.login-menu li a {
    padding: 0px 25px;
    display: inline-block;
    font-size: 15px;
    color: #624de1;
    font-family: 'Silka';
    height: 40px;
    line-height: 40px;
}

.login-inner-contain {
    padding: 0px 0px 50px;
}

.login-form {
    width: 400px;
    margin: 20px auto 0 auto;
    padding: 20px 50px 25px 50px;
    text-align: center;
    background: #fff;
    position: relative;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 11px;
}

.login-form h5 {
    font-weight: normal;
    font-size: 26px;
    padding-bottom: 15px;
    margin: 0;
}

.login-form .form-group .form-control-label,
.blue-label {
    font-weight: 500;
    font-size: 15px;
    line-height: 14px;
    text-align: center;
    color: #000000;
    margin: 10px 0 15px;
}

.form-group .form-control-label {
    font-size: 13px;
    font-family: 'Silka';
    font-weight: normal;
}

.login-form .form-group input,
.blue-input {
    color: #000;
    border: none;
    background: #F5F5F5 !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: #000 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

.login-form .form-group input:focus {
    box-shadow: none;
}


.form-group input {
    border-radius: 4px;
    height: 40px;
    box-shadow: none;
    line-height: 40px;
    font-size: 12px;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-weight: normal;
}



.remember-me-text {
    color: #a3afbb;
    font-size: 12px;
}


.login-form .custom-control-label::before {
    top: 3px;
}

.login-form .custom-control-label::after {
    top: 4px;
}

.btn-login {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 6px;
    border: none;
    font-weight: 700;
}


.login-gray-btn {
    max-width: 180px;
    margin: auto;
    background: #a3afbb;
}

.login-gray-btn:hover {
    background: #bbc5ce;
}

.copyright-text {
    font-size: 13px;
    color: #666666;
    padding: 15px 0 10px 0;
    font-weight: 500;
}

.login-inner-contain .all-select {
    width: 280px;
    margin: 10px auto 0 auto;
}

.login-inner-contain .all-select select.select-box {
    width: 100px;
}

.login-inner-contain .all-select .monthly-text {
    padding: 9px 15px;
}

.login-inner-contain .or-text {
    color: #000000;
    margin: 15px 0;
    position: relative;
    font-weight: 500;
    font-size: 20px;
}

.login-inner-contain .or-text:before,
.login-inner-contain .or-text:after {
    width: 40%;
    background: #EBEBEB;
    height: 2px;
    top: 18px;
    left: 0;
    position: absolute;
    content: "";
}

.login-inner-contain .or-text:before {
    right: 0;
    left: auto;
}

.login-contain .navbar-brand {
    margin-right: 0;
}

.chart-title {
    padding: 20px 20px 0 20px;
}

.chart-title h4 span {
    color: #011c4b;
    width: 60px;
    float: left;
}

.chart-title h4 {
    color: #ed3a3a;
    font-size: 12px;
    font-family: 'Silka' !important;
    font-weight: normal;
}

.chart-title h5 {
    color: #011c4b;
    font-size: 12px;
    font-family: 'Silka' !important;
    font-weight: normal;
}

.chart-title h5 span {
    margin-left: 10px;
    font-weight: normal;
}

.payslip-box {
    clear: both;
    overflow: hidden;
}

.left-pay-box h5 {
    font-size: 14px;
    color: #a3afbb;
    font-weight: normal;
    font-family: 'Silka' !important;
}

.left-pay-box select {
    border: none;
    background: none;
    font-size: 14px;
    color: #011c4b;
    font-family: 'Silka';
    background: url('../../assets/img/dark-arrow.png') no-repeat 97% 53%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    width: 145px;
}

.right-pay-box h5 {
    font-size: 14px;
    color: #a3afbb;
    font-weight: normal;
    font-family: 'Silka' !important;
}

.right-pay-box h5.color-gray {
    color: #011c4b;
}

.left-pay-box {
    float: left;
    width: 74%;
}

.right-pay-box {
    float: right;
    width: 26%;
}

.card.flex-none {
    display: inline-block;
    width: 100%;
}

.slider-range .slider.slider-horizontal {
    width: 70%;
    margin: 15px 0 20px 0;
}

#ex1SliderVal {
    font-size: 28px;
    color: #0f5ef7;
    font-family: 'Silka' !important;
    padding-left: 10px;
}

.slider-track-low,
.slider-track-high {
    background: #a3afbb;
}

.slider-handle {
    background: #a3afbb;
}

.slider-selection {
    background: #0f5ef7;
}

.text-block h5 {
    font-weight: normal;
    font-family: 'Silka' !important;
    font-size: 17px;
}

.text-block p {
    font-size: 12px;
    color: #a2aec0;
    margin-bottom: 0;
}

.small-title {
    font-size: 22px;
    color: #011c4b;
    font-weight: normal;
}

.input-file {
    padding: 20px 0 0 0;
}

.big-logo {
    height: 70px;
}

.landing-logo {
    height: 50px;
}

.setting-card .form-group .form-control-label,
.company-setting .form-group .form-control-label,
.invoice-card label,
.modal form .form-control-label {
    color: #000 !important;
}

.our-system ul {
    margin: 0 0 50px 0 !important;
}

.btn-submit {
    padding: 10px 23px;
    border-radius: 5px;
    background: #624CE0;
    color: #fff;
    line-height: 1.5 !important;
    transition: 0.5s;
    font-size: 13px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 700;
}

.login_title h5 {
    margin: 30px 0;
    font-weight: 600;
    font-size: 30px;
    line-height: 20px;
    text-align: center;
    color: #000000;
}

/* .btn-submit:hover {
    color: #ffffff;
    background-color: #000000;
} */

.tab-content h6.text-black {
    font-size: 12px;
    color: #011c4b;
    font-weight: normal !important;
    font-family: 'Silka' !important;
}

.color-picker .custom-control-label::before {
    border: 1px solid #011c4b;
    left: 0;
}

.color-picker .blue-box .custom-control-label::before,
.color-picker .blue-box .custom-control-input:checked ~ .color-picker .blue-box .custom-control-label::before {
    background: #008aff !important;
}

.color-picker .gray-box .custom-control-label::before,
.color-picker .gray-box .custom-control-input:checked ~ .color-picker .gray-box .custom-control-label::before {
    background: #666666 !important;
}

.color-picker .s-blue-box .custom-control-label::before,
.color-picker .s-blue .custom-control-input:checked ~ .color-picker .s-blue .custom-control-label::before {
    background: #6677ef !important;
}

.color-picker .red-box .custom-control-label::before,
.color-picker .red-box .custom-control-input:checked ~ .color-picker .red-box .custom-control-label::before {
    background: #f50102 !important;
}

.color-picker .orange-box .custom-control-label::before,
.color-picker .orange-box .custom-control-input:checked ~ .color-picker .orange-box .custom-control-label::before {
    background: #f9b034 !important;
}

.color-picker .yellow-box .custom-control-label::before,
.color-picker .yellow -box.custom-control-input:checked ~ .color-picker .yellow-box .custom-control-label::before {
    background: #fbdd03 !important;
}

.color-picker .custom-control-label::after {
    top: 12px;
    left: 6px;
}

.color-picker .custom-control {
    padding: 0;
}

.emp-title {
    color: #a3afbb;
    font-size: 14px;
    font-weight: normal !important;
    font-family: 'Silka' !important;
}

.emp-title.black-text {
    color: #011c4b;
}

.global-icon button {
    background: none;
    border: none;
}

.global-icon .dropdown-menu-right {
    margin-right: 0 !important;
    min-width: 90px !important;
    padding: 0 !important;
    text-align: center;
}

.global-icon .dropdown-menu-right .dropdown-item {
    padding: 7px 15px;
    color: #3C4858;
    font-size: 14px;
}

.global-icon .dropdown-menu-right .dropdown-item:hover {
    background: #f5f5f5;
}

.modal-backdrop.show {
    opacity: 0.95;
}

.modal-backdrop {
    background: #f9f9f9;
}

.modal-content {
    background: none;
    box-shadow: none;
}

.modal-body {
    /*background: #fff;*/
    border-radius: 0.375rem;
    /*box-shadow: 0 31px 49px rgba(105, 105, 105, 0.09);*/
    padding: 15px 0px;
}

.modal .close-icon {
    margin-top: 10px;
}

.modal .close-icon::before {
    top: -3px;
}

.modal .our-system ul {
    margin-bottom: 0 !important;
}


/* jenish */


/* updrade.html */

.see-more p {
    padding: 20px 0px;
    color: #a2aec0;
    font-size: 14px;
}

.plan-1 {
    background-color: #a3afbb;
    padding: 50px 20px;
    border-radius: 20px;
    height: 100%;
}

.plan-2 {
    background-color: #0f5ef7;
    padding: 50px 20px;
    border-radius: 20px;
    height: 100%;
}

.plan-3 {
    /* padding: 20px 20px; */
    height: 100%;
    border: 0.971698px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 6.80189px;
}

ul.plan-detail {
    list-style: none;
    padding-left: 0px;
}

ul.plan-detail li {
    position: relative;
    /* padding-left: 20px; */
    font-size: 16px;
    padding-bottom: 10px;
    color: #000;
}

/* ul.plan-detail li:before {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 4px;
} */

p.price {
    font-size: 50px;
    font-family: "Silka";
}

p.price sup {
    top: -19px;
    left: 6px;
    font-size: 17px;
}

p.price span {
    font-size: 30px;
}

p.price sub {
    left: -3px;
    font-size: 12px;
}

.plan-1 h6 {
    font-size: 20px;
    font-family: 'Silka' !important;
    font-weight: normal;
}

.plan-2 h6 {
    font-size: 20px;
    font-family: 'Silka' !important;
    font-weight: normal;
}

.plan-3 h6 {
    font-size: 20px;
    font-family: 'Silka' !important;
    font-weight: normal;
}



.plan-1 a.button {
    font-family: "Silka";
    background-color: rgb(15, 94, 247);
    border-width: 1px;
    border-color: rgb(15, 94, 247);
    border-style: solid;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}

.plan-2 a.button {
    font-family: "Silka";
    background-color: white;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    border-radius: 5px;
    color: #0f5ef7;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}

.plan-3 a.button {
    font-family: "Silka";
    background-color: rgb(15, 94, 247);
    border-width: 1px;
    border-color: rgb(15, 94, 247);
    border-style: solid;
    border-radius: 5px;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
}

.price-text {
    color: #061737;
    padding-right: 100px;
    font-size: 14px;
}

.plan-2 .price-text {
    color: white;
}

.plan-3 .price-text {
    color: white;
}

.plan-2 a.button {
    background-color: white;
    border-color: white;
    color: #0f5ef7;
}

.server-plan {
    color: #637da9;
    background-color: #0f5ef74d;
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 10px;
}

.server-plan a {
    color: #0f5ef7;
}

.nav.nav-tabs li a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.nav.nav-tabs {
    border: 1px solid #0f5ef7;
    border-radius: 5px;
}

.profile_label p {
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #666666;
}


.settings_sidebar_tab ul.nav.nav-tabs li {
    display: inline-block;
    width: 100%;
}
.settings_sidebar_tab ul.nav.nav-tabs li a {
    display: inline-block;
    padding: 10px 20px;
}
.nav.nav-tabs li a.active {
    color: #624CE0;
    background: #EEEBFB;
    border-radius: 5px;
    
}

.annual-billing span {
    background: #0f5ef7;
    color: white;
    border-radius: 5px;
    padding: 2px 15px;
}

.annual-billing .active span {
    background: white;
    color: #0f5ef7;
}

.text-block a {
    color: #008aff;
}


/* end */


/* staff-roal-editor.html */

.modal-open,
.modal-open .modal {
    padding-right: 0 !important;
    z-index: 99999;
}

.gray-btn {
    background: #a3afbb;
    color: #fff;
    padding: 5px 20px;
    border-radius: 12px;
    font-weight: 600;
    box-shadow: 0 12px 27px rgba(1, 28, 75, 0.07);
}

.gray-btn:hover {
    background: #a3afbb;
    color: #fff;
}

.Permission {
    white-space: inherit !important;
}

.Permission a {
    margin: 5px 0px;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
}

.modal-dialog.modal-dialog-centered .card {
    display: inherit;
    margin-bottom: 0;
    border-radius: 10px !important;
}

.modal .modal-content .modal-footer {
    justify-content: flex-start;
    border: none;
    padding-top: 0;
}

.custom-check {
    display: flex;
    list-style-type: none;
    padding: 0;
    justify-content: space-between;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #EFF2F7;
    background-color: #E5E9F2;
}

.custom-control-input {
    position: absolute;
    left: auto;
    z-index: -1;
    width: 1rem;
    height: 1.35rem;
    opacity: 0;
    right: 0;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background: none;
}


/* end */


/* emp-epayslip */

.nav.nav-tabs li a {
    padding: 12px 20px;
}

ul.nav-tabs {
    border: 1px solid #0f5ef7 !important;
    border-radius: 10px;
}

.tab-content {
    width: 100%;
}

.black-color .icon-user,
.black-color .badge {
    background: #061737;
    color: #fff;
}

@media (min-width: 576px) {
    .modal-lg, .modal-xl {
        max-width: 800px !important;
    }

    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}


/* end */


/* staff-manage-profile */

.profile-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px 10px 20px;
    margin: 10px 0 20px;
    border: 0.971698px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 6.80189px;
}

.pricing-plan {
    margin-top: 20px;
}

.profile-card .office-time {
    text-align: center;
    font-family: "Silka" !important;
    font-weight: normal;
}

.edit-profile.user-text {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.profile-card .user-text h5 {
    font-size: 10px;
    margin-right: 5px;
}

.profile-card .edit-icon {
    height: 23px;
    width: 23px;
    background-color: #f2f2f3;
}

.profile-card .edit-icon i {
    color: #444a58;
    font-size: 13px;
    padding-top: 3px;
}

.profile-card .badge-blue {
    display: inline-block;
}

.profile-card .sal-right-card {
    width: 100%;
}

.card-select .btn-box {
    width: 180px;
    float: left;
}

.card-select .btn-box select.select-box {
    width: 100%;
}

.gray-btn-box .select-box {
    color: #a3afbb;
    border: 1px solid #a3afbb;
    background: url('../../assets/img/gray-arrow.png') no-repeat 85% 53%;
}

#ex1Slider .slider-selection {
    background: #BABABA;
}


/* end */


/* hrmgo-setting */

.logo-content {
    background: #f9f9f9;
    border-radius: 20px;
    padding: 15px 30px;
}

.card.setting-card {
    padding: 20px 0px;
    box-shadow: none;
}

.setting-card a.btn-icon-only {
    width: fit-content !important;
}

.setting-card p {
    font-size: 12px !important;
}

.setting-card .form-control {
    font-size: 17px;
    color: #000000;
    background-color: #F5F5F5;
    border-radius: 5px;
    border: none;
    height: 40px;
    padding: 0px 20px;
    box-shadow: none;
}

.setting-card  select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/dark-arrow.png) no-repeat 92px center;
  }

.setting-card .form-control:focus {
    box-shadow: none !important;
    color: #624CE0 !important;
}

.setting-card .textarea_form_control .form-control {
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    border-radius: 7px;
    background: transparent;
    color: #666666;
    font-size: 15px;
    padding: 10px 20px;
    height: 95px;
    font-weight: 500;
}

p.note_text {
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    color: #000;
    padding: 20px 0 10px;
}

p.note_text span {
    color: #666666;
}
.company-setting .form-control {
    border-color: #a3afbb;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Silka';
}

.company-setting .form-control:focus {
    border-color: #000 !important;
    box-shadow: none !important;
    color: #000 !important;
}

.company-setting {
    padding: 30px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #a3afbb;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider1:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider1 {
    background-color: #0f5ef7;
}

input:focus + .slider1 {
    box-shadow: 0 0 1px #0f5ef7;
}

input:checked + .slider1:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider1.round {
    border-radius: 34px;
}

.slider1.round:before {
    border-radius: 50%;
}

.radio-check label {
    color: #a3afbb;
    font-size: 12px;
    line-height: 2.4;
}

.radio-check .custom-control-label::after,
.radio-check .custom-control-label::before {
    top: 4px;
}

.btn-file {
    position: relative;
    overflow: hidden;
    background: #0f5ef7;
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    padding: 10px 15px;
    font-family: 'Silka';
    width: 100px;
    text-align: center;
    margin-top: 15px;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: pointer;
    display: block;
}

.invoice-card {
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.tab-pane .slider1::before {
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 2px;
}

.tab-pane .switch {
    width: 30px;
    height: 20px;
}

.tab-pane input:checked + .slider1::before {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px);
}

.invoice-card .select-box {
    border-color: #a3afbb;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #a3afbb;
    width: 100%;
    background: none;
    position: relative;
}

.color-text {
    font-size: 11px;
    color: #a3afbb;
    margin-bottom: 5px;
}

.invoice-card .form-group {
    overflow: hidden;
}

.arrow-bottom {
    position: relative;
    z-index: 99;
}

.arrow-bottom .arrow-button {
    position: absolute;
    right: 0px;
    top: 0;
    background: #0f5ef7;
    padding: 8px 12px;
    border-radius: 10px;
    z-index: -99;
    height: 40px;
}

.arrow-bottom .arrow-button i {
    color: white;
}

.color-picker ul {
    padding-left: 0;
    list-style-type: none;
}

.color-picker ul li {
    display: inline-block;
    width: 15%;
    margin-bottom: 15px;
}

.color-picker .custom-control-label::before {
    height: 30px;
    width: 30px;
}

.invoice-box {
    background-color: #eaeef4;
    padding: 50px;
}

.invoice-main {
    height: 800px;
    width: 100%;
    background: white;
}

.user-text h6 {
    color: #011c4b;
    font-size: 13px;
}

/* end */

.choose-file {
    padding: 0;
}

input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.choose-file div {
    color: #fff;
    background: #624CE0;
    border-radius: 3px;
    border: none;
    padding: 10px 25px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    font-weight: 500;
}

.choose-file label {
    /* display: inline-block
    ; */
    position: relative;
    float: left;
    min-width: 140px;
}

.choose-file p {
    float: left;
    width: 60%;
    padding-left: 15px;
    font-size: 12px;
    padding-top: 10px;
    font-weight: 500;
}

.full-calender .next-cal {
    font-size: 12px;
    padding: 7px 12px;
    background: #0f5ef7;
    color: #fff;
    border: none;
    border-radius: 10px;
}

.full-calender {
    padding-top: 20px;
}

.full-calender .fullcalendar-title {
    float: left;
    width: auto;
    padding-left: 20px;
    padding-top: 0;
    font-weight: bold !important;
}


.user-text span {
    font-size: 8px;
}

.select-box option {
    padding-top: 10px;
    padding-bottom: 10px;
}

.select-box:focus, input:focus {
    outline: none;
}

.all-button-box a.p-15 {
    padding: 10px 15px;
    min-width: auto;
}



.table-responsive .Action {
    width: 260px;
    min-width: 130px !important;
}

.card table tr td h4 {
    font-size: 12px;
    color: #011c4b;
    font-family: 'Silka' !important;
}

.card table tr td h5 {
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Silka' !important;
}

.card table tr td h3 {
    font-size: 12px;
    color: #a3afbb;
    text-align: right;
    font-size: 16px;
    font-family: 'Silka' !important;
}

.green-text {
    color: #02ba8a !important;
}

.red-text {
    color: #ed3a3a !important;
}

.year-text {
    color: #011c4b;
    font-size: 12px;
    font-family: 'Silka' !important;
    font-weight: normal;
    padding-right: 20px;
}

.year-text span {
    float: left;
    line-height: 2px;
    padding: 7px 10px 9px 10px;
    font-weight: normal;
    margin-top: 5px;
}

.blue-back {
    background: #0f5ef7;
    color: #fff;
}

.border-blue, .border-red, .border-green {
    position: relative;
    overflow: hidden;
}

.border-blue:before {
    background: #0f5ef7;
    height: 6px;
    width: 430px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

.border-red:before {
    background: #ed3a3a;
    height: 6px;
    width: 170px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

.border-green:before {
    background: #02bb8a;
    height: 6px;
    width: 100%;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
}

.invo-tab ul {
    margin: 15px;
}

.invo-tab .nav.nav-tabs li {
    width: 50%;
    float: left;
}

.invo-tab .nav.nav-tabs li a {
    padding: 5px 10px;
    width: 100%;
    text-align: center;
}

.notification-icon button {
    background: none;
    border: none;
    padding: 2px 10px;
    border-radius: 5px;
    height: 45px;
    background: #624CE0;
    width: 45px;
}
.notification-icon button:hover {
    background: #3826a2;
}
.notification-icon button:after {
    content: "";
    display: none;
}

.notification-icon button i {
    color: #a3afbb;
}

.notification-icon.show button {
    background: #624CE0;
    text-align: center;
}

.notification-icon.show button i {
    color: #fff;
}
.notification-icon.show button {
    border-radius: 5px 5px 0 0;
}

.notification-icon.show .dropdown-menu {
    min-width: auto;
    margin: 0 !important;
    padding: 10px 20px;
    background: #624CE0;
    border-radius: 0 5px 5px 5px;
}

.notification-icon.show .dropdown-menu a {
    padding: 10px 0px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #7C69E9;
}
.notification-icon.show .dropdown-menu a:last-child {
    border-bottom: none;
}

.notification-icon.show .dropdown-menu a i {
    color: #aac5f7;
}

.notification-icon.show .dropdown-menu a:hover, .notification-icon.show .dropdown-menu a:hover i,
.notification-icon.show .dropdown-menu a.active-notif, .notification-icon.show .dropdown-menu a.active-notif i {
    color: #fff;
}
.notification-icon.show .dropdown-menu a:hover {
    color: #000;
}

.bg-green {
    background: #02bb8a;
}

.form-icon-user {
    position: relative;
}

.form-icon-user span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: transparent;
    text-align: center;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.form-icon-user span i {
    color: #624CE0;
    line-height: 40px;
}

.form-icon-user input {
    padding-left: 44px;
    border-color: #624CE0 !important;
}

.form-group input.btn-create:last-child {
    margin-right: 0;
}

.card form input, .card form textarea {
    border-color: #a3afbb;
    border-radius: 10px;
    height: 40px;
    line-height: 0px !important;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Silka';
}


.card form textarea {
    height: 150px;
    padding: 15px 15px;
    line-height: 20px !important;
    resize: none;
}

.password-card {
    padding: 15px;
}

.password-card .input-file.btn-file {
    margin-top: 0px;
}

.password-card .nav.nav-tabs {
    margin-bottom: 15px !important;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a3afbb;
    line-height: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
    background: none;
}

.lunch-checkbox {
    margin-top: 35px;
}

.custom-checkbox .custom-control-label {
    color: #a3afbb;
}

.flex-wrap {
    flex-wrap: wrap;
}

.item-section {
    width: 100%;
}

.item-section .table-responsive table thead tr {
    border: none;
}

.item-section .all-button-box {
    margin-right: 20px;
}

.table tr th .red-text {
    font-size: 8px;
    line-height: normal;
    width: 50px;
    float: left;
}

.table tr td .select2.select2-container {
    /*width: 285px !important;*/
    min-width: 285px !important;
}

.table tr td .form-group input {
    /*width: 170px;*/
    border-color: #a3afbb;
    background: none;
}

.table tr td .select2-container .select2-selection--single {
    background: none !important;
}

.table tr td .form-group textarea {
    border: 1px solid #a2aeba;
    height: 110px;
    width: 100%;
    color: #a2aeba;
    border-radius: 10px;
    font-size: 12px;
    font-family: 'Silka';
    font-weight: normal;
    padding: 15px;
    resize: none;
}

.blue-text {
    color: #0f5ef7;
}

.title-text {
    color: #011c4b;
    font-family: 'Silka';
    font-weight: normal;
}

.table .border-none {
    border: none;
}

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

.price-input {
    position: relative;
    /*width: 170px;*/
}

.price-input span {
    width: auto;
    min-width: 40px;
    height: 100%;
    border-left: 1px solid #a3afbb;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    text-align: center;
    color: #8492A6;
}

form .row .select-box {
    width: 100%;
}

@media (min-width: 1650px) {
    .icon-box {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }

    .widget-calendar .e-height .fc-day-number {
        height: 120px;
    }

    .left-card h4 {
        width: 77px;
        padding-left: 15px;
    }

    .left-card {
        width: 40%;
    }

    .number-icon {
        width: 35%;
    }

    .user-text {
        width: 30%;
    }

    .half-box .number-icon {
        width: 56%;
    }

    .half-box .left-card h4 {
        width: 100px;
    }

    .half-box .left-card,
    .half-box .user-text {
        width: 22%;
    }

    .widget-calendar .fc-day-number {
        height: 95px;
    }
}

@media (max-width: 1650px) {
    .choose-file p {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 1359px) {
    .widget-calendar .fc-day-number {
        height: 52px;
    }

    .card-box {
        padding: 15px;
    }

    .h4 {
        font-size: 20px;
    }

    .half-box .left-card {
        width: 170px;
    }

    .widget-calendar .e-height .fc-day-number {
        height: 95px;
    }

    .icon-box {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .left-card h4 {
        font-size: 12px;
        width: 48px;
    }

    .number-icon {
        padding-top: 0;
    }

    .number-icon {
        font-size: 21px;
        width: 60px;
        padding-top: 1px;
    }

    .user-text {
        width: 133px;
        padding: 1px 0 0 0;
    }

    .icon-user i {
        font-size: 30px;
    }

    .icon-user {
        width: 70px;
        height: 70px;
        line-height: 80px;
    }

    .right-title {
        padding: 10px 0 0 10px;
    }

    .sal-right-card .Id {
        margin-top: 6px;
    }

    .sal-right-card {
        padding-top: 0;
    }

    .m-view .select-box {
        width: 113px;
    }

    .select-box {
        width: 115px;
    }

    .login-contain {
        padding: 25px 0;
    }

    .card-select .btn-box {
        width: 145px;
    }

    .color-picker ul li {
        width: 14%;
    }

    .small-logo {
        height: 30px;
    }

    .btn:not(:last-child) {
        margin-right: 5px;
    }

    .monthly-text {
        padding: 10px 5px;
    }
}

@media (max-width: 1199px) {
    .login-contain:before {
        background-size: 400px auto;
    }

    .dotted-icon {
        top: 40px;
    }

    .modal .close-icon {
        margin-top: 4px;
    }

    .report-text span {
        font-size: 13px;
    }

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

    .left-card {
        width: 60px;
        text-align: center;
    }

    .left-card h4 {
        padding-left: 0;
    }

    .icon-box {
        margin: auto;
        float: none;
    }

    .half-box .left-card h4 {
        width: 100%;
    }

    .all-button-box a.mt-25 {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .dotted-icon {
        top: 25px;
    }



    .big-logo {
        width: auto;
    }

    .plan-3 {
        margin-top: 20px;
    }

    .btn-group .btn-neutral {
        font-size: 10px;
        padding: 7px 8px;
    }

    .card-header {
        padding: 15px;
    }

    .fullcalendar-title {
        font-size: 12px !important;
        padding-top: 7px;
    }

    .card {
        margin-bottom: 20px;
    }

    .h4 {
        font-size: 20px;
    }

    .application .container-application .page-content {
        padding-bottom: 30px;
    }

    .widget-calendar .fc-view-container {
        padding: 0 5px;
    }

    .widget-calendar .fc th {
        padding: 5px;
    }

    .widget-calendar .fc-day-number {
        height: 40px;
    }

    .right-title {
        padding: 5px 0 0 0;
        width: 100%;
    }

    .icon-user {
        /* margin: auto; */
        margin: 0;
        float: none;
    }

    .sal-left-card {
        text-align: center;
    }

    .sal-right-card {
        padding-top: 25px;
    }

    .monthly-text,
    .daily-text {
        padding: 10px 15px;
    }

    .m-view .monthly-text,
    .m-view .daily-text {
        padding: 10px;
    }

    .btn-xls a.bg-red {
        margin-right: 10px !important;
    }
    .all-select select.select-box {
        width: 70px;
    }

    .all-button-box.mt-25 {
        margin-top: 35px;
    }

    .all-select-box .all-select {
        margin-top: 25px;
    }

    .card-select .all-button-box a.mt-25 {
        margin-top: 25px;
    }

    .login-contain:before {
        background-size: 80% auto;
    }

    .icon-box {
        width: 35px;
        height: 35px;
        float: left;
    }

    .left-card {
        width: 120px;
    }

    .half-box .left-card h4 {
        width: 80px;
    }

    .widget-calendar .e-height .fc-day-number {
        height: 80px;
    }

    .chart-title h4 {
        width: 100%;
    }

    .chart-title h4 span {
        width: 110px;
    }

    .notification-icon.show .dropdown-menu {
        width: auto !important;
        right: 79px !important;
        left: auto !important;
        top: 49px !important;
    }

    .notification-icon.show .dropdown-menu a {
        background: none !important;
    }

    .card form.p-4 {
        padding-bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    .modal-dialog {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .color-picker {
        width: 290px;
        margin-bottom: 40px;
    }

    .btn-group .btn-neutral {
        font-size: 12px;
        padding: 7px 12px;
    }

    .left-card h4 {
        padding-top: 2px;
    }

    .widget-calendar .fc-day-number {
        height: 60px;
    }

    .dataTables_wrapper .dataTables_length {
        margin: 30px auto 15px auto !important;
        width: 180px;
    }

    .dataTables_wrapper .dataTables_filter {
        margin: 30px auto 15px auto !important;
        width: 270px;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .table td,
    .table th {
        padding: 12px !important;
    }

    .sal-right-card {
        padding-top: 0;
    }

    .icon-user {
        float: left;
    }

    .right-title {
        padding: 10px 0 0 10px;
    }

    .right-title {
        width: auto;
    }

    .sal-left-card {
        text-align: left;
    }

    .btn-box {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .fillter-row .btn-box{
        margin: 0;
    }

    .att-table #myTable_filter {
        margin-top: 25px;
    }

    .col-xl-2.d-flex.align-items-center {
        display: none !important;
    }

    .all-button-box a.btn-icon-only {
        margin-top: 10px;
    }
    .fillter-row .all-button-box a.btn-icon-only {
        margin-top: 0;
    }

    .all-button-box a.btn-icon-only.width-auto {
        min-width: auto;
    }

    .all-select-box,
    .all-button-box {
        margin-top: 0;
    }

    .p-3 .export-file {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .all-button-box.mt-25 {
        margin-top: 25px;
    }

    .all-select-box .all-select {
        margin-top: 30px;
    }

    .card-select .all-button-box a.mt-25 {
        margin-top: 15px;
    }

    .login-form {
        margin: 65px auto 0 auto;
        padding: 20px 50px 25px 50px;
    }

    .login-menu {
        left: 60px;
        top: -45px;
        right: auto;
    }

    .login-menu li {
        display: inline;
    }


    .blue-login {
        left: 0;
    }

    .all-button-box a.p-15 {
        min-width: auto;
    }
}

@media (max-width: 585px) {
    .bg-red.btn-icon-only, .btn-icon-only.btn-white {
        margin-top: 10px !important;
    }

    .card-header .col-xl-2.col-lg-3,
    .card-header .col-xl-5.col-lg-5 {
        text-align: center !important;
    }

    .page-title .col-xl-6.col-lg-4.col-md-12 {
        display: inline-block !important;
    }

    .fullcalendar-title {
        padding: 10px 0;
    }

    .page-title .col-xl-6.col-lg-8.col-md-12 {
        display: inline-block !important;
    }

    .page-title .col-xl-6.col-lg-8.col-md-12 .select-box {
        margin-bottom: 10px;
    }

    .page-title .col-xl-6.col-lg-8.col-md-12 .btn {
        margin-right: 0;
    }

    .number-icon {
        width: 230px;
    }

    .page-title .col-xl-6.col-lg-8.col-md-12 .select-box:nth-child(2) {
        margin-right: 0 !important;
    }
    
    .page-title .align-items-center,
    .page-title .text-right {
        text-align: center !important;
        width: 100%;
    }
    .page-title .align-items-center {
        text-align: left !important;
        margin: 0 !important;
    }
    .search-left {
        margin: 0 auto;
    }

    .entries-box {
        margin: 0 auto;
    }

    .btn-section {
        padding: 30px 0 20px 0;
    }

    .btn-section .col-md-6 {
        width: 50%;
    }

    .row .col-md-6 .align-items-center {
        text-align: center;
    }

    .row .col-md-6 .align-items-center .float-left,
    .row .col-md-6 .align-items-center .float-right {
        float: none !important;
        margin-bottom: 0;
    }

    .page-title .h4 {
        width: 100%;
    }

    .m-view {
        padding-top: 20px;
    }

    .m-view a.bg-red {
        clear: both;
    }

    .m-view .btn-box select.select-box,
    .m-view .month-btn {
        width: 130px;
    }

    .m-view .btn-box {
        width: 47%;
    }

    .m-view .month-btn,
    .m-view .btn-box select.select-box,
    .m-view .monthly-btn {
        width: 100%;
    }

    .m-view .monthly-text {
        width: 50%;
        float: left;
    }

    .btn-xls .active-file {
        margin-right: 125px;
    }

    .page-title .row>*{
        margin-bottom:10px;
    }

    .res-both {
        clear: both;
    }

    .all-button-box {
        float: right;
        margin-top: 10px;
    }

    .all-select-box {
        width: 100%;
        float: left;
    }

    .all-button-box a:last-child {
        margin-right: 0;
    }

    .all-select-box select,
    .all-button-box a.btn-icon-only {
        width: calc(46% - 5px);
        min-width: calc(46% - 5px);
    }

    .all-select-box select:last-child {
        margin-right: 0;
    }

    .all-select-box .month-btn,
    .all-select-box .monthly-btn,
    .all-select-box .btn-box select.select-box {
        width: 100%;
    }

    .all-select-box .monthly-text,
    .all-select-box .daily-text {
        width: 50%;
        float: left;
    }

    .all-button-box a.mt-25 {
        margin-top: 0;
    }

    .p-3 .export-file {
        text-align: right;
    }

    .all-select-box .all-select select.select-box {
        width: auto;
        clear: initial;
    }

    .all-button-box.mt-25 {
        margin-top: 5px;
    }

    .login-contain .navbar-brand img {
        width: 185px;
    }

    .card-select .all-button-box a.mt-25 {
        margin-top: 0;
    }

    .our-system .tab-content .col-lg-4 {
        margin-bottom: 20px;
    }

    .plan-3 {
        margin-top: 0;
    }

    .modal table ul.custom-check li {
        padding-right: 15px;
    }

    .select-box {
        background: url('../../assets/img/arrow-drop.png') no-repeat 97% 53%;
    }

    .all-button-box a.p-15 {
        min-width: auto;
    }

    .lunch-checkbox {
        margin-top: 0;
    }
}

@media (max-width: 479px) {
    .widget-calendar .fc th {
        font-size: 9px;
        text-align: center;
    }

    .widget-calendar .fc-day-number {
        height: 42px;
    }

    .number-icon {
        width: 130px;
    }

    .half-box .left-card h4 {
        width: 70px;
    }

    .half-box .left-card {
        width: 260px;
    }

    .half-box .number-icon {
        width: 290px;
        font-size: 17px;
    }

    .number-icon {
        font-size: 17px;
    }

    .clock-btn {
        min-width: 120px;
    }

    .btn-section {
        padding: 10px 0 10px 0;
    }

    .sal-left-card,
    .sal-right-card {
        width: 100%;
    }

    .m-view .btn-box select.select-box {
        width: 100%;
    }

    .m-view .month-btn {
        width: 100%;
    }

    .btn-xls .active-file {
        margin-right: 0;
    }

    .btn-xls .con-file {
        padding: 1px 15px;
    }

    .all-button-box .btn-icon-only {
        font-size: 12px;
    }

    .export-file .con-file {
        margin-left: 0;
    }

    .select-box,
    .month-btn,
    .monthly-btn,
    .month-btn input {
        height: 38px;
    }

    .all-select-box .monthly-text,
    .all-select-box .daily-text {
        font-size: 12px;
    }

    .all-button-box {
        float: unset;
        margin-top: 5px;
        width: 100%;
    }

    .all-button-box a.bg-yellow {
        margin-top: 10px;
    }

    .all-select-box .btn-box.float-left:nth-child(even) {
        margin-right: 0;
    }

    .monthly-text,
    .daily-text {
        padding: 10px 5px;
    }

    .all-button-box.mt-25 {
        margin-top: 5px;
        width: auto;
        margin-right: 10px;
    }

    .export-file.float-right {
        padding-right: 7px;
    }

    .login-form {
        padding: 30px 30px 15px 30px;
        width: 90%;
    }

    .login-inner-contain .all-select .monthly-text {
        padding: 7px 15px;
    }

    .invoice-card {
        padding: 20px;
    }

    .user-text {
        width: 175px;
    }

    .half-box .number-icon {
        width: 330px;
    }

    .half-box .left-card h4 {
        width: 60px;
    }

    .left-card {
        width: 140px;
    }

    .half-box .left-card {
        width: 280px;
    }

    .all-button-box a.width-auto {
        padding: 10px 15px;
        /*max-width: 47%;*/
    }

    .all-button-box a.p-15 {
        margin-top: 10px;
    }

    .btn-create {
        padding: 11px 22px;
    }
}

.dt-buttons {
    position: absolute;
    right: 37px;
    top: -15px;
}

.buttons-pdf, .buttons-excel, .buttons-csv, .buttons-print {
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
    background: #666666;
    border-radius: 3px;
    height: 40px;
    padding: 10px 30px;
    display: inline-block;
}

.setting-logo-box {
    min-height: 258px !important;
}

.buttons-pdf:hover, .buttons-excel:hover, .buttons-csv:hover, .buttons-print:hover {
    color: #fff;
}
.logo-content {
    background: #fff;
    border-radius: 20px;
    padding: 15px 30px;
    background: #FBFBFB;
    border: 0.971698px dashed #EBEBEB;
    box-sizing: border-box;
    border-radius: 3px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .logo-content-main {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
} */

.logo-content.logo-content-favicon {
    width: 130px;
    padding: 0px 20px;
}

.logo-content-main .big-logo {
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
    width: auto;
    height: auto;
}
.logo-content-main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.colorinput {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.colorinput-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colorinput-color {
    background-color: #fdfdff;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 5px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    transition: .3s opacity;
    background: url(../img/check.svg) no-repeat center center/40% 100%;
    border-radius: 5px;
    overflow: hidden;
}

.colorinput-input:checked ~ .colorinput-color:before {
    opacity: 1;
    box-shadow: inset 0 0 0 2px #624CE0;
}

.gu-transit {
    opacity: .2;
}

.h-1450 {
    height: 1470px !important;
}

.h-1300 {
    height: 1300px !important;
}

.dashboard-box-1 {
    min-height: 333px;
    max-height: 333px;
}

.dashboard-box-2 {
    min-height: 396px;
    max-height: 396px;
}

.apply-btn {
    font-size: 0.875rem;
    line-height: 100%;
    background-color: #0f5ef7;
    border-radius: 5px !important;
    color: white;
    margin-right: 5px;
    padding: 10px 22px;
    display: inline-block;
}


.reset-btn {
    font-size: 13px;
    background-color: #F5F5F5;
    border-radius: 5px !important;
    color: #666666;
    padding: 0px 15px;
    height: 40px;
    display: block;
    line-height: 40px;
}


.action-btn {
    font-size: 0.875rem;
    line-height: 2.5;
    background-color: #051c4b;
    border-radius: 50% !important;
    color: white;
    padding: 10px 12px !important;

}

.my-custom {
    margin-bottom: 0 !important;
    margin-top: 2.3rem !important;
}

.customer-detail-box {
    min-height: 187px;
    max-height: 187px;
}

.height-440 {
    height: 440px;
}
.height-450 {
    min-height: 450px;
    overflow: auto !important;
}
.first-file {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    position: relative;
}
.file-icon {
    width: 30px;
    height: 30px;
    background: #624CE0;
    color: #fff;
    border-radius: 50px;
    float: left;
    text-align: center;
}
.file-des {
    width: calc(100% - 40px);
    float: right;
    color: #a3afbb;
    font-size: 15px;
    font-color: #011c4b !important;
   /*// font-family: "Montserrat-SemiBold";*/
}

.btn-icon {
    border-radius: 10px !important;
    height: auto !important;
    line-height: 1.4 !important;
}

.custom-scroll {
    min-height: 400px !important;
    width: auto;
    overflow-x: auto;
}

.apexcharts-legend.position-bottom.center, .apexcharts-legend.position-top.center {
    transform: translateX(0%) !important;
}

.table-custom-style td, .table-custom-style th {
    padding: 20px 5px 20px 5px !important;
}
.nav-tabs .nav-item {
    margin-left: 0rem;
    margin-right: 0rem;
}
.input-group-text {
    padding: 0.5rem 1.25rem;
}

.card form textarea {
    padding: 5px 12px;
    line-height: 20px !important;
}

.table_sorting table thead tr th,
.table_sorting table tbody tr td {
   padding: 18px 15px !important;
   vertical-align: middle;
}


.custom_table table.dataTable tbody tr:hover td {
    background-color: #624CE0 !important;
}
.custom_table  table.no_hover tbody tr:hover td{
background-color: #ffff !important;
}

.custom_table table.dataTable.no_hover tbody tr:hover td  .edit_h_show{
display: none;
}
.custom_table table.dataTable.no_hover tbody tr:hover td .edit_h_hide {
    display: block !important;
}

.custom_table  table.no_hover  .custom-switch .custom-control-label::before{
        top: 0;
    height: 1.5rem;
    border-radius: 0.75rem;
    left: -3.75rem;
    width: 3rem;
    pointer-events: all;
}
.custom_table  table.no_hover  .custom-switch .custom-control-label::after{
    top: 0.1875rem;
    left: -3.5625rem;
    background-color: #FFF;
        width: 1.125rem;
    height: 1.125rem;
}
.custom_table  table.no_hover .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #FFF;
    transform: translateX(1.5rem);
}

.custom_table table.dataTable tbody tr:hover td {
    color: #fff !important;
}
.custom_table  table.no_hover tbody tr:hover td{
color: #000000 !important;
}
.custom_table table.dataTable tbody tr:hover td .theme_text {
    color: #fff !important;
}
.custom_table table.dataTable tbody tr td a {
    transition: 0s !important;
}
.custom_table table.dataTable tbody tr:hover td a {
    color: #fff !important;
    transition: 0s !important;
}
.custom_table table.dataTable tbody tr:hover td.Id a {
    color: #624CE0 !important;
    transition: 0s !important;
}


.custom_table table.dataTable tbody tr td .edit_h_hide {
    display: block;
}
.custom_table table.dataTable tbody tr:hover td .edit_h_hide {
    display: none;
}
.custom_table table.dataTable tbody tr td .edit_h_show {
    display: none;
}
.custom_table table.dataTable tbody tr:hover td .edit_h_show {
    display: block;
}

.custom_table .table td:last-child, 
.custom_table .table th:last-child {
    padding-right: 20px !important;
}
/* .custom_table .dataTables_wrapper .dataTables_length {
    margin: 30px 0 30px 0;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    height: 40px;
    background: #F5F5F5;
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
    position: relative;
    padding: 0px 70px 10px 20px;
} */
.leadlist_table_searchbar .dataTables_wrapper .dataTables_length{
    margin-left: 15px;
}
.custom_table .dataTables_wrapper .dataTables_length select {
    border: none;
    font-size: 15px;
    color: #000000;
    margin: 0 5px;
    line-height: 40px;
    font-weight: 500;
    padding: 0 25px 0 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../../assets/img/dark-arrow.png) no-repeat 85% 53%;
    height: 38px;
    position: absolute;
    right: 0px;
}
.dataTables_wrapper .dataTables_length label {
    margin-bottom: 0;
    font-weight: 500;
}


/* aaa */


.table_scroll_responsive {
    overflow-x: auto;    
    /* display: inherit; */
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* aaa Responsive */

@media only screen and (max-width: 1600px)  {

}


@media only screen and (max-width: 1465px)  {
.page-title .d-flex {
    flex-wrap: wrap;
    width: 100%;
}
h5.account_code {
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    margin-bottom: 26px;
}
}


@media only screen and (max-width: 1440px)  {
    .big-logo {
        height: 40px;
    }
    .table_scroll_responsive {
        overflow-x: auto;    
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .dataTables_wrapper .dataTables_filter {
        margin: 30px 0px 30px 0;
    }
 
}

@media only screen and (max-width: 1366px)  {

.table_sorting table thead tr th, .table_sorting table tbody tr td {
    padding: 18px 35px !important;
    vertical-align: middle;
}

.table_scroll_responsive {
    overflow-x: auto;    
    display: inherit;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}



.width_space {
    width: 0;
}
td.action_btn.text-right {
    display: flex;
    direction: rtl;
    justify-content: flex-start;
}
td.action_btn form {
    display: none;
}
.custom_table .table td:last-child, 
.custom_table .table th:last-child {
    padding-right: 0px !important;
}
.custom_table .table td:first-child, 
.custom_table .table th:first-child {
    padding-left: 10px !important;
}
.row.row-cols-5.balance_sheet_section .col.balance_sheet_section_main {
    flex: 0 0 25%;
    max-width: 25%;
}

}

    
@media only screen and (max-width: 1199px)  {
    .dashboard-card {
        width: 50%;
        margin-bottom: 20px;
    }
    .dashboard-cards-table {
        height: auto;
    }
    .ui-state-default{
        max-width: 50%;
    }
    .total_customers h4 {
        font-size: 16px;
    }
    .total_customers h3 {
        font-size: 20px;
    }
    .customers_table h6 {
        font-size: 14px;
    }
    table.table.dashboard-cards-table-main tr th {
        font-size: 14px;
    }
    table.table.dashboard-cards-table-main tr th {
        padding: 13px 0 !important;
    }

    .card form input {
        height: 40px !important;
    }
    .card form textarea{
        height: 100px;
    }
    .row.row-cols-5.balance_sheet_section .col.balance_sheet_section_main {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
    .site_date_format_select_2 .form-group.col-md-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .site_date_format_select_2 .form-group.col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 1024px)  {
    .income_section h3 {
        font-size: 1rem;
    }
    .table_name h5 {
        font-size: 1rem;
    }
    .cashflow_heading h3 {
        font-size: 1rem;
    }
    .goal_section h3 {
        font-size: 1rem;
    }
    .today_income p {
     font-size: 15px;
    }
    table.table.dashboard-cards-table-main tr td {
        font-size: 13px;
    }
    .page-title .all-button-box.responsive_mt {
        margin-top: 5px;
    }

    h5.account_name {
        font-size: 10px;
    }
    .color_section {
        width: 50%;
    }
    .invoice-pre{
        width: 100%;
    }
    .logo-content-main .big-logo {
        padding: 10px 10px;
        width: 180px;
        height: auto;
    }
    .payment_card {
        overflow-x: scroll;
        position: relative;
    }
    #payment-setting .payment_input {
        width: 100%;
        justify-content: space-between !important;
    }
    #payment-setting .payment_name {
        padding-left: 0;
    }
    #payment-setting .payment_input .form-group {
        width: 48%;
        margin: 0 0 15px !important;
    }
    .payment_note p {
        width: 250px;
    }
    .payment_input {
        width: 350px;
        justify-content: flex-end !important;
    }
    .payment_name {
        width: auto;
        /* min-width: 200px; */
        min-width: max-content;
        position: sticky;
        background: #fff;
        left: -20px;
        padding: 28px 30px;
        z-index: 99;
        height: 75px;
    }
    .custom-switch .custom-control-input ~ .custom-control-label {
        width: 220px;
    }


    .payment_card::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }
    .payment_card::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
    }
    
    .payment_card::-webkit-scrollbar-thumb {
        background-color: rgb(204, 204, 204);
        outline: none;
    }
    .page-title .d-flex{
        flex: 0 0 100% !important;
        max-width: 100% !important;
        justify-content: flex-start !important;
    }

}

@media only screen and (max-width: 991px)  {
    ul.navbar-nav .dropdown-animate a.dropdown-item {
        padding: 14px 10px !important;
        height: 20px !important;
    }
    .table_sorting table thead tr th, .table_sorting table tbody tr td {
        padding: 18px 55px !important;
        vertical-align: middle;
    }
    .login_header .login-menu li {
        margin: 1px 5px 10px;
    }
    .login-menu li a {
        width: 200px;
    }
    .global-icon button {
        width: 200px;
    }
    .dashboard-card {
        width: 100%;
        margin-bottom: 50px;
    }
    table.table.dashboard-cards-table-main tr td {
        font-size: 12px;
    }
    .dashboard-cards-table {
        height: auto;
    }
    .dashboard-card {
        margin-bottom: 20px;
    }
    .goal_table {
        overflow-x: auto;
    }
    .goal_table_section {
        background-color: #624de1;
        width: 1150px;
        min-height: 60px;
    }
    .goal_table .goal_table_section:nth-child(2) {
        background-color: #fbd579;
    }
    .goal_table .goal_table_section:nth-child(3) {
        background-color: #265dff;
    }
    .goal_table .goal_table_section:nth-child(4) {
        background-color: #3dc933;
    }
    .dashboard-card .pl-2 {
        padding-left: 0 !important;
    }
    .alert-notify {
        width: 90% !important;
    }
    .all-select-box .select2.select2-container {
        width: auto !important;
    }
    .page-title .d-flex {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .page-title .d-flex.justify-content-md-end{
        justify-content: flex-start !important;
    }
    .btn-xs{
        font-size: 0.65rem;
    }
    .btn-xs .w-18 {
        width: 15px;
    }

    .width_space {
        width: auto;
    }

    .table-responsive .Action {
        width: 120px;
        min-width: 100px !important;
    }
    .account_details {
        margin-top: 20px;
    }
    .row.row-cols-5.balance_sheet_section .col.balance_sheet_section_main {
        flex: 0 0 50%;
        max-width: 50%;
    }
    td.balance_acc.dark_gray_text, th.balance_acc.theme_text {
        width: auto;
    }
    h5.account_name {
        font-size: 14px;
    }
    .custom_table .table td:last-child, .custom_table .table th:last-child {
        padding-right: 30px !important;
    }
    .mb-responsive {
        margin-bottom: 50px;
    }
    .cashflow_chart.summary_chart {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #EDEDED;
    }
    .income_expense_summary {
        width: 100%;
    }
    .color_section {
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        padding: 0 20px 20px;
    }
    .setting-card .form-group .form-control-label, .company-setting .form-group .form-control-label, .invoice-card label, .modal form .form-control-label {
        color: #000 !important;
        width: 100%;
    }
    .select_color li {
        float: left;
        width: auto;
        padding-right: 8px;
    }
    .payment_card {
        width: 100%;
    }
    .payment_input {
        width: auto;
        justify-content: flex-end !important;
    }
    .payment_input .form-group {
        width: 220px;
    }
    #payment-setting .payment_input{
        width: 100%;
        justify-content: space-between !important;
    }
    #payment-setting .payment_note{
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
    #payment-setting .payment_name{
        padding-left: 0;
    }
    #payment-setting .payment_input .form-group{
        width: 48%;
        margin: 0 0 15px !important;
    }
    .setting-card .form-group .form-control-label, .company-setting .form-group .form-control-label {
        font-size: 13px;
    }
    .invoice-pre{
        width: 100%;
    }
}


@media only screen and (max-width: 767px)  {
    .width_space {
        width: 0;
        display: none;
    }
    .account_details.balance_sheet_detail .account_details_main {
        width: 100%;
        border-top: 1px solid #EDEDED;
    }
    .account_details {
        display: inline-block;
        height: auto;
    }
    .four_btns {
        display: block !important;
    }

  
    .title_height {
        height: auto;
    }
    .setting-logo-box {
        min-height: unset !important;
    }
    .settings_select_2 .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        padding-top: 4px;
    }
   
    .setting-card select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url(../img/dark-arrow.png) no-repeat 92px;
        background-position: right;
    }

    .ui-state-default {
        max-width: 100%;
    }
    .income_section,
    .account_balance{
        width: 100%;
    }
    .page-title .d-flex.justify-content-md-end>.col-auto{
        margin-bottom: 15px;
    }
    .editor {
        padding: 15px;
    }
   
  
}

@media only screen and (max-width: 640px)  {
    .alert-notify {
        width: 90% !important;
    }
    .reset-btn {
        text-align: center;
        width: auto !important;
        display: inline-block;
    }
    .page-title .category_label {
        width: auto;
        position: relative;
        margin: 0 0;
    }
    .page-title .all-button-box a {
        display: inline-block;
        width: auto !important;
        float: unset;
    }
    .file_download_btn {
        float: unset;
        margin: 0 0 0;
    }
    .create_responsive_btn {
        margin: 10px 0 0;
    }
    .all-select-box {
        width: 100%;
        float: unset;
        text-align: left;
    }
    .btn-box{
        float: unset;
    }
    .category_label label {
        padding: 8px 0;
    }
    .datepicker_range_custom .datepicker-range {
        padding: 10px 15px;
    }
    .ledger_summary_text {
        width: 100%;
    }
    .ledger_summary {
        height: 100%;
    }
    .ledger_summary_img {
        width: 100%;
        float: left;
        text-align: right;
        padding: 20px 0;
    }
    .row.row-cols-5.balance_sheet_section .col.balance_sheet_section_main {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site_date_format_select_2 .form-group.col-md-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site_date_format_select_2 .form-group.col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 575px)  {
    table.table.dashboard-cards-table-main tr td {
        padding: 10px 20px !important;
    }
    table.table.dashboard-cards-table-main tr th {
        padding: 10px 20px !important;
    }
   
    .account_details_main {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #EDEDED;
    }
    .account_details .account_details_main:last-child {
        border-bottom: none;
    }
    .select_color li {
        padding-right: 3px;
    }
    .fillter-row{
    justify-content: flex-start !important;
    }
}

@media only screen and (max-width: 480px)  {
    .all-button-box a.width-auto {
        padding: 10px 10px !important;
        margin: 0;
    }
    .reset-btn {
        margin-right: 0;
    }

    .mb-responsive {
        margin-bottom: 100px;
    }
    .table_download_btn .dt-buttons::before {
        left: 0;
        top: -33px;
    }
    .table_download_btn .dt-buttons {
        top: auto;
        bottom: -90px;
        right: 12px;
        /* right: 290px; */
    }
    .buttons-pdf, .buttons-excel, .buttons-csv, .buttons-print {
        margin-right: 10px;
        margin-left: auto;
    }
  
}

.select2-container {
    z-index: 99999 !important;
}
.all-select-box .select2-container {
    z-index: 0;
}

.first-file{
    z-index: 1;
}
.first-file:before {
    position: absolute;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: #0f5ef7;
    content: "";
    left: 13px;
    z-index: -1;
}
.first-file:last-child:before {
    background: none;
}

.form-group.call_duration .form-control{
line-height: 40px !important;
}

.dropdown-menu.show {
    display: block !important;
}
.modal-open .main-content{
z-index: -1;
}