@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.svg#Poppins-Regular') format('svg'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-SemiBold.svg#Poppins-Regular') format('svg'),
    url('../fonts/Montserrat-SemiBold.ttf') format('truetype'),
    url('../fonts/Montserrat-SemiBold.woff') format('woff'),
    url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Light.svg#Poppins-Regular') format('svg'),
    url('../fonts/Montserrat-Light.ttf') format('truetype'),
    url('../fonts/Montserrat-Light.woff') format('woff'),
    url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

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

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Medium.svg#Poppins-Regular') format('svg'),
    url('../fonts/Montserrat-Medium.ttf') format('truetype'),
    url('../fonts/Montserrat-Medium.woff') format('woff'),
    url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-Regular' !important;
}
input::-webkit-input-placeholder {
    color: #B8B8B8 !important;
  }

  input:-moz-placeholder {
    /* Firefox 18- */
    color: #B8B8B8 !important;
  }

  input::-moz-placeholder {
    /* Firefox 19+ */
    color: #B8B8B8 !important;
  }

  input:-ms-input-placeholder {
    color: #B8B8B8 !important;
  }

  a {
    text-decoration: none !important;
  }

  label {
    display: block;

}

input:focus-visible {
    outline: 2px solid crimson;
    border-radius: 3px;
}



.form-control:focus {
    color: #8492A6;
    background-color: #FFF;
    border-color: rgba(5, 28, 75, 0.5);
    outline: 0;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.5rem + 2px);
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #8492A6;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #E0E6ED;
    border-radius: 0.25rem;
    box-shadow: none;
    transition: all 0.2s ease;
}


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

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: #011c4b;
    padding: 28px 20px;
}

table thead tr {
    background: #fff;
    border-radius: 0px !important;
    /*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;
}

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

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

.Id a {
    color: #0f5ef7;
    font-family: 'Montserrat-SemiBold';
    border: 1px solid #0f5ef7;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
}

.Id a:hover {
    background: #0f5ef7;
    color: #fff;
}

.edit-icon i, .delete-icon i {
    color: #fff;
    font-size: 10px;
    line-height: 25px;
}

.edit-icon, .delete-icon {
    float: left;
    background: #ef3939;
    border-radius: 6px;
    width: 25px;
    line-height: 25px;
    height: 25px;
    text-align: center;
}

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

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


.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
    background: #a3afbb !important;
    font-size: 10px !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 5px 30px !important;
    cursor: pointer !important;
}


.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.current {
    background: #0f5ef7 !important;
    font-size: 10px !important;
    font-weight: 600;
    border-radius: 6px !important;
    border-color: #0f5ef7 !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: 15px;
}


.dataTables_wrapper .dataTables_filter {
    border: 1px solid #0f5ef7;
    border-radius: 8px;
    height: 40px;
    padding: 0 15px;
    position: relative;
    margin: 30px 30px 30px 0;
}

.media.media-pill span span {
    float: left;
    width: 100%;
    font-size: 7px !important;
    color: #a3afbb;
    line-height: normal;
}

.dataTables_wrapper .dataTables_length {
    margin: 30px 0 30px 30px;
    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: #0f5ef7;
    font-size: 12px;
}

.dataTables_wrapper .dataTables_filter label {
    font-weight: 600;
    font-size: 12px;
    color: #0f5ef7;
    float: left;
}

.dataTables_wrapper .dataTables_filter label:before {
    position: absolute;
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-size: 16px;
    right: 12px;
    top: 5px;
}

.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 #f0f1f1;
}

.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: #515962;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #255ef7 !important;
}


ul.navbar-nav .dropdown-animate a {
    background: #f9f9f9;
    border-radius: 15px !important;
    padding: 10px 20px !important;
    box-shadow: 0 31px 49px rgba(105, 105, 105, 0.09);
    font-size: 12px;
    color: #061737;
    font-weight: 600;
}

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: 15px;
    flex-direction: inherit;
    position: relative;
    /*display: inherit;*/
}

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

.left-card {
    width: 60%;
    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: 70px;
    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: 20px;
    font-weight: 600;
    float: left;
    width: 40%;
    text-align: right;
    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: -10px;
    top: 30px;
}

.yellow-bg {
    background: #feb701;
}

.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: #0f5ef7;
    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: #2a70f6;
}

.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: #0f5ef7;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    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;
}


.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: #0f5ef7;
    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;
}

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

.yellow-bg {
    background: #feb701;
}

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

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

.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: #0f5ef7;
    color: #fff;
}

.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: 'Montserrat-SemiBold';
}

.con-file {
    border: 1px solid #a3afbb;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Montserrat-SemiBold';
    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: 'Montserrat-SemiBold';
    margin-bottom: 15px;
}

.select2-container {
    margin-bottom: 15px;
}

.select2-container .select2-selection--single {
    border-color: #E0E6ED;
    border-radius: 10px;
    height: 40px;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Montserrat-SemiBold';
    box-shadow: none !important;
}

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

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

.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: #255ef7 !important;
}

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

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

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

.card form textarea {
    height: 75px;
    line-height: normal;
}

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

.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: 11px 25px;
    margin-top: 10px;
    margin-right: 10px;
    font-family: 'Montserrat-SemiBold';
}

.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: 17px;
}

.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: 'Montserrat-SemiBold';
}

.page-title {
    overflow: hidden;
}

.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;
}

select.daily-text {
    background: none;
    border: none;
    background: url('../../assets/img/arrow-drop.png') no-repeat 85% 53%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

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

.btn-box {
    margin-right: 0px;
    float: right;
    width: 100%;
}

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

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

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

.badge-success {
    background-color: #36B37E !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: 'Montserrat-SemiBold' !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%;
}

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

.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 !important;
}

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

.last-day-text span {
    color: #a3afbb;
}

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

.login-contain {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
}

