/* Add custom styles for the dashboard */

/* Example styles */
body {
    background-color: #F1F5F9;
}

.brand-header {
    background-color: #323e59;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}

.brand-header h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    padding: 25px 0 0px 8px;
    text-transform: capitalize;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
}

.bg-dark {
    background-color: #1A1F38 !important;
}

aside .nav-pills .nav-link.active, aside .nav-pills .show > .nav-link {
    color: #fff;
    border-radius: 0px;
    background-color: #334155;
}

aside .nav-pills .nav-link.active + ul.sub {
    background-color: #334155;
}

aside ul.nav li a {
    display: flex;
    align-items: center;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

aside ul.nav li a i {
    margin-right: 10px;
}

aside ul.nav li a i svg {
    display: block;
}

aside ul.nav li a.nav-link {
    padding: .6rem 2rem;
}

aside {
    position: fixed;
    height: 100%;
}

.main {
    margin-left: 241px;
}

html {
    position: relative;
    min-height: 100%;
}

header {
    background-color: #fff;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userblock a {
    color: #475569;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.users-section {
    position: relative;
    line-height: normal;
}

.custom-bg-secondary {
    background-color: #64748B !important;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
}

.custom-bg-primary {
    background-color: #0284C7 !important;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
}

.custom-bg-warning {
    background-color: #EAB308 !important;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
    font-family: "Nunito Sans", sans-serif;
}

.mainblock {
    padding: 25px 35px 35px 35px;
}

.custom-card {
    background-color: #fff;
    box-shadow: 0px 2px 3px #0000001A;
    border: none;
}

.custom-card h3 {
    color: #64748B;
    margin: 0px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    font-size: 14px;
}

.custom-select-small {
    padding: 4px 30px 4px 10px;
    background-size: 12px 10px;
    border: #CBD5E1 solid 1px;
    background-position: right .35rem center;
    font-size: 12px;
    color: #64748B;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
}

.custom-select-small:focus {
    box-shadow: none;
}

.bgcard {
    display: flex;
    align-items: center;
    background-color: #0EA5E9;
    justify-content: center;
    height: 52px;
    width: 52px;
    border-radius: 6px;
}

.bgcard-blue {
    display: flex;
    align-items: center;
    background-color: #0EA5E9;
    justify-content: center;
    height: 39px;
    width: 39px;
    border-radius: 6px;
}

.bgcard-green {
    display: flex;
    align-items: center;
    background-color: rgba(74, 222, 128, 1);
    justify-content: center;
    height: 39px;
    width: 39px;
    border-radius: 6px;
}

.bgcard-yellow {
    display: flex;
    align-items: center;
    background-color: rgba(250, 204, 21, 1);
    justify-content: center;
    height: 39px;
    width: 39px;
    border-radius: 6px;
}

.card-body .dateblock > h3 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 34px;
    color: #1E293B;
}

.card-body .dateblock2 > h3 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 27px;
    color: #1E293B;
}

.dateblock .monthbox {
    color: #94A3B8;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.dateblock2 .monthbox {
    color: rgba(0, 0, 0, 1);
    font-size: 10px;
    font-family: "Nunito Sans", sans-serif;
}

.smalltext {
    color: #64748B;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.custom-card h2 {
    margin-bottom: 0px;
    color: #64748B;
    font-size: 36px;
    font-family: "Nunito Sans", sans-serif;
}

.custom-card .progress {
    border-radius: 50px;
    height: 14px;
    background-color: #E2E8F0;
}

.custom-card .progress .bg-success {
    background-color: #22C55E !important;
}

.custom-card {
    height: 100%;
}

.custom-table thead th {
    background-color: #334155;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-family: "Nunito Sans", sans-serif;
}

.custom-table .table > :not(:first-child) {
    border-top: 0px;
}

.custom-table tbody td {
    background-color: #fff;
}

.mainblock h2 {
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    font-family: "Nunito Sans", sans-serif;
}

.table.customtable tbody tr td {
    border-color: #F1F5F9;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    color: #64748B;
    font-weight: 400;
    font-size: 14px;
}

.table.customtable tbody tr td.bluecolor {
    color: #0EA5E9;
    font-size: 14px;
    font-weight: 600;
}

.table.customtable tbody tr.yellow-bg td {
    background-color: #FEFCE8;
}

