/* FONT START */
/* Poppins Start */
@font-face {
    font-family: Poppins-Medium;
    font-display: swap;
    src: url(fonts/Poppins/Poppins-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Poppins-Regular;
    font-display: swap;
    src: url(fonts/Poppins/Poppins-Regular.ttf) format('truetype');
}


/* OpenSans End */
/* FONT END */
/* Variable Start */
:root {
    /* Color Start */
    --primary-text-color: #E0E0E0;
    --secondary-text-color: #46bdc4;
    --tertiary-text-color: #a0a0a0;
    --primary-icon-color: #5b89ec;
    --secondary-icon-color: #46bdc4;
    --tertiary-icon-color: #a0a0a0;
    /* Color End */
    /* Font Start */
    --primary-font-size: 16px;
    --secondary-font-size: 24px;
    /* Font End */
    /* Border Start */
    --primary-border-color: #2e2e2e;
    /* Border End */
    /* Background Start */
    --primary-background: #121212;
    --secondary-background: #1E1E1E;
    /* Background End */
    /* Background Start */
    --primary-box-shadow: rgb(0 0 0 / 17%) 0px 6px 16px;
    /* Background End */
}

/* Variable End */
/* Default Start */
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: var(--primary-font-size);
}

body {
    box-sizing: border-box;
    color: #333333;
    font-family: Poppins-Regular, sans-serif;
    padding-bottom: 57.59px;
}

/* Default End */
.title-white {
    transition: var(--primary-transition);
    color: var(--white) !important;
}

.title-white:hover {
    color: var(--primary) !important;
}

.text-medium {
    font-size: 20px !important;
}

.text-primary {
    color: #5b89ec !important;
}

.text-secondary {
    color: var(--secondary) !important;
}

.text-tertiary {
    color: var(--tertiary) !important;
}

.text-small {
    font-size: 16px !important;
}

/* Heading & Title End */
.sidenav-item,
.sidenav-collapse {
    transition: all .3s linear;
}

.fa-solid,
.fas,
.far {
    color: #a2a3b7 !important;
}

.fas-primary {
    color: #333333;
}

.card {
    box-shadow: rgb(0 0 0 / 12%) 0px 5px 15px;
}

.form-control {
    border-color: #e3e3e3 !important;
}

.form-check-input[type=checkbox]:checked {
    background-color: #5b89ec !important;
    border-color: #5b89ec !important;
}

.form-check-input:checked:focus:before {
    box-shadow: 0 0 0 13px #5b89ec !important;
}

.form-control:focus {
    box-shadow: none !important;
    border-color: #5b89ec !important;
}

.sidenav-primary .sidenav-link.active {
    color: #ffffff;
}

.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-top: 1px solid #5b89ec !important;
    border-bottom: 1px solid #5b89ec !important;
    border-right: 1px solid #5b89ec !important;
}

.form-outline .form-control:focus~.form-notch .form-notch-middle {
    border-color: #5b89ec !important;
}

.form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-top: 1px solid #5b89ec !important;
    border-bottom: 1px solid #5b89ec !important;
    border-left: 1px solid #5b89ec !important;
}

.select-input.focused~.select-arrow {
    color: #5b89ec;
}

.select-input.focused~.form-notch .form-notch-leading {
    border-top: 1px solid #5b89ec !important;
    border-bottom: 1px solid #5b89ec !important;
    border-left: 1px solid #5b89ec !important;
}

.select-input.focused~.form-notch .form-notch-middle {
    border-bottom: 1px solid;
    border-color: #5b89ec;
}

.select-input.focused~.form-notch .form-notch-trailing {
    border-color: currentcolor currentcolor currentcolor #5b89ec;
    border-bottom: 1px solid #5b89ec;
    border-right: 1px solid #5b89ec;
    border-top: 1px solid #5b89ec;
    transition: all .2s linear;
}

.sidenav-primary .sidenav-item .sidenav-link:hover,
.sidenav-primary .sidenav-link:active,
.sidenav-primary .sidenav-link:focus {
    color: #a2a3b7;
}

.form-outline .form-control {
    border: 1px solid white !important;
    padding: 0.5rem !important;
}

.form-outline .form-control~.form-notch div {
    border-color: #e3e3e3;
}

.form-check-input {
    border-color: #5b89ec !important;
}