.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-menu {
    position: absolute;
    right: -140px;
    top: 0;
    padding: 0;
    margin: 0;
}

.login-menu li {
    display: block;
    list-style-type: none;
    text-align: center;
    margin-top: 20px;
}

.login-menu li a {
    padding: 12px 5px;
    display: inline-block;
}

.gray-login a {
    background: #a2aeba;
    border-radius: 0 10px 10px 0;
    width: 125px;
}

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

.gray-login {
    position: relative;
    right: 0px;
}

.blue-login a {
    background: #0f5ef7;
    border-radius: 0 10px 10px 0;
    width: 155px;
}

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

.blue-login {
    position: relative;
    left: 15px;
}

.login-menu li a {
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
}

.login-inner-contain {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.login-form {
    width: 410px;
    margin: 25px auto 0 auto;
    box-shadow: 0 31px 49px rgba(105, 105, 105, 0.09);
    border-radius: 20px;
    padding: 50px 60px 25px 60px;
    text-align: center;
    background: #fff;
    position: relative;
}

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

.login-form .form-group .form-control-label, .blue-label {
    color: #0f5ef6;
}

.form-group .form-control-label {
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}

.login-form .form-group input, .blue-input {
    color: #0f5ef6;
    border-color: #0f5ef6;
}

.form-group input {
    border-radius: 10px;
    height: 40px;
    box-shadow: none;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}

.form-group input:focus {
    border-color: #0f5ef6;
    color: #0f5ef6;
}

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

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #0f5ef7;
    background-color: #0f5ef7;
}

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

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

.btn-login {
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat-SemiBold';
    background: #0f5ef7;
    margin-top: 20px;
    padding: 10px 30px;
    width: 100%;
    border-radius: 10px;
    border: none;
}

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

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

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

.copyright-text {
    font-size: 12px;
    color: #a3afbb;
    padding: 15px 0 10px 0;
}

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

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

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

.login-inner-contain .or-text {
    color: #a3afbb;
    font-size: 12px;
    margin: 15px 0;
    position: relative;
}

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

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

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

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

.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: 'Montserrat-SemiBold' !important;
    font-weight: normal;
}

.chart-title h5 {
    color: #011c4b;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold' !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: 'Montserrat-SemiBold' !important;
}

.left-pay-box select {
    border: none;
    background: none;
    font-size: 14px;
    color: #011c4b;
    font-family: 'Montserrat-SemiBold';
    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: 'Montserrat-SemiBold' !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: 'Montserrat-SemiBold' !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: 'Montserrat-SemiBold' !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: 50px;
}

.small-logo {
    height: 30px;
}

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

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

.btn-submit {
    padding: 10px 23px;
    border-radius: 10px;
    background: #0f5ef7;
    color: #fff;
    line-height: 1.5 !important;
    transition: all 0.2s ease;
    font-size: 12px;
    border: none;
    margin-left: 10px;
    font-family: 'Montserrat-SemiBold' !important;
}

.btn-submit:hover {
    color: #273444;
    background-color: #ececec;
}

.tab-content h6.text-black {
    font-size: 12px;
    color: #011c4b;
    font-weight: normal !important;
    font-family: 'Montserrat-SemiBold' !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: 'Montserrat-SemiBold' !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: 160px !important;
    padding: 0 !important;
}

.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;
}

.lead-dropdown .dropdown-toggle:after {
    content: "";
    margin: 0;
}

.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 {
    background-color: #061737;
    padding: 30px 20px;
    border-radius: 20px;
    height: 100%;
}

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

ul.plan-detail li {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    font-family: "Montserrat-SemiBold";
    padding-bottom: 10px;
}

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: 30px;
    color: white;
    font-family: "Montserrat-Bold";
}

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

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

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

.plan-1 h6 {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold' !important;
    font-weight: normal;
}

.plan-2 h6 {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold' !important;
    font-weight: normal;
}

.plan-3 h6 {
    color: white;
    font-size: 20px;
    font-family: 'Montserrat-SemiBold' !important;
    font-weight: normal;
}

.plan-detail li {
    color: white;
}

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

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

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

.price-text {
    color: #061737;
    padding-right: 0;
    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: #0f5ef7;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    font-size: 12px;
}

.nav.nav-tabs {
    border-radius: 10px;
}

.nav.nav-tabs li a.active {
    background: #0f5ef7;
    color: white;
}

.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;
}

.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;
    padding-bottom: 0;
    margin-bottom: 0;
}

.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-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0f5ef7;
    background-color: #0f5ef7;
}

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

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

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

/* end */


/* emp-epayslip */
.nav.nav-tabs li a {
    padding: 10px 18px;
}

ul.nav-tabs {
    border-radius: 10px;
}

.tab-content {
    width: 100%;
}

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

.table-responsive tr td span.number-id {
    font-size: 17px;
    color: #061737;
    line-height: normal;
}

.table-responsive tr td {
    line-height: normal;
}

.table-responsive tr td a.view-text {
    color: #0f5ef7;
    font-size: 12px;
}

.table-responsive tr td a.view-text i {
    margin-right: 5px;
}

.page-title .btn-icon-only i {
    margin-right: 5px;
}

.colunn-text {
    flex-direction: column;
}

table .Action {
    /* width:190px;
     float: left;*/
}

.order-table table .Action {
    width: auto;
}

table .Name a {
    color: #0f5ef7;
}

.height-80 {
    min-height: 80px;
}

.general-tab .row .col-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.general-tab .left-card {
    width: 70%;
}

.general-tab .number-icon {
    width: 30%;
}

.general-tab .left-card h4 {
    width: 70px;
    padding-top: 15px;
}

.gray-bg {
    background: #a3afbb;
}

.add-small {
    font-size: 10px;
    color: #fff;
    border-radius: 15px;
    box-shadow: none;
    border: none;
    padding: 5px 20px;
    background: #0f5ef7;
}

