@font-face {
    src: url("../fonts/gibson-bold.ttf");
    font-family: headings;
}

@font-face {
    src: url("../fonts/Gibson-Light.otf");
    font-family: norm;
}

html {
    overflow-y: hidden;
}

body,
html {
    font-family: norm;
    overflow-x: hidden !important;
    background: white;
    font-size: 16px;
    letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: headings;
}

button {
    background: transparent;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}

button:focus {
    outline: none;
}

a {
    text-decoration: none !important;
}

.form-control:focus {
    box-shadow: none;
    outline: none;
    background: inherit;
    border-color: inherit;
}

img {
    width: 100%;
}

.text-light {
    color: #cccccc !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.mw-800 {
    max-width: 800px;
    margin: auto;
}

.btn-default {
    padding: 15px 50px;
    background: #0fb7bf !important;
    transition: all 0.3s;
    color: white !important;
    border-radius: 10px;
    font-size: 20px;
    display: inline-block;
}

.btn-style-MFU {
    background-color: #0fb7bf !important
}

.btn-default:hover {
    background: #0fb7bf !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.form-link-btns .btn-default,
.form-link-btns .btn-default-grey {
    width: 200px;
}

.btn-default-grey {
    padding: 15px 30px;
    background: #cccccc;
    transition: all 0.3s;
    color: #25a3ff !important;
    border-radius: 30px;
    font-size: 20px;
    display: inline-block;
}

.btn-default-grey:hover {
    background: #3c7fff !important;
    color: white !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
}

.site-content-box {
    margin-top: 100px;
    background: #25a3ff;
    color: white;
    border-radius: 40px;
    font-size: 18px;
    padding: 50px 50px 100px;
}

.app-img {
    margin-top: 100px;
    text-align: center;
}

.app-img img {
    width: 300px;
}

/*Navbar*/
.nav-container {
    padding: 20px 30px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background: white;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}

.nav-logo {
    width: 100px;
}

.nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-wrapper ul,
.profile-wrapper li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-wrapper {
    position: relative;
    padding: 0;
    margin: 0;
}

.profile-wrapper::before {
    content: '';
    position: absolute;
    top: 27px;
    right: 10px;
    border-color: black transparent transparent;
    border-width: 6px;
    border-style: solid;
}

.profile-wrapper:hover::after {
    border-color: #25a3ff transparent transparent;
}

.profile {
    padding: 10px 30px 10px 10px;
    position: relative;
}

.profile:hover .menu li {
    cursor: pointer;
    background: -webkit-linear-gradient(#1f1f1f, #0a0a0a);
}

.profile .name {
    color: black;
    margin-left: 10px;
    margin-top: 10px;
    display: inline-block;
    font-size: 14px;
}

.profile img {
    width: 40px;
    display: inline;
    float: left;
    border-radius: 50%;
}

/* hide menu */
.menu {
    display: none;
    clear: both;
    margin: 20px 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 10px;
}

.menu li {
    font-size: 14px;
    margin: 55px 0 0;
    padding: 15px 20px;
}

.menu li a {
    color: white;
}

.menu li:hover>a {
    color: #eee;
}

.menu li:hover {
    border-bottom: 1px solid white;
    border-radius: 3px;
}

.profile:hover .menu {
    display: block;
}

/*Nav End*/

/*Main Wrap*/
.main-wrap {
    /*display: flex;*/
    height: calc(100% - 94px);
    /*gap: 20px;*/
}

/*Sidebar*/
.sidebar {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    position: fixed;
    left: 0;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
    height: 100%;
    border-radius: 0 10px 0 0;
    background: white;
    overflow-y: auto;
}

.sidebar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: grey;
}

/* .sidebar:hover ::-webkit-scrollbar {
    width: 10px;
} */

.sidebar-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.sidebar-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.sidebar-profile .profile-name {
    margin-left: 10px;
}

.main-wrap .navbar {
    margin-top: 100px;
}

.main-wrap .navbar-nav {
    width: 100%;
    display: block;
}

.main-wrap #navbar {
    width: 100%;
}