.table.customtable tbody tr.yellow-bg td select {
    background-color: #fff;
}

.custom-lable {
    color: #475569;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.lightbg {
    background-color: #F1F5F9;
    border-radius: 5px;
    border: #F1F5F9 solid 1px;
}

.pos-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.hamburger-btn {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    margin: 4px 0;
}

.customlink .elementor-button-icon {
    display: flex;
    align-items: center;
}

.small-form-control {
    height: 28px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    color: #64748B;
    border: #CBD5E1 solid 1px;
    border-radius: 5px;
}

.circle-block {
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
    background-color: #E0F2FE;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
    color: #0EA5E9;
}

table.dataTable thead .sorting {
    background-size: 14px;
}

.custom-data-table .dataTables_length {
    color: #475569;
    font-size: 14px;
    margin-bottom: 15px;
    font-family: "Nunito Sans", sans-serif;
}
.custom-data-table .dataTables_length select {

    background-size: 12px 10px;
    background-color: #fff;
    border: #CBD5E1 solid 1px;
    background-position: right .35rem center;
    font-size: 12px;
    color: #64748B;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 300;
}

.custom-data-table .dataTables_filter label {
    color: #475569;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.custom-data-table .dataTables_filter {
    margin-bottom: 15px;
}

.custom-data-table .dataTables_filter label input {
    height: 30px;
    width: 215px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
    color: #64748B;
    background-color: #fff;
    border: #CBD5E1 solid 1px;
    border-radius: 5px;
}

.custom-data-table .dataTables_filter label input:focus {
    box-shadow: none;
    outline: none;
}

.custom-data-table .dataTables_info {
    color: #475569;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.custom-data-table .dataTables_paginate a.paginate_button {
    color: #475569;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    min-width: 31px;
    padding: 3px 8px;
    border: none;
}

.custom-data-table .dataTables_paginate a.paginate_button:hover, .custom-data-table .dataTables_paginate a.paginate_button:focus {
    background: #0EA5E9;
    box-shadow: none;
    border: 0px;
}

.custom-data-table .dataTables_paginate .paginate_button.current {
    background: #E2E8F0;
    border: 0px;
}

.custom-data-table .dataTables_paginate .paginate_button.current:hover {
    background: #0EA5E9;
    color: #fff !important;
    border: 0px;
}

.lightbg-gray {
    margin-top: 20px;
    background-color: #F1F5F9;
    border-radius: 0px;
    padding: 25px;
}

.custom-table-block.tablepress > :where(thead,tfoot) > * > th {
    background-color: #BDC3A4;
    border-right: #fff solid 3px;
}

.custom-table-block.tablepress > :where(thead,tfoot) > * > th:last-child {
    border-right: 0px;
}

.custom-table-block.tablepress > :where(tbody) > .even > * {
    background-color: #F1EBE7;
}

.custom-table-block.tablepress > :where(tbody) > .odd > * {
    background-color: #F1EBE7;
}

.custom-table-block.tablepress > :where(tbody) td {
    border-right: #fff solid 3px !important;
}

.custom-table-block.tablepress > :where(tbody) td:last-child {
    border-right: 0px !important;
}

.card-body h3 {
    color: #64748B;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.card-body h4 {
    color: #64748B;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
}

label.form-label {
    color: #64748B;
    margin-bottom: 0.3rem;
    font-size: 14px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.custom-p-5 {
    padding: 2.5rem !important;
}

.form-check label.form-check-label {
    color: #64748B;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.lightbg-gray h3 {
    color: #64748B;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent;
}
#myTable tbody tr:hover {
    background-color: #fff !important;
}

.astrick {
    color: red;
    font-size: 12px;
}

.addressc-card {
    border-top: 8px solid rgba(234, 179, 8, 1);
    padding-top: 10px;
}

.addressc-card-blue {
    border-top: 8px solid #0284C7;
    padding-top: 10px;
}

.addressc-card h2 {
    color: rgba(71, 85, 105, 1);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    margin: 0px;
    font-size: 24px;
}

