@font-face {
    font-family: sourcesanspro;
    src: url('../fonts/sourcesanspro-regular.ttf');
}

html {
    font-size: 12px;
}

body {
    font-family: 'Raleway', sans-serif;
    min-width: 750px;
    overflow-x: scroll;
    overflow-x: scroll;
}

.tooltip-inner {
    white-space: pre-wrap;
}

.distrolabel {
    line-height: 40px;
}

.distro-logo {
    width: 115px;
}

.distro-table {
    font-size: 10px;
    width: 100%;
    overflow: auto;
}

.invoice-table {
    font-size: 18px;
    width: 100%;
}

.distro-table th,
.distro-table td,
.invoice-table th,
.invoice-table td {
    text-align: right;
}

th {
    border-bottom: 1px solid black;
    font-size: 11px;
    padding: 3px 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    width: 110px;
}

td {
    padding: 3px 3px;
    font-family: 'Raleway', sans-serif;
    width: 110px;
    font-size: 13px;
}

.white-header {
    color: white;
    line-height: 1px;
}

.report-spacer {
    border: none;
    width: 10px;
    background-color: white;
}

.report-row-spacer {
    border: none;
    height: 20px;
    background-color: white;
}

.client-totals {
    background-color: #EAEAEA;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
}

.partner-totals {
    background-color: yellow;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
}

.distro-header {
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
}

.lg-header-text {
    font-size: 36px;
}

.header-gear {
    font-size: 28px;
}

.distro-username {
    font-size: 14px;
}

.partner-dropdown {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

.partner-select {
    width: 100%;
}

.sort-by-dropdown {
    font-size: 10px;
    font-family: 'Raleway', sans-serif;
}

.partner-dropdown select,
.sort-by-dropdown select {
    min-height: 40px;
}

.distro-container {
    padding: 5px 20px;
    max-width: 100%;
}

.distro-date-input {
    border: none;
}

.form-check-input[type=checkbox] {
    margin-top: 14px;
    margin-right: 5px;
}

/* .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable {
    width: auto!important;``
    max-width: 960px!important;
    top: 20px!important;
  } */

.ui-dialog-titlebar-close {
    background: url('https://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png') repeat scroll -93px -128px rgba(0, 0, 0, 0);
    border: medium none;
}

.ui-dialog-titlebar-close:hover {
    background: url('https://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png') repeat scroll -93px -128px rgba(0, 0, 0, 0);
}


.wel-text {
    font-size: 14px;
    color: #2B2F2D;
    padding-right: 0px;
    margin-bottom: 20px !important;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #2B2F2D;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    font-size: 13px;
    transition: all 0.2s ease;
    padding: 5px 24px 3px !important;
    border-bottom: 1px solid #2B2F2D;
}

.nav-link:hover,
.nav-link.active,
.nav-link:focus {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2B2F2D;
}

.nav-item:hover,
.nav-item.active,
.nav-item:focus {
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2B2F2D;
}

.active {
    color: #2B2F2D;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #2B2F2D;
}

.profile-pic {
    border-radius: 50%;
    width: 50px;
}

.dropdown-menu[data-bs-popper] {
    top: 28px;
    left: -71%;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 14px;
    color: #2B2F2D;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
}

.dropdown-menu li {
    display: block;

    margin: 0px 10px;
}

.dropdown-menu.show {
    display: inline-block;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    color: #2B2F2D;
    font-size: 13px;
    padding: 3px 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #2B2F2D;
    background-color: transparent;
    border-bottom: 2px solid #fcb902;
}

#navbar-hamburger.show {
    display: block;
}

#navbar-hamburger,
#navbar-close {
    display: none;
}

#navbar-close.show {
    display: block;
}

select.form-control {
    background-color: #EAEAEA;
    color: #2B2F2D;
    font-weight: 700;
    border: 1px solid #AAACAB;
    border-radius: 6px;
    text-align: center;
    padding: 7px 10px;
    font-weight: bold;

}

select {
    font-family: Raleway;
}

select.form-control:focus {
    color: #2B2F2D;
    background-color: #fff;
    border-color: #AAACAB;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.form-control::placeholder {
    color: #2B2F2D;
}

.form-control {
    color: #2B2F2D;
    background-color: #EAEAEA;
    border: 1px solid #AAACAB;
    border-radius: 6px;
    text-align: center;
    height: 34px;
    padding: 7px 10px;

}

