/* Variables */
:root {
    --primary: #3f4d67;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus, .page-link:focus, .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgb(49 61 80 / 50%);
}

.form-control:focus {
    border-color: #98a4b9;
}

/* Normal input align */
.align-input {
    margin-top: .6rem !important;
}
/* Floating Label */
.has-float-label {
    position: relative;
    /* font-size: 14px; */
}

    .has-float-label label {
        position: absolute;
        opacity: 1;
        transition: all .2s;
        top: -1.7em;
        left: 1.2rem;
        z-index: 3;
        line-height: 1;
        padding: 0 1px
    }

    /* .has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
    background: #fff;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1
} */

    .has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
        opacity: 0
    }


    .has-float-label .form-control:placeholder-shown:not(:focus) + label {
        /* font-size: 150%; */
        opacity: .5;
        top: 1.1em;
    }

    .has-float-label.inputGroup label {
        left: .9rem;
    }

    .has-float-label.inputGroup .form-control:placeholder-shown:not(:focus) + label {
        left: 1rem;
    }

/* Floating Label */
/* Table */

/* .table {
    border-spacing: 0 0.85rem !important;
  }
   */
/* .table .dropdown {
    display: inline-block;
  } */

.table td,
.table th {
    vertical-align: middle;
    margin-bottom: 10px;
    /* border: none; */
}

.table thead tr,
.table thead th {
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    /* background: transparent; */
    /* background: #f4f7fa; */
    /* background: #a9b7d0;
    color: #333f54; */
    color: #fff;
    background: #3f4d67;
    color: rgb(255 255 255);
    border-right: 1px solid rgb(152 164 185);
    vertical-align: middle;
}

.table td {
    /* background: #fff; */
    /* border-bottom: 1px dotted #9dabc4; */
}

/* .table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  .table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  } */

table .avatar {
    width: 2.75rem;
    height: 2.75rem;
    line-height: 2.8rem;
    border-radius: 50%;
    display: inline-block;
    background: transparent;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

table .avatar-sm {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.83333rem;
    line-height: 1.5;
}

table .avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

table .avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    top: 21px;
    left: 14px;
    border: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 48px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}
/*   
  table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 50%;
  }
   */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
}

/* table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    bottom: inherit!important;
  } */

.tableMulti.dataTable thead .sorting:before, .tableMulti.dataTable thead .sorting:after, .tableMulti.dataTable thead .sorting_asc:before, .tableMulti.dataTable thead .sorting_asc:after, .tableMulti.dataTable thead .sorting_desc:before, .tableMulti.dataTable thead .sorting_desc:after, .tableMulti.dataTable thead .sorting_asc_disabled:before, .tableMulti.dataTable thead .sorting_asc_disabled:after, .tableMulti.dataTable thead .sorting_desc_disabled:before, .tableMulti.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.6rem;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 1.1rem;
}

table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
    padding-left: 30px
}
/* table.dataTable.dtr-column>tbody>tr>td.control:before,
  table.dataTable.dtr-column>tbody>tr>th.control:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child:before{
    top:0;
    bottom:0;
    left:0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-shadow:none;
    box-shadow:none;
    border:0;
    margin:0;
    background-color:#3f4d67
  }
  table.dataTable.dtr-column>tbody>tr.parent td.control:before,
  table.dataTable.dtr-column>tbody>tr.parent th.control:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,
  table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{
    background-color:#1de9b6
  } */


table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child {
    cursor: default !important
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before {
        display: none !important
    }

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
        top: 50%;
        left: 5px;
        height: 14px;
        width: 14px;
        margin-top: -9px;
        display: block;
        position: absolute;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 14px;
        -webkit-box-shadow: 0 0 3px #444;
        box-shadow: 0 0 3px #444;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: 'Courier New',Courier,monospace;
        line-height: 14px;
        content: '+';
        background-color: #3f4d67
    }