.main-wrap .nav-item {
    display: block;
    padding: 0;
    width: 100%;
    /* margin-bottom: 20px; */
}

.dropdown-item.active {
    background: inherit;
    color: #0fb7bf;
}


.main-wrap .nav-item .nav-link {
    padding: 15px 30px 15px 60px;
    display: block;
    color: #000000;
    position: relative;
    border-radius: 10px;
    transition: 0.3s;
    font-weight: 600;
}

.main-wrap .nav-item .dropdown-menu {
    position: relative;
}

.main-wrap .nav-item .dropdown-item {
    padding: 15px 30px 15px 60px;
    display: block;
    color: #000000;
    position: relative;
    border-radius: 10px;
    transition: 0.3s;
    font-weight: 600;
}

.main-wrap .nav-item .dropdown-item:active {
    background: inherit;
    color: #000000
}

.main-wrap .nav-item .dropdown-item .nav-icon {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.active {
    color: #0fb7bf !important;
    font-weight: bold;
}

.active svg {
    fill: #0fb7bf;
}

.main-wrap .nav-item .nav-link:hover {
    transform: translateY(-2px);
    color: #515e66;
    font-weight: bold;
}

.main-wrap .nav-item .nav-link .nav-icon {
    position: absolute;
    top: 0;
    left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
}

.main-wrap .nav-item .nav-link .nav-icon svg {
    width: 28px;
    height: 28px;
}

.main-wrap .nav-item .dropdown-item svg {
    width: 28px;
    height: 28px;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotateX(-90deg), translateX(-50px);
    }

    50% {
        transform: rotateX(20deg), translateX(-25px);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg), translateX(0px);
    }

}

@keyframes animate-dow {
    0% {
        opacity: 1;
        transform: rotateX(0deg), translateX(0px);

    }

    50% {
        transform: rotateX(20deg), translateX(-25px);
    }

    100% {
        opacity: 0;
        transform: rotateX(-90deg), translateX(-50px);
    }

}

.dropdown-menu .dropdown-item {
    opacity: 0;
}

.dropdown-menu.show .dropdown-item:first-child {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: -150ms;
}

.dropdown-menu.show {
    transition: all .5s;
}

.dropdown-menu.show .dropdown-item:nth-child(2) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 0ms;
}

.dropdown-menu.show .dropdown-item:nth-child(3) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 150ms;
}

.dropdown-menu.show .dropdown-item:nth-child(4) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 300ms;
}

.dropdown-menu.show .dropdown-item:nth-child(5) {
    animation: animate 300ms ease-in-out forwards;
    animation-delay: 450ms;
}

.dropdown-menu:not(.show) .dropdown-item:first-child {
    animation: animate-dow 300ms ease-in-out forwards;
    animation-delay: 450ms;
}

.dropdown-menu:not(.show) .dropdown-item:nth-child(2) {
    animation: animate-dow 300ms ease-in-out forwards;
    animation-delay: 300ms;
}

.dropdown-menu:not(.show) .dropdown-item:nth-child(3) {
    animation: animate-dow 300ms ease-in-out forwards;
    animation-delay: 150ms;
}

.dropdown-menu:not(.show) .dropdown-item:nth-child(4) {
    animation: animate-dow 300ms ease-in-out forwards;
    animation-delay: 0ms;
}

.dropdown-menu:not(.show) .dropdown-item:nth-child(5) {
    animation: animate-dow 300ms ease-in-out forwards;
    animation-delay: -150ms;
}


/*Sidebar-End*/

.content {
    width: 100%;
    border-radius: 10px 0 0 0;
    padding: 120px 30px 50px 320px;
    min-height: 95vh;
    background: #f7f7f7;
}