.addressc-card p {
    font-family: "Nunito Sans", sans-serif;
    color: rgba(71, 85, 105, 1);
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

h5.card-title > {
    color: rgba(100, 116, 139, 1);
    font-size: 16px;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
}

.custom-card-block h5.card-title {
    font-size: 16px;
    color: #64748B;
    font-weight: 600;
}

.mainblock h3 {
    color: #475569;
    font-size: 20px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

.counting-chat {
    color: #38BDF8;
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px;
}

.h-50-px {
    height: 55px;
}

.custom-card-gray-bg .card-body {
    background-color: #F1F5F9;
}

ul.list-items {
    margin: 0px;
    padding: 0px;
}

ul.list-items li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: #CBD5E1 solid 1px;
    padding: 8px 4px;
}

ul.list-items li:last-child {
    border-bottom: none;
}

ul.list-items li strong {
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    color: #64748B;
}

ul.list-items li .edit-section {
    display: flex;
    align-items: center;
}

ul.list-items li .edit-section a {
    margin: 0px 5px;
}

ul.list-items li strong span {
    font-size: 12px;
    font-weight: 600;
    color: #64748B;
}

.card-body h4 span {
    font-size: 12px;
    font-weight: 600;
}

.custom_modal .modal-content {
    background-color: #F1F5F9;
    border-radius: 0px; /* Add Contact Modal */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.custom_modal .modal-content h5.modal-title {
    color: #64748B;
    font-size: 14px;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
}

.custom_modal .modal-content .modal-header {
    padding: 1.6rem 1.6rem 0rem;
    border-bottom: none;
}

.custom_modal .modal-content .modal-body {
    padding: 0.5rem 1.6rem 0rem;
    border-bottom: none;
}

.custom_modal .modal-content .modal-footer {
    border-top: 0px;
}

.bglight-shape {
}

.bglight-shape::before {
    content: "";
    position: fixed;
    bottom: 0px;
    z-index: -1;
    min-height: 100%;
    height: 450px;
    width: 100%;
    background: #F1F5F9 url(../images/bg-img.png) no-repeat center bottom;
    background-size: 100%;
}

.whitebg-card { /* Frame 93 */
    border-radius: 0px;
    max-width: 850px;
    margin: auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
}

.whitebg-card .card-body {
    padding: 55px;
}

.whitebg-card .card-body h3 {
    color: rgb(100, 116, 139);
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
}

.whitebg-card .card-body a {
    color: #0EA5E9;
    font-weight: 600;
    text-decoration: none;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
}

.mt-15 {
    margin-top: 13%;
}

.mt-65 {
    margin-top: 90px;
}

.content-block h2 {
    color: #000000;
    font-size: 32px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 700;
}

.content-block p {
    color: #000000;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.content-block label.form-label.form-label-strong {
    font-weight: 800;
}

.whitebg-card .form-check label.form-check-label {
    position: relative;
}

.whitebg-card .form-check label.form-check-label span.info {
    position: absolute;
    right: -14px;
    top: -5px;
}

.notes {
    color: #000;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.arrow-next {
    position: absolute;
    right: 13px;
    top: 3px;
}

.btn-primary {
    color: #fff !important;
}

.whitebg-card2 .card-body {
    padding: 40px;
}

p.text-gray {
    color: #64748B;
    font-size: 16px;
    font-family: "Nunito Sans", sans-serif;
}

.text-color {
    color: #475569 !important;
}

.mr-25 {
    margin-left: -25px;
}

.content-block {
    max-width: 850px;
}

aside ul.nav li ul.sub {
    margin: 0px;
    padding: 0px 0px 6px 65px;
}

aside ul.nav li ul.sub li {
    list-style: none;
    padding-bottom: 1px;
}

aside ul.nav li ul.sub li a {
    color: #CBD5E1;
    font-weight: 400;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
}

aside ul.nav li ul.sub li a.active {
    font-weight: 700;
}

.return-text {
    color: #38BDF8;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.return-text:hover {
    text-decoration: underline;
    color: #38BDF8;
}
.custom-bg-secondary {
    font-weight: 600;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    border-radius: 50px;

    color: #fff;
    background-color: #94A3B8 !important;
}

.mainblock h2.headingtext {
    color: #475569;
    font-size: 24px;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
}

.custom-view-ticket .address-section h3 {
    color: #64748B;
}

.custom-view-ticket .address-section strong {
    color: #000000;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
    line-height: normal;
}

.mainblock .custom-view-ticket .contact-details {
    padding-right: 70px;
}

.mainblock .custom-view-ticket .contact-details h4 {
    color: #64748B;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.light-graybg-box {
    background-color: #F1F5F9;
    padding: 15px;
}

.light-graybg-box .bold-text {
    color: #000000;
    font-weight: 800;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
}

.fs-11 {
    font-size: 11px !important;
}

.light-graybg-box a {
    color: #38BDF8;
    font-weight: 800;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
}

.graybg-light-box {
    background-color: #F1F5F9;
    padding: 25px;
}

.mainblock .graybg-light-box h4 {
    color: #64748B;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 800;
}

.lightgraytext-color {
    color: #64748B;
    font-weight: 600;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.lightgraytext-color > strong {
    color: #000;
    margin-left: 2px;
}

.custom-card-right-sidebar {
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}

.custom-card-right-sidebar .card-header {
    background-color: #CBD5E1;
    border-bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.custom-card-right-sidebar .card-header h3 {
    margin-bottom: 0px;
    color: #475569;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.bggraycount {
    background-color: #F1F5F9;
    padding: 0px 15px;
    position: relative;
    border-radius: 5px;
    border-radius: 100px;
    min-width: 20px;
}

.bggraycount span.budge-red {
    background-color: #EF4444;
    height: 10px;
    width: 10px;
    right: 0px;
    margin-top: -5px;
    border-radius: 50px;
    position: absolute;
}

.comment-heading {
    display: flex;
    align-items: center;
}

.comment-heading .comment-title {
    color: #075985;
    font-weight: 800;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    border-right: #000000 solid 1px;
    padding-right: 5px;
}

.comment-heading .date-time {
    color: #475569;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    padding-left: 5px;
}

.custom-card-right-sidebar .card-body p {
    color: #000000;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

.custom-modal-content {
    padding: 65px 0px;
    text-align: center;
}

.custom-modal-content h2 { /* Your ticket has been submitted. */
    /* H2 */
    font-family: "Nunito Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    /* Colors-gray/500 */
    color: #64748B;

}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 18px;
}

.custom_modal-white .modal-content {
    background-color: #fff;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #EBEBEB;
}


.upload-file-block input[type="file"] {
    display: none;
}

.upload-file-block .custom-file-upload {
    background-color: #64748B;
    border-radius: 5px;
    font-family: "Nunito Sans", sans-serif;
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.display-text {
    font-family: "Nunito Sans", sans-serif;
    color: #64748B;
    font-size: 11px;
}

.counting-chat-gray {
    color: #94A3B8;
}

.doller-icon {
    position: relative;
}

.doller-icon input {
    padding-left: 25px;
}

.filltertext {
    margin-left: 25px;
}

.filltertext a {
    color: #0EA5E9;
    font-size: 14px;
    font-style: normal;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
    font-weight: 600;
}

.doller-icon::before {
    position: absolute;
    left: 10px;
    top: 7px;
    content: "$";
    width: 10px;
    height: 20px;
    font-family: "Nunito Sans", sans-serif;
    color: #94A3B8;
}

.custom-drp {
    background: #FFF;
    padding: 15px 22px;
    width: 457px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.custom-drp label.custom-label {
    font-size: 12px;
    margin-right: 15px;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
}

.custom-tag {
    border-radius: 25.708px;
    margin: 2px;
    background: #CBD5E1;
    padding: 2px 8px;
    display: flex;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-weight: 600;
    align-items: center;
}

.custom-tag strong {
    margin-left: 3px;
}

.filltertext a.clear-text {
    color: #0EA5E9;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
    text-decoration: none;
}

.close-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}

.width127px {
    width: 127px;
}

.svg-hover:hover svg path {
    fill: #fff;
}

.columnlink {
    color: #94A3B8;
    font-weight: 800;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    text-decoration: none;
}

.columnlink:hover {
    color: #94A3B8;
}

.custom-card-new {
    background: #FFF;
    border-radius: 0px;
    padding: 10px 15px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}

.btn-link-blue {
    text-decoration: none;
    background-color: #F1F5F9;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    color: #0EA5E9;
    font-size: 12px;
    font-weight: 800;
    font-family: "Nunito Sans", sans-serif;
}

.btn-link-blue:hover {
    color: #0EA5E9;
}

.datepicker {
    border-radius: 4px;
    direction: ltr;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

/* basicos */
.datepicker .day {
    border-radius: 4px;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    padding: 5px;
}

.datepicker table {
    margin: 0;
    user-select: none;
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 30px;
    height: 30px;
    border: none;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}

/*.datepicker .datepicker-switch:hover,*/
/*.datepicker .prev:hover,*/
/*.datepicker .next:hover,*/
/*.datepicker tfoot tr th:hover {*/
/*background: red;*/
/*border-radius: 4px;*/
/*}*/
.datepicker .prev .disabled,
.datepicker .next .disabled {
    visibility: hidden;
}

.datepicker .range-start {
    background: #337ab7 url("../images/range-bg-1.png") top right no-repeat;
    color: #fff;
}

.datepicker .range-end {
    background: #337ab7 url("../images/range-bg-2.png") top left no-repeat;
    color: #fff;
}

.datepicker .range-start.range-end {
    background-image: none;
}

.datepicker .range {
    background: #d5e9f7;
}

/*.datepicker .disabled.day{*/
/*color:#999;*/

/*}*/

/* Hover para dia mes y año*/

.datepicker .day:hover,
.datepicker .month:hover,
.datepicker .year:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
    background-color: #ff8000;
    color: white;
    border-radius: 4px;
}

.hover {
    background-color: #ff8000;
    color: white;

}

.datepicker .today {
    font-weight: bold;
    color: #1ed443;

}

/* Estilos para meses y años */

.datepicker-months, .datepicker-years {
    width: 213px;

}

.datepicker-months td, .datepicker-years td {
    width: auto;
    height: auto;

}

.datepicker-months .month, .datepicker-years .year {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    float: left;
    display: block;
    width: 23%;
    height: 46px;
    line-height: 46px;
    margin: 1%;
    cursor: pointer;
    border-radius: 4px;
}

.day.active, .start-date-active {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

/* Desactivados */
.day.disabled, .month.disabled, .year.disabled, .start-date-active.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

a:active,
a:hover {
    outline: 0;
}

.mb-arrow {
    margin-bottom: 12px;
}

.label-text {
    color: #1E293B;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.badge-gray {
    color: #64748B;
    background-color: #E2E8F0 !important;
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 400;
}

.dropdown-menu-bg-block {
    background-color: #F1F5F9;
    min-width: 300px;
    padding: 15px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    border: 0px;
}

.custom-modal-body h2 {
    color: #475569;
    font-family: "Nunito Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
}

ul.report-list {
    margin: 0px;
    padding: 0px;
}

ul.report-list li {
    list-style: none;
}

ul.report-list li a {
    transition: all 0.5s;
    padding: 8px 12px;
    display: block;
    text-decoration: none;
    background-color: #f8fafc;
    color: #1E293B;
    font-size: 14px;
    font-family: "Nunito Sans", sans-serif;
}

ul.report-list li a:hover {
    background-color: #e2e8f0;
}

.filtertext-small {
    font-size: 12px;
    font-family: "Nunito Sans", sans-serif;
    color: #000000;
}

@media screen and (max-width: 1450px) {
    .mainblock .custom-view-ticket .contact-details {
        padding-right: 0px;
    }
}
@media screen and (max-width: 1199px) {
    .whitebg-card .card-body {
        padding: 35px;
    }
}

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

    .main {
        margin-left: 0px;
    }

    .mainblock {
        padding: 15px;
    }

    .custom-card h2 {
        font-size: 24px;
    }

    .custom-card h3 {
        font-size: 12px;
    }

    .custom-card .progress {
        height: 8px;
    }

    aside {
        z-index: 2222;
        margin-left: -245px;
        transition: all 0.5s;
    }

    aside.active {
        margin-left: 0px;
    }

    .pos-sticky {
        box-shadow: 0px 0px 3px #0000004a;
    }

}
@media screen and (max-width: 767px) {
    .whitebg-card .card-body {
        padding: 25px;
    }

    .custom-p-5 {
        padding: 20px !important;
    }

    .content-block h2 {
        font-size: 24px;
    }

    .lightbg-gray {
        padding: 15px !important;
    }

    .custom-data-table .dataTables_filter label input {
        width: auto;
    }
}
@media screen and (max-width: 479px) {
    .custom-drp {
        width: 350px;
    }
}

@media screen and (max-width: 400px) {
    .custom-drp {
        width: 300px;
    }
    .width127px {
        width: 107px;
    }
}