.height-450 {
    min-height: 450px;
}

.order-table table tr th {
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    font-weight: normal;
}

.file-icon {
    width: 30px;
    height: 30px;
    background: #0f5ef7;
    border-radius: 50px;
    float: left;
    text-align: center;
}

.file-icon i {
    color: #fff;
    z-index: 9999;
    position: relative;
    font-size: 14px;
}

.first-file {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    position: relative;
}

.file-des {
    width: calc(100% - 40px);
    float: right;
    color: #a3afbb;
    font-size: 12px;
    font-family: "Montserrat-SemiBold";
}

.file-des span {
    width: 100%;
    float: left;
    color: #011c4b;
}

.general-tab .column-card {
    flex-direction: column;
}

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

.first-file:last-child:before {
    background: none;
}

.edit-user {
    border: 1px solid #ececec;
    border-radius: 20px;
    overflow: hidden;
}

.edit-user-icon {
    border-bottom: 1px solid #ececec;
    border-radius: 20px;
    padding: 15px 10px;
}

.edit-textarea textarea {
    padding: 20px 30px;
    width: 100%;
    background: none;
    border: none;
    font-size: 14px;
    color: #000000;
    height: 180px;
    resize: none;
}


.browse-file {
    position: relative;
    width: calc(100% - 10px);
    border: 20px;
    border: 2px dashed #0f5ef7;
    border-radius: 10px;
    text-align: center;
    padding: 50px 0;
}

.browse-file .input-file-trigger {
    font-size: 16px;
    color: #0f5ef7;
    font-family: "Montserrat-SemiBold";
}

.browse-file .input-file-trigger span {
    width: 100%;
    float: left;
    font-family: 'Montserrat-Regular';
    line-height: normal;
}

.browse-file .js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #39D2B4;
    color: #fff;
    font-size: 1em;
    transition: all .4s;
    cursor: pointer;
}

.browse-file .input-file-container i {
    color: #0f5ef7;
    font-size: 25px;
}

.browse-file p.file-return {
    padding: 0 10px;
    font-size: 12px;
    color: #0f5ef7;
    margin: 0;
}

.browse-file .js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

.browse-file .js .input-file:hover + .input-file-trigger,
.browse-file .js .input-file:focus + .input-file-trigger,
.browse-file .js .input-file-trigger:hover,
.browse-file .js .input-file-trigger:focus {
    background: #34495E;
    color: #39D2B4;
}

.browse-file .file-return {
    margin: 0;
}

.browse-file .file-return:not(:empty) {
    margin: 1em 0;
}

.browse-file .js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
}

.browse-file .js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1500px;
        margin: 1.75rem auto;
    }
}

/* end */
/* staff-manage-profile */
.profile-card {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px 10px;
}

.profile-card .office-time {
    text-align: center;
    font-family: "Montserrat-SemiBold" !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;
    /*background: #d8d8dc6e;*/
    border-radius: 20px;
    padding: 15px 30px;
}

.card.setting-card {
    padding: 30px 15px;
}

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

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

.setting-card .form-control {
    border-color: #a3afbb;
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Montserrat-SemiBold';
}

.setting-card .form-control:focus {
    border-color: #0f5ef7 !important;
    box-shadow: none !important;
    color: #0f5ef7 !important;
}

.company-setting .form-control {
    border-color: #a3afbb;
    border-radius: 10px;
    height: 50px;
    line-height: 40px;
    font-size: 12px;
    color: #a3afbb;
    font-family: 'Montserrat-SemiBold';
}

.company-setting .form-control:focus {
    border-color: #0f5ef7 !important;
    box-shadow: none !important;
    color: #0f5ef7 !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;
}

.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: 'Montserrat-SemiBold';
    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: inherit;
    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;
}

