.body {
    background-color: #f3f4f5;
    overflow-x: hidden;
}

.bgTop {
    background-color: #0d4c64;
    height: 260px;
    z-index: -100;
}

.bgTop h1 {
    color: #f4f4f4;
    margin-top: 80px;
    padding-right: 20px;
    font-size: 1.9rem;
}

.logo {
    margin-right: 20vw;
    margin-top: 65px;
}

.loginBox {
    margin-top: -10vh;
    width: 20vw;
    min-width: 250px;
    padding: 30px;
    border-radius: 20px;
}

.card-title {
    padding-bottom: 10px;
}

.form-control {
    margin-bottom: 5px;
}

.loginBtn {
    background-color: #f7c954;
    margin-top: 5vh;
    margin-bottom: 5vh;
    height: 45px;
    box-shadow: 2px 2px #cccccc;
}

.input-group-text {
    background-color: white;
    border-left: none;
    margin-bottom: 5px;
}


/*----------------------------------------------------------------------*/

.sidebar {
    height: 100vh;
    width: 17vw;
    margin-right: 25px;
    margin-top: -260px;
    background-color: white;
    z-index: 0;
    padding-top: 30px;
    position: fixed;
}

.side li {
    font-size: 0.95rem;
    margin: 10px 0px 15px 25px;
}

.activeSide {
    font-weight: bolder;
    background-color: #CCE1E3;
    border-radius: 10px;
    padding: 15px 20px 15px 15px !important;
    margin: 0 -20px 15px 10px !important;
}

.topNav {
    color: white;
    margin-top: 90px;
    margin-left: 5vw;
    font-size: 1rem;
}

.breadcrumb {
    color: white;
    margin-top: 40px;
    margin-right: 20vw;
    font-size: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.cardBox {
    height: 220px;
    width: 190px;
    background-color: white;
    border-radius: 15px;
}

.cardBoxes {
    margin: -40px 60px 0px 20px;
}


/**-----------------------------*/

.unerList {
    font-weight: lighter !important;
    font-size: 0.95rem !important;
    padding-top: 5px;
    padding-right: -100px !important;
}

.activePart {
    color: #177E89;
}

.col-form-label {
    font-size: 1rem;
    margin-top: -5px;
}

.inputBox {
    background-color: white;
    padding: 17px;
    border-radius: 5px;
}

.plusBtn {
    background-color: #D0E5E7;
    border: none;
    width: 90px;
    height: 35px;
    margin-top: 6.5px;
    box-shadow: 2px 2px #cccccc;
}

.form-check {
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.form-check-input:checked {
    background-color: #177E89;
    border-color: #177E89;
}

.calendarBtn {
    background-color: #D0E5E7;
    height: 36.5px;
    padding-top: 3px;
}

.orangBtn {
    background-color: #FFC857!important;
    border: none!important;
    width: 100px;
    height: 35px;
    margin-top: 6.5px !important;
    margin-bottom: 6.5px !important;
    box-shadow: 2px 2px #cccccc!important;
    font-size: 0.95rem;
}


/*---------------------------------*/

.fileChoose {
    direction: ltr;
}

.fileInput {
    content-visibility: hidden;
}

.blueBtn {
    background-color: #D0E5E7;
    border: none;
    width: 120px;
    height: 35px;
    box-shadow: 2px 2px #cccccc;
    font-size: 0.95rem;
    padding: 5px;
}

.redBtn {
    background-color: #DB3A34;
    border: none;
    min-width: 100px;
    height: 35px;
    margin-top: 6.5px !important;
    color: white;
    box-shadow: 2px 2px #cccccc;
    font-size: 0.95rem;
}
.btn-position{
    position: absolute!important;
    left: 5px; top: 2px;
}

/*----------------------------------------------------------*/

.searchBox {
    font-size: 1rem;
    box-shadow: 2px 2px #cccccc;
}

.searchBtn {
    background-color: #D0E5E7;
    height: 36px;
    padding-top: 5px;
    box-shadow: 0px 2px #cccccc;
}

.sideHead {
    font-size: 1.25rem;
}


/*---------------------------------------------------------*/

h4 {
    font-size: 1.25rem;
}

.formBtn {
    width: 70px;
    margin-right: -12px;
    margin-top: 4px !important;
}

.formInput {
    background-color: #f3f4f5;
    padding: 10px;
}

.formLable {
    border-radius: 5px;
    border-color: #CCE1E3 !important;
    padding: 10px;
    margin: 0px 0px 10px 0px;
}


/*------------------------------------*/

.lableSize {
    width: 116px;
}

.formCLN {
    height: 44.5px;
}

.closeBtn {
    background-color: #D0E5E7;
    height: 36px;
    padding-top: 3px;
    box-shadow: 0px 2px #cccccc;
}

.closeBox {
    font-size: 0.92rem;
    box-shadow: 2px 2px #cccccc;
    height: 36px;
    padding: 5px 20px 10px 20px !important;
}
/* ----- third css -----*/
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-dropdown{
    border: none!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #cce1e3!important;
    border: none!important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    padding: 5px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #084e64!important;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
    border: none!important;
}
/* ----- third css -----*/
/* ----- datatable css -----*/
#DataTables_Table_0_paginate {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.paginate_button {
    text-decoration: none;
    color: #000000;
    margin: 0px 15px 0px 15px;
    cursor: pointer;
}

select[name="DataTables_Table_0_length"] {
    margin: 0px 10px 20px 10px;
}

#DataTables_Table_0_info {
    margin-top: 20px !important;
}
/* ----- datatable css -----*/
@font-face {
    font-family: myFirstFont;
    src: url('https://jdpr.ir/public/assets/font/Anjoman-FaNum-Regular.eot') format('eot'), url('https://jdpr.ir/public/assets/font/Anjoman-FaNum-Regular.woff') format('woff'), url('https://jdpr.ir/public/assets/font/Anjoman-FaNum-Regular.woff2') format('woff2'), url('https://jdpr.ir/public/assets/font/Anjoman-Regular.ttf') format('truetype');
    font-display: swap;
}

* {
    font-family: myFirstFont;
}