.card-header {
    /* background-color: #25a3ff;   MFU*/
    background-color: #0fb7bf;
    font-weight: bold;
    color: white;
}

.form-control {
    /* height: 60px; */
}

.search-abs {
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.search-abs .btn-default {
    padding: 7px 15px;
    border-radius: 5px;
}

.table-responsive {
    /* max-height: 600px; */
    /* overflow-y: auto; */
}

th {
    /* padding: 5px 20px 5px 5px !important; */
    /* font-size: 14px; */
    /* position: relative; */
}

.align-abs {
    position: absolute;
    top: 0;
    right: 0;
}

.align-abs button {
    background: #eee;
    padding: 5px;
    width: 20px;
}

td {
    /* padding: 15px 0px !important; */
    /* font-size: 14px; */
}

.action-buttons-custom {
    min-width: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    gap: 7px;
}

.red {
    background: #d90f0f;
    vertical-align: middle !important;
    text-align: center;
    color: white;
}

.green {
    background: #10b804;
    vertical-align: middle !important;
    text-align: center;
    color: white;
}

.min-max {
    margin-top: 20px;
    background-image: linear-gradient(to right, #10b804 0%, #f4fc0a 51%, #d90f0f 100%);
    padding: 15px;
    border-radius: 5px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-card {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
    margin-bottom: 15px;
    background: white;
}

.top-card:hover {
    transform: translateY(-2px);
}

.top-card .heading {
    /*text-align: center;*/
    font-weight: bold;
    padding: 5px 0 20px;
    font-size: 14px;
}

.top-card .nai {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-card .number {
    font-weight: bold;
    font-size: 24px;
    color: #3c7fff;
}

.icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: white;
}

.stats-wrap {
    background: #25a3ff;
    color: white;
    border-radius: 10px;
    padding: 30px 15px;
}

.stats-card {
    display: flex;
    gap: 25px;
}

.stats-card .stats-number {
    width: 40%;
}

.stats-graph {
    width: 60%;
}

/*Forms*/
.site-container {

    align-items: center;
    justify-content: center;
    padding: 15px 80px;
    height: 100vh;
}

.site-main-wrap {
    border-radius: 60px;
    overflow: hidden;
    width: 100%;
}

.site-sidebar {
    width: 35%;
    min-width: 450px;
    background: #25a3ff;
    text-align: center;
    padding: 50px 10px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.site-logo img {
    width: 180px;
}

.site-sidebar .navbar {
    padding: 0;
}

.site-sidebar .navbar-nav {
    width: 100%;
    display: block;
}

.site-sidebar .nav-item {
    display: block;
    padding: 0;
    width: 100%;
    margin-bottom: 30px;
}

.site-sidebar #navbar {
    width: 100%;
}

.site-sidebar .nav-item .nav-link {
    padding: 15px 30px;
    max-width: 270px;
    margin: auto;
    background: #cccccc;
    color: #25a3ff;
    position: relative;
    border-radius: 40px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.16);
    transition: 0.3s;
}

.site-sidebar .nav-item .nav-link.active {
    background: #515e66;
    color: white;
    border: none;
}

.site-sidebar .nav-item .nav-link:hover {
    transform: translateY(-2px);
    color: white;
}

.form-link-btns {
    margin-top: 50px;
    text-align: center;
}

.site-content {
    background: white;
    width: 100%;
    padding: 30px;
    max-width: 500px;
    margin: auto;
    border-radius: 20px !important;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.16);
    background: #fdfdfd;
}

.form-logo {
    text-align: center;
}

.form-logo img {
    width: 230px;
}

.form-container {
    max-width: 500px;
    margin: auto;
}

.form-container input.form-control {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 15px;
}

.form-container input.form-control:focus {
    border: 1px solid #25a3ff;
}

.form-container input.form-control::placeholder {
    font-size: 16px;
}

.form-container .btn-default {
    width: 200px;
}

.form-link {
    color: #25a3ff !important;
}

.modal-header {
    background: #25a3ff !important;
}

.content-wrap {
    display: flex;
    gap: 20px;
}

.content-left-wrap {
    width: 100%;
}

.ads-wrap1 {
    width: 250px;
    margin-top: 40px;
}

.ad {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.16);
    background: white;
    border-radius: 5px;
    padding: 15px 7px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
    margin-bottom: 15px;
}