.custom-control-input:checked ~ .custom-control-label::before
    /* 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: #0f5ef7;
    border: none;
    border-radius: 10px;
    padding: 8px 15px;
    min-width: 100px;
    font-size: 12px;
    font-weight: 500;
}

.choose-file div:hover {
    cursor: pointer !important;
}

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

.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;
}

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

.invoice-title {
    padding: 20px 30px;
    font-size: 24px;
    color: #061737;
    box-shadow: 0 31px 49px rgba(105, 105, 105, 0.09);
    border-radius: 0 0 15px 15px;
    line-height: normal;
}

.invoice-detail {
    padding: 80px 30px;
}

.address-detail {
    font-size: 14px;
    color: #011c4b;
    font-family: 'Montserrat-Medium';
}

.address-detail strong {
    font-family: 'Montserrat-SemiBold';
    padding-bottom: 10px;
    float: left;
    width: 100%;
    font-weight: normal;
}

.invoice-number span {
    width: 150px;
    float: right;
}

.status-section {
    padding: 85px 0;
}

.text-status {
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    color: #011c4b;
}

.text-status strong {
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
    width: 100%;
    float: left;
}

.invoice-order {
    font-size: 14px !important;
    color: #011c4b;
    font-weight: normal;
    font-family: 'Montserrat-Medium';
}

.small-order {
    font-size: 11px !important;
    color: #011c4b;
    font-weight: normal;
    font-family: 'Montserrat-Medium';
}

.order-table thead tr, .order-table tr td {
    border: none;
}

.order-price {
    padding-bottom: 80px;
}

.order-price .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
}

.draft-title {
    font-size: 12px;
    color: #011c4b;
    font-family: 'Montserrat-SemiBold' !important;
}

.lead-box {
    box-shadow: 0 0 49px rgba(105, 105, 105, 0.09);
    border-radius: 20px;
    padding: 15px;
    margin-top: 20px;
}

.lead-box ul {
    padding: 0;
    margin: 5px 0 0 0;
    width: 70%;
    float: left;
}

.lead-box h4 {
    color: #0f5ef7;
    font-size: 17px;
    font-family: 'Montserrat-SemiBold' !important;
    margin: 0;
    font-weight: normal;
}

.lead-pic li {
    display: inline-block;
    list-style-type: none;
}

.total-text {
    font-size: 16px;
    color: #02ba8a;
    font-family: 'Montserrat-SemiBold';
}

.border-green {
    width: 23px;
    height: 5px;
    background: #02bb8a;
    display: inline-block;
    border-radius: 4px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.task-text {
    font-size: 10px;
    color: #a3afbb;
    font-family: 'Montserrat-SemiBold';
    padding: 10px 0;
}

.task-text i {
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.lead-price {
    color: #0f5ef7;
    font-size: 12px;
    font-family: 'Montserrat-Bold';
    width: 30%;
    float: right;
    padding-top: 10px;
}

.min-height-160 {
    min-height: 160px;
    overflow: auto;
}

.min-height-443 {
    min-height: 354px;
    max-height: 354px;
    overflow: auto;
}

.min-height-940 {
    min-height: 940px;
    overflow: auto;
    height: 940px;
}

.min-height-227 {
    min-height: 227px;
}

.min-height-253 {
    min-height: 253px;
}


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

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

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

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

    .left-card {
        width: 66%;
    }

    .number-icon {
        width: 34%;
    }

    .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;
    }

    .left-card h4 {
        width: 65px;
        padding-left: 10px;
    }

    .user-text {
        width: 95px;
    }

    .report-text {
        font-size: 12px;
    }

    .lead-price, .lead-box ul {
        width: 100%;
    }

    .report-text span {
        float: left;
        padding-left: 0;
        padding-top: 5px;
        width: 100%;
    }

    .big-logo {
        height: 40px;
    }

    .general-tab .left-card {
        width: 82%;
    }

    .general-tab .number-icon {
        width: 20%;
    }
}

@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: 10px;
        width: 60px;
    }

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

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

    .user-text {
        width: 105px;
        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;
    }

    .general-tab .left-card {
        width: 90%;
    }

    .general-tab .left-card h4 {
        width: 70px;
        padding-top: 10px;
        font-size: 12px;
    }
}

@media (max-width: 1199px) {
    .big-logo {
        height: 35px;
    }

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

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

    .nav.nav-tabs li a {
        padding: 8px 13px;
    }

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

    .left-card h4 {
        padding-left: 0;
        font-size: 12px;
        padding-top: 2px;
    }

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

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

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

    .dotted-icon {
        top: 22px;
    }
}

@media (max-width: 991px) {
    .big-logo {
        width: auto;
    }

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

    .page-title {
    }

    .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;
        float: none;
    }

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

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


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


    a.bg-red {
        /*margin-right: 0 !important;*/
    }

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

    .btn-xls a.bg-red {
        margin-right: 10px !important;
    }

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

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

    .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;
    }

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

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

    .number-icon {
        width: 38%;
    }

    .general-tab .row .col-3 {
        flex: 0 0 33%;
        max-width: 33%;
    }

    .invoice-title {
        font-size: 20px;
    }

    .lead-box ul {
        width: 70%;
    }

    .lead-price {
        width: 30%;
    }
}

@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;
    }

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

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

    .dataTables_wrapper .dataTables_filter {
        margin: 0 auto;
        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;
    }

    .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 {
        min-width: 150px;
    }

    .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 a {
        background: #0f5ef7;
        border-radius: 10px 10px 0 0;
    }

    .gray-login a {
        background: #a2aeba;
        border-radius: 10px 10px 0 0;
    }

    .blue-login {
        left: 0;
    }

    .height-450 {
        min-height: 410px;
    }

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

    .address-detail {
        font-size: 12px;
    }

    .invoice-number span {
        width: 130px;
    }

    .status-section {
        padding: 55px 0;
    }

    .status-section .text-status {
        padding: 10px 0;
        font-size: 12px;
        overflow: hidden;
    }

    .status-section .text-status.text-right {
        text-align: left !important;
    }

    .order-price .col-md-3 {
        flex: 0 0 33%;
        max-width: 33%;
        padding: 10px 0;
    }

    .order-price {
        padding-bottom: 50px;
    }

    .text-status {
        font-size: 12px;
    }

    .invoice-detail {
        padding: 50px 25px;
    }

    .invoice-title {
        font-size: 18px;
        padding: 15px 25px;
    }

    .lead-box ul, .lead-price {
        width: 100%;
    }
}

@media (max-width: 585px) {
    .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;
        /*display: inline-block !important;*/
        width: 100%;
    }

    .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 table.align-items-center {
        text-align: left;
    }

    .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: 0;
    }

    .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;
    }

    .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%;
    }

    .login-form .form-group {
        margin-bottom: 10px;
    }

    .login-form .btn-login {
        margin-top: 10px;
    }

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

    .general-tab .row .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .page-title .row .col-12 {
        margin-bottom: 15px;
    }

    .height-450 {
        min-height: initial;
    }

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

    .lead-box ul {
        width: 70%;
    }

    .lead-price {
        width: 30%;
    }
}

@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: 15px;
    }

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

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

    .card.card-box {
        /*flex-direction: column;*/
    }

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

    .page-title {

    }

    .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: right;
        margin-top: 5px;
        width: 100%;
    }

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

    .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: 9px 15px;
    }

    .login-menu {
        top: -37px;
        left: 30px;
    }

    .login-menu li a {
        padding: 8px 5px;
    }

    .blue-login a {
        width: 125px;
    }

    .gray-login a {
        width: 105px;
    }

    .invoice-card {
        padding: 20px;
    }

    .user-text {
        width: 145px;
    }

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

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

    .left-card {
        width: 115px;
    }

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

    .company-setting {
        padding: 20px;
    }

    .btn-submit {
        padding: 10px 13px;
        font-size: 11px;
    }

    .company-setting .form-control {
        height: 45px;
    }

    .general-tab .row .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-table table .Action {
        width: 80px;
    }
}

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