.btn {
    border: 1px solid transparent !important;
    box-shadow: none !important;
    text-transform: capitalize;
    font-size: 14px;
    min-width: 100px;
}

.btn-primary {
    background-color: #5b89ec !important;
    transition: all .3s linear;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    border: 1px solid #5b89ec !important;
    color: #5b89ec !important;
    transition: all .3s linear;
    background-color: white !important;
}

.btn-danger {
    background-color: #F93154 !important;
    transition: all .3s linear;
}

.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    border: 1px solid #F93154 !important;
    color: #F93154 !important;
    transition: all .3s linear;
    background-color: white !important;
}

.btn-secondary {
    background-color: #39C0ED !important;
    transition: all .3s linear;
}

.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    border: 1px solid #39C0ED !important;
    color: #39C0ED !important;
    transition: all .3s linear;
    background-color: white !important;
}

.btn-success {
    background-color: #262626 !important;
    transition: all .3s linear;
}

.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    border: 1px solid #262626 !important;
    color: #262626 !important;
    transition: all .3s linear;
    background-color: white !important;
}

.sidenav-primary .sidenav-item .sidenav-link:hover,
.sidenav-primary .sidenav-link:active,
.sidenav-primary .sidenav-link:focus {
    background-color: rgba(0, 167, 173, .1);
}

.form-check-input:checked:focus:before {
    box-shadow: 0 0 0 13px #5b89ec !important;
}

.profile-link {
    background: #f3f3f3;
    border-radius: 50px;
    padding: 7px 14px !important;
}

.form-switch .form-check-input:checked[type=checkbox]:after {
    background-color: #5b89ec !important;
}

/* MIN WIDTH RESPONSIVE START */
@media (min-width: 576px) {}

@media (min-width: 1400px) {

    main,
    .content,
    header,
    #main-navbar {
        padding-left: 240px;
    }
}

.content {
    margin-top: 90px;
}

/* MDBOOTSTRAP EXTRAS START */
.fs-85 {
    font-size: 45px !important;
    line-height: 1.2;
}

.fs-65 {
    font-size: 65px !important;
    line-height: 1.2;
}

.fs-54 {
    font-size: 48px !important;
}

.fs-46 {
    font-size: 38px !important;
}

.fs-34 {
    font-size: 30px !important;
}

.fs-30 {
    font-size: 28px !important;
}

.fs-26 {
    font-size: 24px !important;
}

.fs-22 {
    font-size: 20px !important;
}

.fs-18 {
    font-size: 16px !important;
}

.fs-14 {
    font-size: 14px !important;
}

@media (min-width: 575px) {
    .fs-85 {
        font-size: 65px !important;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .fs-85 {
        font-size: 85px !important;
        line-height: 1.2;
    }

    .fs-54 {
        font-size: 54px !important;
    }

    .fs-46 {
        font-size: 46px !important;
    }

    .fs-34 {
        font-size: 34px !important;
    }

    .fs-30 {
        font-size: 30px !important;
    }

    .fs-26 {
        font-size: 26px !important;
    }

    .fs-22 {
        font-size: 22px !important;
    }

    .fs-18 {
        font-size: 18px !important;
    }
}

/* MDBOOTSTRAP EXTRAS END */
@media (min-width: 1400px) {

    main,
    .content,
    header,
    #main-navbar {
        padding-left: 240px;
    }
}

.table>thead>tr>th {
    border-bottom-width: 2px;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: inherit;
}

body {
    background-color: #fbfbfb !important;
}

.logo {
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
}

.sidenav-title {
    padding: 0 1.5rem;
    font-size: 16px;
    margin: 2rem 0 0.7rem;
    line-height: 1;
    color: #a2a3b7;
}

input {
    font-size: 14px !important;
}

input::placeholder {
    font-size: 14px !important;
}

.form-outline .form-control,
.form-control {
    padding: 10px !important;
}

.form-outline .form-control:focus~.form-notch .form-notch-leading,
.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    box-shadow: none !important;
    border: 1px solid #5b89ec !important;
}

.form-outline .form-control:focus~.form-notch .form-notch-leading {
    border-right: 0 !important;
}

.form-outline .form-control:focus~.form-notch .form-notch-trailing {
    border-left: 0 !important;
}

.select-option {
    font-size: 14px !important;
}

.form-group {
    margin-bottom: 1rem;
}

.margin-top {
    margin-top: 90px;
}