.ads-img img {
    width: 100%;
}

.adss-text {
    display: block !important;
    font-weight: 600;
    font-size: 14px;
}

.ads-btn .btn-default {
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .profile-wrapper {
        display: none;
    }

    .main-wrap {
        flex-direction: column;
    }

    .sidebar {
        width: 0;
        min-width: 0;
        transition: all 0.3s;
        overflow: hidden;
        position: fixed;
        z-index: 1030;
        top: 0;
        left: 0;
        background: white;
    }

    .main-wrap .navbar {
        margin-top: 0;
        padding: 0;
        height: 100%;
        justify-content: center;
    }

    .sidebar-width {
        width: 300px;
        max-width: 300px;
        min-width: 300px;
        height: 100%;
    }

    #navbar {
        width: 100%;
    }

    .navbar-nav {
        padding: 0 15px;
    }

    .main-wrap .nav-item .nav-link {
        border-radius: 10px;
    }

    .metal-pricing-card {
        border-radius: 40px
    }

    .content {
        border-radius: 0;
        padding: 120px 0 30px;
    }

    .close-nav {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .site-container {
        padding: 15px;
        height: auto;
        flex-direction: column;
        min-height: 100vh;
    }

    .site-main-wrap {
        border-radius: 30px;
    }

    .site-main-wrap {
        flex-direction: column;
    }

    .site-sidebar {
        width: 100%;
        min-width: 100%;
        padding: 20px 10px;
    }

    .site-content {
        padding: 15px !important;
    }
}


@media screen and (max-width: 768px) {
    .content {
        padding: 120px 15px 30px;
    }

    .btn-default {
        font-size: 16px;
    }

    .btn-default-grey {
        font-size: 16px;
    }

    .stats-card-wrap {
        margin-bottom: 20px;
    }

    .ads-wrap1 {
        display: none;
    }
}

/* Preloader */
.preloaderBg {
    position: fixed;
    z-index: 10000;
    top: 0;
    background: white;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-wrap {
    position: relative;
    width: 250px;
    height: 250px;
}

.preloader-logo {
    margin: auto;
    background: url(../img/CFAST-logo.webp) no-repeat center;
    background-size: 150px;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 25px;
    left: 25px;
    animation: fadeIn 1s ease-in-out infinite;
    /*background: black;*/
}

.preloader-circle {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0fbcc6;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    top: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.scroll {
    overflow: auto;
}

.scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.scroll::-webkit-scrollbar-thumb {
    background-color: grey;
}

.pagination {
    width: 300px;
}


/* common */
/*    File Upload*/
.file-upload {
    /* width: 100%;
    max-width: 80%; */
    margin: 0 auto;
    padding: 20px;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 20px #00000029;
    border-radius: 15px;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #1faab2;
}

.image-dropping,
.image-upload-wrap:hover .drag-text h3 {
    color: white;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    text-transform: uppercase;
    padding: 60px 0;
}

.file-upload-image {
    /* max-height: 200px; */
    /* max-width: 200px; */
    margin: auto;
    padding: 20px;
}

/*File Upload Ends*/
table.dataTable tbody tr.odd {
    background-color: rgba(226, 226, 226, .3);
}

table.dataTable tbody td.answer-small {
    height: 120px;
    overflow: hidden;
}

.btn-sm.btn-danger,
.btn-sm.btn-info {
    width: 30px;
}

.btn-sm.btn-info {
    padding: 0.25rem 0.29rem 0.25rem 0.25rem;
}