.small-title {
    padding: 15px;
    border: 15px;
    font-size: 20px;
    color: #061737;
    border-radius: 0 0 20px 20px;
    /*box-shadow: 0 0 49px rgba(105, 105, 105, 0.09);*/
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #EFF2F7;
}

.div-mega .svg-inline--fa {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.m-list-active table tbody tr td {
    background: #2d7ff3 !important;
}

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

.buttons-pdf, .buttons-excel, .buttons-csv {
    border: 1px solid #255df7;
    font-size: 12px;
    color: #255df7;
    font-family: 'Montserrat-SemiBold';
    padding: 1px 18px;
    border-radius: 10px;
    margin-left: 10px;
}

.assign_staff{
    padding: 4px 15px !important;
    min-width: 115px !important;
}

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

.apply-btn {
    font-size: 0.875rem;
    line-height: 2.5;
    background-color: #0f5ef7;
    border-radius: 50% !important;
    color: white;
    margin-right: 5px;
    padding: 10px 12px;

}


.reset-btn {
    font-size: 0.875rem;
    line-height: 2.5;
    background-color: #FF5630;
    border-radius: 50% !important;
    color: white;
    margin-right: 5px;
    padding: 10px 12px;

}


.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;
}

.fc-event {
    /*top: -77px !important;*/
}

.widget-calendar .e-height .fc-day-number {
    height: 35px !important;
}

#card-element {
    border: 1px solid #E4E6FC;
    border-radius: 5px;
    padding: 10px;
}

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


.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: 1.75rem;
    height: 1.75rem;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.colorinput-color:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: .25rem;
    left: .25rem;
    height: 1.25rem;
    width: 1.25rem;
    transition: .3s opacity;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E") no-repeat center center/50% 50%;
}

.colorinput-input:checked ~ .colorinput-color:before {
    opacity: 1;
}

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

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

.form-icon-addon {
    position: relative !important;
}

.form-icon-addon span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #0f5ef7;
    text-align: center;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 40px;
    color: #fff;
    font-weight: bold !important;

}

.form-icon-addon span i {
    color: #fff;
    line-height: 40px;

}

.form-icon-addon input {
    padding-left: 60px;

}
.m-list-active,
.m-list-active:hover,
.m-list-active:focus{
    background: #2358ee;
}
.mc-sender p {
    background: #2358ee;
}

.messenger-list-item td b {
    background: #2358ee;
}

.dropdown-style{
    padding: 8px 5px;
    border: 1px solid #b1b1b1;
    border-radius: 5px;
}


.pull-left{
    float: left;
}

/*new added css 04-11-2022*/


.card-body {
    color: #000000;
}

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

.card form input:focus,
.card form textarea:focus {
    border-color: #15d4be;
    box-shadow: none;
    color: #495057;
    box-shadow: 0 0 0 0.2rem rgb(108 139 239 / 25%);
}

.pull-right {
    float: right;

}


.service_info a {
    color: #008aff;
}

.card {
    margin-bottom: 5px;
    border: none;
    clear: both;
    border-radius: 0.25rem;
    padding-bottom: 0px;
}

.btn-ico-expand {
    float: left;
}
.padtop14 {
    padding-top: 14px;
}