.form-control:focus {
    color: #2B2F2D;
    background-color: #EAEAEA;
    border-color: #AAACAB;
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.col-form-label {
    color: #2B2F2D;
    font-weight: 700;
}

.w-34 {
    width: 34px;
}

.form-control {
    margin-bottom: 20px;
}

.distro-table thead th {
    font-weight: 700;
    border-bottom: 2px solid #fcb900;
    font-size: 13px;
}

.th-first {
    padding: 3px 3px 3px 10px;
    ;
}

.p-20 {
    padding: 3px 10px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

/* .inner-row td {

} */

/*.distro-table .client-totals td{
  text-align: center !important;
}*/

.distro-table .client-totals td.text-start {
    text-align: left !important;
}

tr.inner-row td {
    padding: 3px 10px;

    border-bottom: 1px solid #EAEAEA;
}

tr.inner-row.total-row-tr td {
    border-bottom: 0px solid #EAEAEA;
    border-top: 1px solid #212529;
}

tr.inner-row.total-row-tr-before td {
    border-bottom: 0px solid #EAEAEA;
}

.client-totals td.pl-3 {
    padding: 3px 3px 3px 10px;
}

tr.inner-row td.pl-3 {
    padding: 5px 5px;
}

.tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

.tbody1:before {
    content: "-";
    display: block;
    line-height: 2em;
    color: transparent;
}

/* .client-totals td{
  text-align: right !importnat;
           padding: 3px 10px;
             height: 38px;

} */
.next-tbody:before {
    content: "-";
    display: block;
    line-height: 1.5em;
    color: transparent;
}

tr.before-space-tr:before {
    content: "-";
    display: block;
    line-height: 1.2em;
    color: transparent;
}

.total-row-tr {
    font-weight: bold;
    border-top: 1px solid #212529;
}

/* .total-row-tr {} */

.mt-10 {
    margin-top: -10px;
}

.navbar-brand {
    margin-top: -30px;
}

.btn-submit {
    background-color: #2B2F2D;
    color: #fff;
    border-radius: 8px;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    height: 34px;
    cursor: pointer;
}

.btn-submit:hover,
.btn-submit:focus {
    background-color: #2B2F2D;
    color: #fff;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}


/* Hide the browser's default checkbox */
.container1 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container1 {
    padding-left: 23px;
    color: #aaacab;
    font-size: 1rem;
    margin-top: 7px;
}


/* Create a  custom checkbox */
.container1 .checkmark {
    position: absolute;
    top: 8px;
    left: 121px;
    height: 16px;
    width: 16px;
    background-color: #eee;
    background-color: #ffffff;
    border: 1px solid #aaacab;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
/* .container1:hover input~.checkmark {} */

/* When the checkbox is checked, add a blue background */
.container1 input:checked~.checkmark {
    background-color: #ffffff;
    border: 1px solid #aaacab;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container1 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container1 input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
    left: 5.3px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid #aaacab;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-dropdown {
    background-color: #EAEAEA;
    color: #2B2F2D;
    font-weight: 700;
    border: 1px solid #AAACAB;
    border-radius: 6px;
    text-align: center;
    padding: 7px 10px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 34px;
    font-size: 1rem;
    width: 100%;
}

.btn-form-dropdown {
    background-color: #EAEAEA;
    color: #2B2F2D;
    font-weight: 700;
    border: 1px solid #AAACAB;
    border-radius: 6px;
    text-align: center;
    padding: 7px 10px;
    font-weight: bold;
    margin-bottom: 20px;
    height: 34px;
    font-size: 1rem;
}

.filter-dropdown .dropdown-menu li {
    display: block;
    margin: 0px 10px;

}

.filter-dropdown .dropdown-menu {
    /* max-width: 100%; */
    min-width: 100%;
}

.filter-dropdown .dropdown-menu.show {
    display: block;
    border: 1px solid #aaacab40;
}

/*.filter-dropdown  .dropdown-item{
  color: #aaacab;
}*/
.filter-dropdown .dropdown-item:focus,
.filter-dropdown .dropdown-item:hover {
    color: #2B2F2D;
    background-color: transparent;
    border-bottom: 0px solid #fcb902;
}

.bf-ml {
    margin-left: 37px;
    text-align: center;
}

.client-small-text {
    margin-bottom: 0px;
    display: inline-block;
    font-weight: normal;
    font-size: 11px;
    margin-right: 4px;
}

.in-w-135 {
    width: 135px;
}

.en-w-238 {
    width: 238px;
}

.t-inner-border {
    border: 1px solid #fcb900;
    padding: 15px;
}

.distro-table.dt-without-border thead th {
    font-weight: 700;
    border-bottom: 0px solid #fcb900;
    font-size: 13px;
}

.fw-normal {
    font-weight: normal;
}

.client-totals.yellow-bg-tr td {
    height: 25px;
}

.client-totals.yellow-bg-tr {
    background-color: #fcb900;
}

.ww-w-150 {
    width: 150px;
}

.bg-lt-purple {
    background-color: #AD749E
}

.bg-m-grey {
    background-color: #EAEAEA;
}

.bottom-login-img {
    position: fixed;
    width: 100%;
    bottom: -50px;
    z-index: -1;
}

.login {
    margin-top: 10rem;
}

.distro-logo1 {
    width: 157px;
}

.login-box {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.form-group {
    margin: 31px 56px;
}

a,
a:hover {
    color: inherit;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #FCB900;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;

    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 0px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control-login {
    background-color: #EAEAEA;
    border: none;
    color: #0d0d0d;
    padding: 25px 10px 7px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #EAEAEA;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px;
    width: 100%;
}

.fg-label {
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.fg-label1 {
    font-size: 12px;
}

.large-login-bg {
    display: none;
}

.small-login-bg {
    display: block;
    margin: auto;
}

.wel-boss-text {
    margin-top: 19px;
    font-size: 17px;
    position: relative;
    z-index: 1;
}

.wel-boss-text::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 12px;
    left: 0px;
    color: #EAEAEA;
    background-color: #aaacab;
}

.wel-boss-text span {
    background-color: #eaeaea;
    position: relative;
    z-index: 1;
    padding: 0px 20px;
}

.drb-details {
    border-radius: 8px;
    margin-bottom: 15px;

}

.drd-b-details {
    padding: 5px 5px 6px 12px;
    font-size: 17px;
    color: #002F2D;
    display: flex;
    align-items: center;
}

.drb-details.box1 {
    border: 1px solid #FCB900;
}

.drb-d-btn.box1 {
    background-color: #FCB900;
}

.drb-details.box2 {
    border: 1px solid #6E4964;
}

.drb-d-btn.box2 {
    background-color: #6E4964;
}

.drb-details.box3 {
    border: 1px solid #AD749E;
}

.drb-d-btn.box3 {
    background-color: #AD749E;
}

.drb-d-btn {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    margin-right: -1px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    /* line-height: 0px; */
    padding: 8.5px 20px 9px;
    transition: all 0.2s ease;
}

.drb-d-btn:hover,
.next-btn:hover {
    opacity: 0.9;
}

.drd-b-details span {
    font-weight: bold;
    color: #002F2D;
    font-size: 25px;
    margin-right: 10px;
}

.card-box {
    border-radius: 8px;
    padding: 23px;
}

.m-grey-bg {
    background-color: #EAEAEA;
}

.m-theme-bg {
    background-color: #FCB900;
}

.card-box-title {
    color: #002F2D;
    font-weight: bold;
    font-size: 18px;
}

.card-b-dropdown .btn-dropdown {
    background-color: #fff;
    color: #979797;
    font-weight: 700;
    border: 1px solid #979797;
    border-radius: 6px;
    text-align: left;
    padding: 7px 20px 7px 10px;
    font-weight: normal;
    margin-bottom: 20px;
    height: 36px;
    font-size: 14px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}

.card-b-dropdown .dropdown-menu li {
    display: block;
    margin: 0px 10px;

}

.card-b-dropdown .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
}

.card-b-dropdown .dropdown-menu.show {
    display: block;
    border: 1px solid #aaacab40;
}

/*.filter-dropdown  .dropdown-item{
  color: #aaacab;
}*/
.card-b-dropdown .dropdown-item:focus,
.card-b-dropdown .dropdown-item:hover {
    color: #2B2F2D;
    background-color: transparent;
    border-bottom: 0px solid #fcb902;
}

.card-b-dropdown .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    /* float: right; */
    position: absolute;
    right: 19px;
    top: 10px;
    font: normal normal normal 15px/1 FontAwesome;
    content: "\f107";
}

.fnt-48 {
    font-size: 48px;
    font-weight: bold;
}

.next-btn {
    /* transition: all o.2s ease; */
    border-radius: 8px;
    background-color: #6E4964;
    color: #fff;
    width: 40px;
    height: 40px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    font-size: 20px;
    padding: 4px 16px;
    cursor: pointer;
}

.distro-table.tabel-align-left tr th,
.distro-table.tabel-align-left tr td {
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #AAACAB;
    padding: 15px 00px;
}

.distro-table.tabel-align-left {
    width: 340px;
    overflow: auto;
}

.table-scroll-div {
    min-height: 262px;
    max-height: 262px;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-scroll-div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.table-scroll-div::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.table-scroll-div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555c;
}

.cb-mb {
    margin-bottom: 18px;
}

.distro-table.tabel-align-left tr th {
    width: 75px;
}

.distro-table.tabel-align-left tr td {


    display: inline-block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 132px;
    padding-right: 5px;

}

/* responsive style */
@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1250px;
    }
}

@media only screen and (min-device-width: 2000px) and (max-device-width: 4000px) {
    .large-login-bg {
        display: block;
        margin: auto;
    }

    .small-login-bg {
        display: none;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1250px;
    }

}

@media only screen and (max-width: 1920px) {
    .large-login-bg {
        display: none;
    }

    .small-login-bg {
        display: block;
        margin: auto;
    }
}

@media (min-width: 992px) {
    .nav-link {
        font-size: 12px;
        padding: 5px 13px 3px !important;
        white-space: nowrap;
    }

    .nav-link {
        font-size: 13px;
        padding: 5px 24px 3px !important;
    }

}

@media (max-width: 1500px) {
    .login-boss-team {
        width: 63%;
    }
}

@media (max-width: 1380px) {
    .login {
        margin-top: 5rem;
    }
}

@media (max-width: 992px) {
    .navbar-nav {
        margin-top: 19px;
    }

    .profile-pic {
        margin-top: 10px;
    }

    .distro-logo {
        width: 87px;
    }
}

@media (max-width: 991px) {
    .nav-link {
        padding: 7px 24px 8px !important;
    }

    .mt-10 {
        margin-top: 10px;
    }

    .wel-text {
        padding-right: 0px;
    }

    .navbar-brand {
        margin-top: 0px;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .profile-pic {
        margin-top: 10px;
    }

    .container1 .checkmark {
        position: absolute;
    }

    .login-boss-team {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .checkbox-header-top {
        margin-top: 13px;

        margin-bottom: 13px;
    }

    .container1 {
        padding-left: 0px;
        color: #2B2F2D;
        font-size: 14px;
        margin-top: 3px;
    }

    .container1 .checkmark {
        position: absolute;
        top: 6px;
        left: 105px;
    }

    .login {
        margin-top: 5rem;
    }

    .form-group {
        margin: 19px 20px;
    }

    .fnt-48 {
        font-size: 33px;
    }

    .card-box-title,
    .drd-b-details {
        font-size: 15px;
    }

    .drd-b-details span {
        font-size: 21px;
    }

    .card-b-dropdown .btn-dropdown {
        font-size: 13px;
    }

    .distro-table.tabel-align-left tr td {
        width: 110px;
    }

    .bottom-login-img {
        bottom: -20px;
    }

}

.m-grey-bg1 {
    background-color: #eaeaea52;
}

.or {
    display: inline-block;
    margin: 15px 0;
}

.Neon {
    font-size: 14px;
    color: #494949;
    position: relative;


}

.Neon * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Neon-input-dragDrop {
    display: block;
    width: 100%;
    margin: 0 auto 25px auto;
    padding: 25px;
    color: #8d9499;
    color: #97A1A8;
    background: #fff;
    border: 2px dashed #C8CBCE;
    text-align: center;
    -webkit-transition: box-shadow 0.3s, border-color 0.3s;
    -moz-transition: box-shadow 0.3s, border-color 0.3s;
    transition: box-shadow 0.3s, border-color 0.3s;
}

.Neon-input-dragDrop .Neon-input-icon {
    font-size: 48px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.Neon-input-text h3 {
    margin: 0;
    font-size: 18px;
}

.Neon-input-text span {
    font-size: 12px;
}

.Neon-input-choose-btn.blue {
    color: #fff;
    border: 1px solid #FCB900;
    cursor: pointer;
}

.Neon-input-choose-btn {
    display: inline-block;
    padding: 8px 14px;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #FCB900;
    vertical-align: middle;
    background-color: #FCB900;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.Neon input {
    z-index: 999;
    opacity: 0;
    width: 100%;
    height: 200px;
    position: absolute;
    right: 0px;
    left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.container3 {
    display: inline-block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
    width: 90%
}

.container2 {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 9px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 0px;
}

/* Hide the browser's default checkbox */
.container2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.container2 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.container2:hover input~.checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container2 input:checked~.checkmark {
    background-color: #fcb900;
    border: 1px solid #fcb900;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container2 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container2 input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container2 .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container2.table-row-check {
    margin-right: -9px;
}

.container2.table-row-check .checkmark {
    position: absolute;
    top: 0px;
    height: 16px;
    width: 16px;
}

.container2.table-row-check .checkmark:after {
    left: 6px;
    top: 2px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0px 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-success {
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-info {
    color: #000;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-info:hover {
    color: #fff;
    background-color: #0dcaf0 !important;
    border-color: #0dcaf0 !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.form-control-login.select-box {}

select.select-box {
    appearance: none;
    background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
    background-size: 0.6em;
    background-position: calc(100% - 01.1em) center;
    background-repeat: no-repeat;
    /* top: 12px; */
}

.flex-1 {
    flex: 1;
}