/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
.customModal {
    position:absolute;
    left:0;
    right:0;
    height:100%;
    width:100%;
    z-index:9999999999999!important;
}
.customModalContent {
    height: 100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:rgb(128, 128, 128, 0.5);
}
.nav-customs.nav {
    padding-left: 0px !important;
    overflow: hidden;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #405189 !important;
    border: 1px solid #405189 !important;
    border-radius: 7px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}
.dropzone {
    min-height: 30px !important;
    height: 50px;
    padding: 10px 20px !important;
    border: 1px solid rgb(206 212 218) !important
}

.display-4 {
    line-height: 0 !important;
    font-size: 2.3rem !important;
}

.dz-message {
    margin-top: 0px !important;
}

@media print {
    body {
        visibility: hidden;
        border-top: hidden;
        width: 50%;
    }

    .noPrint {
        display: none !important;
    }

    ol {
        display: none;
    }

    .printSection, .printSection * {
        visibility: visible;
        margin: 1px;
        padding: 1px;
    }

    .printSection {
        position: relative;
        left: 0;
        top: 0;
    }
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 13px;
    padding-right: 5px;
    position: relative;
    max-height: 70px;
    overflow-y: auto;
    overflow-x: hidden;
}
.text-danger {
    color: red;
}

.select-container {
    visibility: hidden;
}

/*sweet alert*/

.small-swal {
    width: 250px !important;
    height: 200px !important;
}

    .small-swal .swal2-title {
        font-size: 1rem !important;
    }

    .small-swal .swal2-content {
        font-size: 0.9rem !important;
    }



    .small-swal .swal2-content {
        font-size: 0.9rem !important;
    }

    .small-swal .swal2-actions {
        margin: 0 !important;
    }

div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 3em;
    height: 3em;
    margin: 2.5em auto .6em;
    border: 0.25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
}

    div:where(.swal2-icon) .swal2-icon-content {
        display: flex;
        align-items: center;
        font-size: 2em;
    }

div:where(.swal2-container) button:where(.swal2-styled) {
    margin: .3125em;
    padding: 0.3em 1.1em;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
    font-weight: 500;
}

    div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
        border: 0;
        border-radius: .25em;
        background: initial;
        background-color: #7066e0;
        color: #fff;
        font-size: .9em;
    }

    div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
        border: 0;
        border-radius: .25em;
        background: initial;
        background-color: #6e7881;
        color: #fff;
        font-size: .9em;
    }

.swal2-container .swal2-title {
    padding: 0px 24px 0;
    font-size: 20px;
    font-weight: 500;
}
.modal-body {
    max-height: 70vh;
    overflow-y: auto;
}


#buttons-datatables {
    color: #444d86 !important;
}
table.table-bordered.dataTable {
    color: #444d86 !important;
}
.custom-table-section table {
    color: #444d86 !important;
    
}
/*custom-table*/

.custom-table-section .table-center td,
.custom-table-section .table-center th {
    text-align: center;
}

.custom-table-section .table-center .btn {
    margin: auto;
}

.custom-table-section .table {
    border: 1px solid #ddd;
    border-collapse: collapse;
}


    .custom-table-section .table th,
    .custom-table-section .table td {
        border: 1px solid #ddd;
        padding: 12px;
        vertical-align: middle;
        color: black;
    }

    .custom-table-section .table tbody tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .custom-table-section .table tbody tr:hover {
        background-color: #f1f1f1;
    }

.btn-primary:hover,
.btn-light:hover {
    opacity: 0.8;
}

/*@font-face {
    font-family: 'Cairo-Bold';
    src: url('/assets/fonts/Cairo-Bold.ttf') format('truetype');
}

body, body * {
    font-family: 'Cairo-Bold', sans-serif !important;
}*/