.gradient-green {
    background: #17a2b8;
    background: -moz-linear-gradient(left, #15d4be 0%, #17a2b8 100%);
    background: -webkit-linear-gradient(left, #15d4be 0%, #17a2b8 100%);
    background: linear-gradient(to right, #15d4be 0%, #17a2b8 100%);
    color: #ffffff;
}
.gradient, .dropdown-item:focus, .dropdown-item:hover, body>.sidebar-left .nav-link.active, body>.sidebar-left .nav-link:hover, body>.container>.sidebar-left .nav-link.active, body>.container>.sidebar-left .nav-link:hover, .media-list>.media.new.active, .media-list>.media.new:hover, .media-list>.media:hover, .media-list>.media.active, .search-list>.media:hover, .member-list .media:hover, .message-container div .media:hover, .nav-tabs .nav-link.active, .fc-unthemed td.fc-widget-content.fc-today, .invoice.card .card-header, .invoice.card .card-footer {
    background: #22bfed;
    background: -moz-linear-gradient(left, #22bfed 0%, #6c8bef 100%);
    background: -webkit-linear-gradient(left, #22bfed 0%, #6c8bef 100%);
    background: linear-gradient(to right, #22bfed 0%, #6c8bef 100%);
    color: #ffffff;
}
.gradient-red {
    background: #ff6262;
    background: -moz-linear-gradient(left, #ffb803 0%, #ff6262 100%);
    background: -webkit-linear-gradient(left, #ffb803 0%, #ff6262 100%);
    background: linear-gradient(to right, #ffb803 0%, #ff6262 100%);
    color: #ffffff;
}
.gradient-purple {
    background: #a73885;
    background: -moz-linear-gradient(left, #866cef 0%, #a73885 100%);
    background: -webkit-linear-gradient(left, #866cef 0%, #a73885 100%);
    background: linear-gradient(to right, #866cef 0%, #a73885 100%);
    color: #ffffff;
}
.gray-bg {
    background-color: #f0f0f0 !important;
}


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

.dashboard-data table tbody tr th {
    background: #fff;
    padding: 0px 10px;
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}

.dashboard-data table thead tr th {
    padding: 18px 10px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
}

.select2-container--default .select2-selection--single {
    padding: 8px 5px !important;
    border: 1px solid #b1b1b1 !important;
    border-radius: 5px !important;
    height: 38px !important;
}

.select2-selection__arrow {
    display: block !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 6px !important;
    right: 1px;
    width: 20px;
}


.bg-young-yellow {
    background-color: #fef2c0 !important;
}
.bg-young-blue {
    background-color: #c3f2ee !important;
}
.bg-young-red {
    background-color: #fccad7 !important;
}
.bg-young-green {
    background-color: #64ff5c !important;
}
.bg-old-blue {
    background-color: #d6dce4 !important;
}
.bg-old-yellow {
    background-color: #ffc000 !important;
}
table tbody tr td {
    background: none;
    padding: 8px 8px !important;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}
.table th, .table td, .table thead th, .table tbody td {
    border-color: #e6e6e6;
}
.gradient *, .dropdown-item:focus *, .dropdown-item:hover *, body>.sidebar-left .nav-link.active *, body>.sidebar-left .nav-link:hover *, body>.container>.sidebar-left .nav-link.active *, body>.container>.sidebar-left .nav-link:hover *, .media-list>.media.new.active *, .media-list>.media.new:hover *, .media-list>.media:hover *, .media-list>.media.active *, .search-list>.media:hover *, .member-list .media:hover *, .message-container div .media:hover *, .nav-tabs .nav-link.active *, .fc-unthemed td.fc-widget-content.fc-today *, .invoice.card .card-header *, .invoice.card .card-footer * {
    color: #fff !important;
    border-color: #fff !important;
    }
.text-white {
        color: #fff !important;
    }

/* add on 22-11-2022 */


.adnet-report table tbody tr td {
    background: none;
    padding: 10px 20px;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
}

.adnet-report .form-group input {
    border-radius: 5px;
    height: 35px;
    box-shadow: none;
    line-height: 22px;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}

.adnet-report table thead tr th {
    font-size: 15px;
    color: #011c4b;
    padding: 28px 20px;
    white-space: nowrap;
}

.font-13 {
    font-size: 13px !important;
}

.m-0 {
    margin: 0 !important;
}

.roiDiv .table td,
.table th {
    font-size: 13px;
    white-space: nowrap;
    font-weight: 500;
}



.btn-back-to-top-position {
    position: fixed;
    bottom: 38px;
    right: 20px;
}


#button {
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
}
.tableFixHead {
    overflow: auto;
}

.reconcile {
    background-color: #fcb683;
}

.country-odd-bg {
    background-color: #efddff !important;
}

.revenue-reconcile{
    padding: 0;
    margin: 0;
}

.revenue-reconcile table tbody tr td {
    background: none;
    padding: 6px 15px !important;
    color: #000000;
    font-size: 0.8125rem !important;
    font-weight: 500 !important;

}
.font-weight-bold {
    font-weight: 700 !important;
}
.revenue-reconcile .font-weight-bold {
    font-weight: 700 !important;
}
.revenue-reconcile .reconcile {
    background-color: #fcb683;
}
.target {
    background-color: #fcb683;
}
.revenue-reconcile .target {
    background-color: #fcb683;
}

.operator-odd-bg {
    background-color: #f6ffd3 !important;
}

.Cambodia td{
    font-weight: 500 !important;
}

.expandable td{
    font-weight: 500 !important;
}


.table thead th {
    text-transform: inherit;
}


.ser-cls{
    float: left;
    margin-right: 80px;
}
.mg-top{
    margin-top: 12px;
}
.opstyle{
    font-size: 20px;
    margin-bottom: 20px;
}
.add-new-revenue{
    padding: 0;
    margin: 0;
}

.add-new-revenue tr td{
    position: relative !important;
    vertical-align: middle;
    border: none !important;
}

.add-new-revenue input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 10;
    top: 28px;
    bottom: 0;
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.user-operator .table td, .table th{
    font-size: 0.8125rem;
    white-space: normal;
}
@media screen and (max-width: 992px) {
    .user-serv {
        padding-bottom: 10px;
    }
    .opstyle {
        font-size: 20px;
        margin-bottom: 5px;
    }
  }







/* css added 05.01.23 */

.subHeading{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

.subHeading2{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.form-check-inline2 {
    margin-right: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
}
.file{
    color: white;
    background-color: #255ef7;
    border-radius: 30px;
    padding: 7px;
    font-size: x-small;
}

.page-content-center{
    width: 100%;
    margin: auto;
}

.fild-Style{
    border-radius: 5px !important;
    border-color: #b1b1b1 !important;
    color: #000000;
}
.fild-Style:focus{
    border-radius: 5px !important;
    border-color: #b1b1b1 !important;
    box-shadow: inset 0 1px 1px rgb(31 45 61 / 8%), 0 0 20px rgb(5 28 75 / 10%) !important;
}


.textarea-height{
    max-height: 74px;
    min-height: 74px;
    width: 100%;
    color: #000;
    border-color: #b1b1b1 !important;
}
.textarea-height:focus{
    box-shadow: inset 0 1px 1px rgb(31 45 61 / 8%), 0 0 20px rgb(5 28 75 / 10%) !important;
}



.gu-hide{
    display: none;
}

.serviceModal .modal-dialog {
    max-width: 100% !important;
    margin: auto !important;
}


.serviceModal .modal-content {
    background: none;
    box-shadow: none;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0 0.5rem 1rem rgb(31 45 61 / 30%);
    margin: auto;
    width: 35%;
}

.statusModal .modal-dialog {
    max-width: 100% !important;
    margin: auto !important;
}


.statusModal .modal-content {
    background: none;
    box-shadow: none;
    background-color: #fff;
    padding: 20px 30px;
    box-shadow: 0 0.5rem 1rem rgb(31 45 61 / 30%);
    margin: auto;
    width: 35%;
}




/* css added 06.01.23 */

.tab-content2 {
    background: none !important;
    border: none !important;
}

.nav-pills-custom .nav-pills .nav-link {
    background-color: #d5d5d5;
    margin-right: 15px;
    padding: 5px 50px;
    color: #000000;
    font-weight: 500;
}

.nav-pills-custom .nav-pills .nav-link:hover {
    background-color: #051C4B;
    color: #fff;
}

.nav-pills-custom .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #255ef7 !important;
    color: #fff;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px !important;
}











.progress-tab-content {
    padding: 0;
    margin: 0;
}

.progress-box {
    border-radius: 5px;
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 80px;
    height: 70px;
}

.white-cercle {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border-radius: 50%;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
}

.complete-bg-color {
    background-color: #04ff26;
}

.done-bg-color {
    background-color: #04ff26;
}

.delay-bg-color {
    background-color: #ff7700;
}

.blocked-bg-color {
    background-color: #ff0000;
}


.on-progress-bg-color{
    background-color: #3b8aff;
}

.pending-bg-color{
    background-color: #b5b5b5;
}

.progress-tab-content ul {
    padding: 25px;
    margin: 0;
}

.progress-tab-content ul li {
    list-style-type: none;
    text-align: left;
    width: 350px;
}

.progress-tab-content li:nth-child(10n-0) .progress-linkLine-block {
    display: none;
  }

.progress-message-text {
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
}

.progressBox-heading {
    color: #000;
    font-size: 14px;
}

.progressBox-textBox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 70px;
    padding-left: 15px;
    text-align: left;
    line-height: 20px;
}

.progressBox-date {
    font-size: 13px;
    font-weight: 500;
    color: #5e5e5e;
}

.progressBox-date span {
    font-size: 13px;
    font-weight: 500;
    color: rgb(150 150 150);
}

.progress-linkLine-block{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
}
.progress-linkLine{
    height: 30px;
    width: 2px;
    background-color: #9f9f9f;
}

.liContent-wrap{
    display:inline-flex;
}

.progress-tab-content-wrap {
    height: 1020px;
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
}


/*add css 17-01-2023 */
.tools{
    padding: 0;
    margin: 0;
}

.tools tbody tr td {
    font-weight: 500;
}
.line-height03{
    line-height: 23px;
}

.tools .tab-content {
    background-position: fixid;
    background-color: #fff;
    border: 1px solid #fff;
}

.tools table tbody tr {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.tools .table tbody tr:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.tools .tableBg{
    background-color: #f9f9f9;
}

.parent-unique .form-check {
    position: relative;
    display: block;
    padding-left: 0 !important;
}

.parent-unique .padtop14 {
    padding-top: 1px !important;
}

.parent-unique .form-group input {
    border-radius: 10px;
    height: 15px !important;
    box-shadow: none;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}

.save-button .form-group input {
    border-radius: 10px;
    height: 38px !important;
    box-shadow: none;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Montserrat-SemiBold';
    font-weight: normal;
}

/*.nav-bar-position-fixed {
    position: fixed;
    width: 100%;
    z-index: 900;
    background-color: white;
    box-shadow: 0 2px 5px 0px rgb(0 0 0 / 10%);
}*/

/*.page-content{
    margin-top: 110px;
}*/

.add-revenue tr{
    border: none !important;
}


.button-group-pills .btn-default {
    border-radius: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-left: 10px;
    border: 1px solid #0f5ef7 !important;
    background-color: #FFF !important;
    color: #0f5ef7 !important;
}

.button-group-pills .btn-default.revenue {
    border: 1px solid #0f5ef7 !important;
    background-color: #FFF !important;
    color: #0f5ef7 !important;
}

.button-group-pills .btn-default.roi {
    border: 1px solid green !important;
    background-color: #FFF !important;
    color: green !important;
}

.button-group-pills .btn-default.mo {
    border: 1px solid red !important;
    background-color: #FFF !important;
    color: red !important;
}

.button-group-pills .btn-default.billing {
    border: 1px solid orange !important;
    background-color: #FFF !important;
    color: orange !important;
}

.button-group-pills .btn-default.renewal {
    border: 1px solid #42c8f5 !important;
    background-color: #FFF !important;
    color: #42c8f5 !important;
}

.button-group-pills .btn.active.revenue {
    border-color: #0f5ef7 !important;
    background-color: #0f5ef7 !important;
    color: #FFF !important;
    box-shadow: none;
}

.button-group-pills .btn.active.roi {
    border-color: green !important;
    background-color: green !important;
    color: #FFF !important;
    box-shadow: none;
}

.button-group-pills .btn.active.mo {
    border-color: red !important;
    background-color: red !important;
    color: #FFF !important;
    box-shadow: none;
}

.button-group-pills .btn.active.billing {
    border-color: orange !important;
    background-color: orange !important;
    color: #FFF !important;
    box-shadow: none;
}

.button-group-pills .btn.active.renewal {
    border-color: #42c8f5 !important;
    background-color: #42c8f5 !important;
    color: #FFF !important;
    box-shadow: none;
}

.button-group-pills .btn:hover {
    border-color: #0f5ef7;
    background-color: #0f5ef7;
    color: #FFF;
}

.button-group-pills input {
    position: absolute;
    display: none;
}

.button-group-pills input {
    position: absolute;
    display: none;
}

.roi-value,
.mo-value,
.bill-value,
.renewal-value {
    display: none;
}

p.revenue-value {
    margin-bottom: 2px !important;
    color: #0f5ef7;
}

p.roi-value {
    margin-bottom: 2px !important;
    color: green;
}

p.mo-value {
    margin-bottom: 2px !important;
    color: red;
}

p.bill-value {
    margin-bottom: 2px !important;
    color: orange;
}
p.renewal-value {
    margin-bottom: 2px !important;
    color: #42c8f5;
}


.left-labels {
    width: 100%;
}

.right-pie {
    width: 290px;
    height: 233px;
    margin-top: 4%;
}
.size{
    margin-left: 28% !important;
}
.size1{
    margin-left: 21%;
}

.data-item {
    display: flex;
    justify-content: space-between;
}

.data-item .key {
    font-weight: bold;
    text-align: left;
}

.data-item .data {
    flex: 1;
    text-align: right;
}



.subheading3{
    margin-bottom: 0.5rem;
    color: #000000;
}


/* CSS for custom checkbox */
.service-catalouge-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #333;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

/* Style for checked state */
.service-catalouge-checkbox:checked + .checkmark:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* Style for label */
.form-check-label {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

/* Style for checkmark */
.checkmark {
    position: absolute;
    top: 6px;
    left: 0;
    width: 20px;
    height: 20px;
}

/* Hide the default checkbox */
.service-catalouge-checkbox::before {
    content: none;
    border-color: #EFF2F7;
    background-color: #E5E9F2;
}

/* Style for hover state */
.service-catalouge-checkbox:hover {
    border-color: #555;
}

table.servicecatalogue thead tr th {
    min-width: 100px !important;
}

.workflow-list li{
    list-style-type: none;
}


.workflow-list li:last-child .progress-linkLine-block{
    display: none;
}

.edit-draft{
    padding: 1px;
    background-color: #0080ff;
    border-radius: 5px;
    border-color: #ffffff;
}

.edit-draft a{
    color: white;
    font-size: x-small;
    font-weight: 800;
}
.golive-btn{
    padding: 0px;
    background-color: #00fb15;
    border-radius: 5px;
    border-color: #70d909;
}
.golive-btn a{
    color: white;
    font-size: small;
    font-weight: 800;
}

.golive{
    background-color: #10fd6f;
    border-color:#eff0f3;
}
.golive-cancel{
    border-color:#eff0f3;
}
.files{
    margin-left: 10%;
}


.noteModal{
    margin-left: 40%;
}
.contentlive{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.modal-body textarea{
    height: 74px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #cecfd1
}
.modalboday{
    padding-left: 10px;
    padding-right: 10px;
}
.subhead{
    color: black;
    font-weight: 800;
    font-size: 1.5rem;
    margin: 10px;
}

.subhead2{
    font-size: 16px;
    font-weight: 600;
    color: black;

}

.note-btn{
    background-color: #0080ff;
    border-radius: 9px;
    border-color: #ffffff;
    /* -webkit-text-combine: none; */
    color: white;
    font-weight: 600;
    padding: 2px;
}

.service-checklist input {
    height: auto !important;
}


.spacing-1 {
    margin-left: 75px; /* Adjust as needed */
}

.spacing-2 {
    margin-left: 174px; /* Adjust as needed */
}

.spacing-3 {
    margin-left: 139px; /* Adjust as needed */
}

.spacing-4 {
    margin-left: 80px /* Adjust as needed */
}
.spacing-5 {
    margin-left: 89px; /* Adjust as needed */
}

.spacing-6 {
    margin-left: 45px /* Adjust as needed */
}
.spacing-7 {
    margin-left: 97px /* Adjust as needed */
}
.catalouge-btn{
    display:flex;
    gap:10px;
}
.positive {
    color: #00f900;
}
.negative {
    color: red;
}
.cursor_change{
    cursor: pointer;
}
.icon-size{
    font-size: 30px;
    height: 20px;
}


.separator-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 100vh; Adjust as needed */
}
.separator-row {
    display: flex;
    /* justify-content: space-between;
    align-items: center;
    max-width: 600px; /* Adjust width as needed */
    /* padding: 20px;  */
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: Adds a shadow */
}
.separator-label {
    display: flex;
    align-items: center;
    margin-right: 2px;
}
.separator-box {
    width: 40px;
    height: 15px;
    margin-right: 10px;
    border-radius: 3px;
}
/* Define classes for each label */
.revenue-box {
    background-color: rgba(255, 99, 132, 0.5); /* Red */
}
.gross-revenue-box {
    background-color: rgba(54, 162, 235, 0.5); /* Blue */
}
.net-revenue-box {
    background-color: rgba(0, 255, 210, 0.5); /* Turquoise */
}
.total-mo-box {
    background-color: rgba(75, 192, 192, 0.5); /* Light green */
}
.cost-box {
    background-color: rgba(153, 102, 255, 0.5); /* Purple */
}
.gp-box {
    background-color: rgba(255, 159, 64, 0.5); /* Orange */
}



/* Modify to display arrows on the right side */
.up-90::before {
    content: '\f062'; /* Font Awesome up arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px; /* Add space between text and icon */
    color: #36B37E;
}

.up-90 {
    /* background-color: green; */
    color: #36B37E;
}

.up-45::before {
    content: '\f062'; /* Font Awesome up arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
    color: #7ec17e;
}

.up-45 {
    /* background-color: lightgreen; */
    color: #7ec17e;
}

.flat::before {
    content: '\f068';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 16px;
    color: blue;
    margin-left: 5px;
}

.flat {
    color: blue;
}




.down-45::before {
    content: '\f063'; /* Font Awesome down arrow */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
    color: orange;
}

.down-45 {
    /* background-color: orange; */
    color: orange;
}

.down-90::before {
    content: '\f063';
    /* font-family: 'Font Awesome 5 Free'; */
    /* font-weight: 900;
    margin-left: 5px; */
    color: red;
}

.down-90 {
    /* background-color: red; */
    color: red;

}


.percentage {
    /* font-weight: normal;
    font-size: 0.9em; */
    font-family: 'Montserrat';
    color: inherit; /* Matches the color of the trend class */
    /* margin-left: 10px; */
}
.deleteicon{
        background: #ef3939;
        display: inline-block;
        border-radius: 6px;
        width: 25px;
        line-height: 25px;
        height: 25px;
        text-align: center;

}