td.dtr-control.sorting_1 {
    position: relative;
}
/* td.dtr-control.sorting_1:before{
    content:'+';
    background-color:#d33333
  } */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
    content: '-';
    background-color: #1de9b6
}


.dataTables_length select.form-control.custom-select {
    height: calc(1.7rem + 2px);
    padding: 0px 5px;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 1rem;
    }
}

table .btn-icon {
    /* background: #fff;
    color: #8888a6; */
    color: #3f4d67;
}

    table .btn-icon .bx {
        font-size: 20px;
    }

table .btn .bx {
    vertical-align: middle;
    font-size: 20px;
}

table .dropdown-menu {
    padding: 0.25rem 0;
}

table .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 14px;
}

table .badge {
    padding: 0.5em 0.75em;
}

table .badge-success-alt {
    background-color: #d7f2c2;
    color: #7bd235;
}

/* .table a {
    color: #212529;
  } */

.table a:hover,
.table a:focus {
    text-decoration: none;
}

table.dataTable {
    margin-top: 12px !important;
}

table .icon > .bx {
    display: block;
    min-width: 1.5em;
    min-height: 1.5em;
    text-align: center;
    font-size: 1.0625rem;
}

table .btn {
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    background: #f4f7fa;
}

table .avatar-blue {
    background-color: #c8d9f1;
    color: #467fcf;
}

table .avatar-pink {
    background-color: #fcd3e1;
    color: #f66d9b;
}

.dataTables_filter .input-group-text {
    padding-top: .77rem;
    padding-bottom: .77rem;
    border-radius: .25rem 0 0 .25rem;
}

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 0 0.25rem .25rem 0;
}
/* Table */

/* Toggle Button */
.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: var(--dark-text);
    background: #bdc1c8;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before, .btn-toggle:after {
        color: #6b7381;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle:before {
        content: "Inactive";
        left: -4rem;
    }

    .btn-toggle:after {
        content: "Active";
        right: -4rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.4125rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.active {
        background-color: #3f4d67;
    }

.blue-theme .btn-toggle.active {
    background-color: var(--blueprimary);
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

    .btn-toggle.btn-sm:focus,
    .btn-toggle.btn-sm.focus,
    .btn-toggle.btn-sm:focus.active,
    .btn-toggle.btn-sm.focus.active {
        outline: none;
    }

    .btn-toggle.btn-sm:before,
    .btn-toggle.btn-sm:after {
        line-height: 1.5rem;
        width: 0.5rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.55rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle.btn-sm:before {
        content: "No";
        left: -0.5rem;
    }

    .btn-toggle.btn-sm:after {
        content: "Yes";
        right: -0.5rem;
        opacity: 0.5;
    }

    .btn-toggle.btn-sm > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.btn-sm.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.btn-sm.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.btn-sm.active:before {
            opacity: 0.5;
        }

        .btn-toggle.btn-sm.active:after {
            opacity: 1;
        }

    .btn-toggle.btn-sm.btn-sm:before,
    .btn-toggle.btn-sm.btn-sm:after {
        line-height: -0.5rem;
        color: #fff;
        letter-spacing: 0.75px;
        left: 0.45rem;
        width: 2.325rem;
    }

    .btn-toggle.btn-sm.btn-sm:before {
        text-align: right;
    }

    .btn-toggle.btn-sm.btn-sm:after {
        text-align: left;
        opacity: 0;
    }

    .btn-toggle.btn-sm.btn-sm.active:before {
        opacity: 0;
    }

    .btn-toggle.btn-sm.btn-sm.active:after {
        opacity: 1;
    }

    .btn-toggle.btn-sm.btn-xs:before,
    .btn-toggle.btn-sm.btn-xs:after {
        display: none;
    }
/* present-absent */
.btn-toggle.present-absent:before {
    content: "Absent";
    left: -4rem;
}

.btn-toggle.present-absent:after {
    content: "Present";
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle.present-absent {
    width: 4.7rem;
}

    .btn-toggle.present-absent:before, .btn-toggle.present-absent:after {
        width: 3.725rem !important;
    }

    .btn-toggle.present-absent > .handle {
        left: 0.1875rem;
    }

    .btn-toggle.present-absent.active > .handle {
        left: 3.3875rem;
    }
/* present-absent */
/* active-inactive */
.btn-toggle.active-inactive:before,
.btn-toggle.active-inactive:after {
    left: 0.8125rem !important;
}

.btn-toggle.active-inactive:before {
    content: "Inactive";
    left: -4rem;
}

.btn-toggle.active-inactive:after {
    content: "Active";
    right: -4rem;
    opacity: 0.5;
}

.btn-toggle.active-inactive {
    width: 5rem;
}

    .btn-toggle.active-inactive:before, .btn-toggle.active-inactive:after {
        width: 3.725rem !important;
    }

    .btn-toggle.active-inactive > .handle {
        left: 0.1875rem;
    }

    .btn-toggle.active-inactive.active > .handle {
        left: 3.6875rem;
    }
/* active-inactive */



.form-group {
    margin-bottom: 2.5rem;
}

.form-control:focus {
    box-shadow: none;
}

.input-group {
    height: 43px;
}

.logo-text img {
    width: 110px !important;
}

.b-title small {
    font-size: 42%;
}

.btn-transparent {
    background: transparent !important;
    padding: 0 !important;
    height: auto !important;
    width: auto !important;
    margin-bottom: 0 !important;
}

.fixed-button {
    display: none;
}

.card .card-header.custom-header {
    padding: 0;
}

    .card .card-header.custom-header h5 {
        padding: 20px 25px;
    }

        .card .card-header.custom-header h5:after {
            left: 0;
            height: 100%;
        }

.card .card-header.custom-header-primary {
    padding: 0;
    background: #3f4d67;
}

    .card .card-header.custom-header-primary h5 {
        padding: 20px 25px;
        font-size: 14px;
    }

.testing-result {
    padding: 20px 0px 20px 25px;
    font-size: 14px;
}

.card .card-header.custom-header-primary h5:after {
    display: none;
}

/* Datatable */

.nav-function-hidden .dataTables_scrollHeadInner, .nav-function-hidden .dataTables_scrollHeadInner table {
    width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #ced4da;
}

span.select2-selection.select2-selection--multiple, span.select2-selection.select2-selection--single {
    background: #f4f7fa;
}
span.select2-selection.select2-selection--multiple {
    padding: 9px 10px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: calc(1.7em + 1rem + 2px);
    }

.select2-container .select2-selection--single {
    height: calc(1.79em + 1rem + 2px);
}

.select2-search--dropdown:before {
    display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: .875rem;
}

.select2-container--open .select2-dropdown--below {
    z-index: 9999;
}


.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item.text-danger:focus {
    background-color: #3f4d67;
    color: #fff !important;
}

/* 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff!important;
  background: #3f4d67;
  border-color: #3f4d67;
} */
.page-link, .page-link:hover, .page-link:focus {
    color: #3f4d67;
    outline: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: rgb(136, 136, 136);
}

.pagination span {
    display: inherit;
}

span .page-item .page-link {
    border-radius: 0 !important;
}

.modal table.dataTable thead .sorting::before, .modal table.dataTable thead .sorting::after, .modal table.dataTable thead .sorting_asc::before, .modal table.dataTable thead .sorting_asc::after, .modal table.dataTable thead .sorting_desc::before, .modal table.dataTable thead .sorting_desc::after, .modal table.dataTable thead .sorting_asc_disabled::before, .modal table.dataTable thead .sorting_asc_disabled::after, .modal table.dataTable thead .sorting_desc_disabled::before, .modal table.dataTable thead .sorting_desc_disabled::after {
    bottom: 1.1rem;
}

.custom-button {
    padding: 50px;
    min-width: 435px;
    font-weight: 600;
    /* box-shadow: 0px 0px 15px 5px #ececec; */
    border: 2px dashed #b0c1ca !important;
    font-size: 16px;
}

    .custom-button i {
        font-size: 40px;
    }

/* Accordion */

.accordion .card {
    margin-bottom: 10px;
}

    .accordion .card h5 .btn {
        /* background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat calc(100% - 10px) center; */
        color: #fff;
        position: relative;
    }

        .accordion .card h5 .btn:after {
            content: "\e845";
            position: absolute;
            top: 13px;
            right: 20px;
            font-family: 'feather' !important;
            font-size: 24px;
        }

        .accordion .card h5 .btn.collapsed:after {
            content: "\e842";
            position: absolute;
            top: 13px;
            right: 20px;
            font-family: 'feather' !important;
            font-size: 24px;
        }


.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.js-container .btn > i {
    margin: 0;
}

/* Badge */
.tag {
    display: inline-block;
}
    /* 
.tag a {
  color: #bbb;
  cursor: pointer;
  opacity: 0.6;
}
.tag a:hover {
  opacity: 1.0
}
.tag .remove {
  vertical-align: bottom;
  top: 0;
}
.tag a {
  margin: 0 0 0 .3em;
} */
    .tag a {
        color: #fff;
        /* margin-bottom: 2px; */
    }

.select2-container--open .select2-dropdown {
    z-index: 9999;
}
/* .selectpicker1 {
  position: relative;
}
.modal span.select2-container.select2-container--default.select2-container--open {
  top: 0!important;
} */

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
    border-right: 0;
}

.pre .form-control {
    border-right: 1px solid #ced4da;
}

    .pre .custom-select:not(:last-child), .pre .form-control:not(:last-child) {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}






.inputGroupBorder.input-group > .form-control {
    border-right: 1px solid #ced4da !important;
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.preDuble .form-control,
.preDubleLong .form-control {
    border-right: 1px solid #ced4da;
}

    .preDuble .custom-select:not(:last-child), .preDuble .form-control:not(:last-child),
    .preDubleLong .custom-select:not(:last-child), .preDubleLong .form-control:not(:last-child) {
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.preDuble .first-control,
.preDubleLong .first-control {
    border-radius: 0 !important;
    border-right: 0;
}

/*.preDuble.has-float-label label {
    left: 5.7rem;
}
@media (max-width: 1024px) {

    .has-float-label label.first-label {
        left: 15.5rem !important;
    }
}
.has-float-label label.first-label {
    left: 12.7rem;
}*/

.preDuble.has-float-label label {
    left: 0.7rem;
}


.w-38 {
    width: 38%;
}

.w-24 {
    width: 24%;
}

.pre.has-float-label label {
    left: 5.5rem;
}

.multi-group {
    min-width: 72px;
}

.multi-group-long {
    min-width: 188px;
}

.preDubleLong.has-float-label label {
    left: 12.9rem;
}

    .preDubleLong.has-float-label label.first-label {
        left: 22.9rem;
    }

.inputGroupTree.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.inputGroupTree.input-group > .form-control {
    border-right: 1px solid #ced4da;
}

    .inputGroupTree.input-group > .form-control:first-child {
        border-right: 0;
    }

.inputGroupTree.input-group .form-control.prec {
    width: 60%;
}

.inputGroupTree.input-group .form-control.prec1 {
    width: 50%;
}

.custom-file-label {
    color: rgb(136 136 136 / 50%);
}

.custom-file-input:focus ~ .custom-file-label, .custom-file-input:focus ~ .custom-file-label::after {
    box-shadow: none;
    border-color: rgb(152, 164, 185);
}

.custom-file-label, .custom-file-input, .custom-file {
    background: #f4f7fa;
    height: calc(2.55rem + 2px);
    line-height: 2.1;
}

    .custom-file-label::after {
        height: 2.55rem;
        line-height: 2.2;
    }

.card .card-header h4 {
    margin-bottom: 0;
    color: #3f4d67;
    font-size: 16px;
    font-weight: 600;
    /* display: inline-block; */
    padding: 20px 25px;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}

.modal-overflow {
    /* overflow-y: auto; */
    min-height: 250px;
}

.mb-25 {
    margin-bottom: 2.5rem;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

/* select2 */
.select2-container--open .select2-dropdown--above, .select2-container--open .select2-dropdown--below {
    -webkit-box-shadow: 0 -3px 8px 0 rgb(90 80 105 / 10%);
    box-shadow: 0 -3px 8px 0 rgb(90 80 105 / 10%);
    /* border-color: #886ab5; */
}

.select2-container--open .select2-dropdown--above {
    border-bottom: 1px solid rgb(136, 106, 181);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-search--dropdown {
    padding: .875rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    display: block;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    padding: .5rem .875rem;
    padding-left: 2.5rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    border-radius: .25rem;
    -webkit-box-shadow: inset 0 0.25rem 0.125rem 0 rgb(33 37 41 / 3%);
    box-shadow: inset 0 0.25rem 0.125rem 0 rgb(33 37 41 / 3%);
}

.select2-search.select2-search--dropdown:not(.select2-search--hide) + .select2-results {
    padding-top: 0;
}

.select2-results {
    padding: .875rem;
}
/* .select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
} */
.select2-container--default .select2-search--dropdown .select2-search__field {
    box-shadow: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    /* height: auto;
  top: 0;
  bottom: 0; */
    right: .5rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding-left: .875rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2 {
    width: 100% !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .dropdown-menu.show {
        left: inherit !important;
        right: 0px;
    }
}

@-moz-document url-prefix() {

    .has-float-label .form-control:placeholder-shown:not(:focus)::-moz-placeholder {
        opacity: 0
    }
}

/* .modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  /* height: 80vh; *
  overflow-y: auto;
} */


/* .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  height: 415px;
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
} */

/* Media Query */
/* @media (min-width: 576px){
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
    
} */
/* Medium devices (tablets, 768px and up) */
@media (max-width: 480px) {
    .multi-group-long {
        min-width: 100%;
    }

    .preDubleLong.has-float-label label {
        top: -2.7em;
    }

        .preDubleLong.has-float-label label.first-label {
            right: 0;
            left: inherit;
        }

    .preDubleLong.has-float-label label {
        left: 11.2rem;
        width: 20%;
    }

    .input-group .input-group-text {
        padding-left: 5px;
        padding-right: 5px;
    }

    .sm-mb-25 {
        margin-bottom: 2.5rem !important;
    }

    .dataTables_wrapper tr.child td.child .dtr-details {
        padding: 0;
    }
}

@media (min-width: 500px) and (max-width: 576px) {
    /* .preDubleLong.has-float-label label.first-label {
    left: 16.5rem!important;
    width: 16%!important;
} */
    .preDubleLong.has-float-label label {
        top: -1.7em;
    }

    .dataTables_wrapper tr.child td.child .dtr-details {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .sm-mb-4, .sm-my-4 {
        margin-bottom: 1.5rem !important;
    }

    .modal-lg, .modal-xl {
        max-width: 800px;
    }

    .pcoded-main-container {
        padding-top: 50px;
    }

    h5.mb-4 {
        margin-bottom: 1rem !important;
    }

    .pcoded-content {
        padding: 20px;
    }

    .pt-4-5 {
        padding-top: 2.5rem !important;
    }

    .ptb-15 {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .page-header-title h5, .modal-title {
        font-size: 16px;
    }

    .dataTables_wrapper .dropdown, .dataTables_wrapper .dropleft, .dataTables_wrapper .dropright, .dataTables_wrapper .dropup {
        display: inline-block;
    }

    .sm-mb-3 {
        margin-bottom: 1rem;
    }

    .sm-mt-3 {
        margin-top: 1rem;
    }

    .custom-button {
        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 20px;
        font-size: 14px;
    }

    .nav-tabs .nav-item {
        width: 50%;
    }

    .nav-tabs .nav-link {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 1024px) {
    .pcoded-navbar.navbar-collapsed .header-logo .mobile-menu {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;

    }
    
}

@media (max-width: 1024px) {
    .modal-xl {
        max-width: 800px;
    }

    .sm-text-right {
        text-align: right;
    }

    .btn {
        padding-left: 12px;
        padding-right: 12px;
    }

    .sm-pl-0 {
        padding-left: 0;
    }

    .sm-mb-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .md-mb-25 {
        margin-bottom: 2.5rem !important;
    }

    .md-mb-0 {
        margin-bottom: 0 !important;
    }
}


#bg-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.8;
}

.toast-screen-center {
    top: 20%;
    right: 36%;
    /* width: 100%; */
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*
.toast-white {
    background-color: #fff !important;
    color: #212529 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    padding: 0 !important
}

    .toast-white .clsToastMeg {
        padding: 20px;
    }*/

.toast-white .toast-close-button {
    color: darkred;
}

/*.toast-white .clsToasterBtn {
        border-top: 1px solid #dee2e6;
        padding: 0 20px 20px;
    }

.toast-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 1px;
    background: #f3f3f3;
    color: #212529;
}

.toast-title {
    margin-bottom: 0;
    line-height: 1.47;
    font-weight: 600;
}

*/

.badge-secondary {
    color: #fff;
    background-color: #868e96;
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #6c757d;
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.toast-white {
    background-color: #fff;
    opacity: 1 !important;
    border: 1px solid rgba(0,0,0,.2);
    padding-left: 15px !important;
}

    .toast-white .close {
        position: absolute;
        top: 15px;
        right: 15px;
        font-size: 18px;
    }

    .toast-white .toast-message {
        color: #000;
    }



.backDrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .backDrop.fade {
        opacity: 0;
    }

    .backDrop.show {
        opacity: .5;
    }

    .backDrop.fade {
        opacity: 0;
    }

    .backDrop.show {
        opacity: 0.2;
    }

/*design changes done by PP for scroll issue on favorite and add programs on scheduleactivities*/

/* datatable single row tooltip issue solved  */
.dropDownInTable_wrapper .dataTables_wrapper .dataTables_scrollBody,
.dropDownInTable_wrapper .dataTables_wrapper div.dataTables_scrollBody table,
.dataTables_scrollBody,
div.dataTables_scrollBody table {
    overflow: inherit !important;
}



/*Issue with scroll if there are multiple records*/
.datatable-scroll .dataTables_scrollBody {
    overflow: inherit !important;
}

.table-scroll .dropDownInTable_wrapper .dataTables_wrapper .dataTables_scrollBody,
.table-scroll .dropDownInTable_wrapper .dataTables_wrapper div.dataTables_scrollBody table,
.table-scroll .dataTables_scrollBody,
.table-scroll div.dataTables_scrollBody table {
    overflow: auto !important;
}

.h-500
{
    height:500px;
}

.w-15{
    width:15%;
}

.w-17 {
    width: 17%;
}

@media (max-width: 1024px) {
    .modal-dialog{
        margin:0 auto!important;
         
    }
    .modal-body {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

.text-wrap {
    white-space: normal;
}

.width-200 {
    width: 200px;
}

.tableWidth .datatable-scroll .dataTables_scrollHead .dataTables_scrollHeadInner, .tableWidth .datatable-scroll .dataTables_scrollHead .dataTables_scrollHeadInner table,
.tableWidth .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner, .tableWidth .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table {
    width: 100% !important;
    overflow-x: hidden !important;
}

.stickyHeader .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner, .stickyHeader .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner table {
    width: 99.25% !important;
    overflow-x: hidden !important;
}

.download-item.active, .download-item:active, .download-item:focus, .download-item.text-danger:focus, .download-item:link, .download-item:visited {
    /* background-color: #3f4d67;*/
    color: #3f4d67 !important;
}

.overflow-card {
    height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}

.overflow-modal {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}


