/* ============================= CUSTOM CLASS ============================= */
.ellipsize {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-green {
    color: green !important;
}
.custom-btn a {
    color: #ced4da;
}
.vertical-align > td,
.vertical-align > th,
.vertical-align > * {
    vertical-align: middle !important;
}
.align-items-center {
    align-items: center;
}

.d-none {
    display: none;
}

.custom-btn {
    background-color: #232323;
    border-radius: 20px;
}

.custom-btn:hover {
    background-color: #111;
    transition: 0.2s;
    color: #ced4da;
    border-color: #111;
}

.custom-btn:hover a {
    color: #ff8400;
}
.text-yellow {
    color: #ff8400;
}
.text-green {
    color: #24d41e !important;
}
.bg-yellow {
    background: #ff8400 !important;
}
.upperCase {
    text-transform: uppercase;
}
.bg-black {
    background: #232323 !important;
}

.border-color-gray {
    border-color: #cccccc !important;
}
.bg-none {
    background: none !important;
}
.text-gray {
    color: #6c757d;
}
.br-right {
    border-end-end-radius: 0 !important;
    border-start-end-radius: 0 !important;
}
.br-left {
    border-start-start-radius: 0 !important;
    border-end-start-radius: 0 !important;
}

.border-none {
    border: none !important;
}

.text-light {
    color: white !important;
}

.fw-bold {
    font-weight: 700 !important;
}
.fw-semibold {
    font-weight: 400 !important;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

.custom-form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.4rem;
    font-weight: 400;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-form-control {
        transition: none;
    }
}

.custom-form-control[type="file"] {
    overflow: hidden;
}

.custom-form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.custom-form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #e9992a;
    outline: 0;
}

.custom-form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.custom-form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.custom-form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.custom-form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #111;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: white;
    background-color: rgba(17, 17, 17, 0.911);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }

    .custom-form-control::file-selector-button {
        transition: none;
    }
}

.custom-form-control:hover:not(:disabled):not(
        [readonly]
    )::-webkit-file-upload-button {
    background-color: #111;
}

.custom-form-control:hover:not(:disabled):not(
        [readonly]
    )::file-selector-button {
    background-color: #111;
}
.file-input::-webkit-file-upload-button {
    height: 35px;
    background-color: rgb(49, 49, 49);
    color: white;
    border: 0.375rem;
}

textarea.custom-form-control {
    min-height: calc(1.5em + 0.75rem + 2px);
}
.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}
.w-75 {
    width: 75%;
}
.h-85 {
    height: 85%;
}
.h-100 {
    height: 100% !important;
}
.vh-100 {
    height: 100vh;
}

@media all and (min-width: 991px) {
    .vertical-center {
        transform: translateY(100%);
    }
}
.rounded-pill {
    border-radius: 50rem;
}

/* =================================================================== */
.filterable {
    margin-top: 15px;
}
.filterable .panel-heading .pull-right {
    margin-top: -20px;
}
.filterable .filters input[disabled] {
    background-color: transparent;
    border: none;
    cursor: auto;
    box-shadow: none;
    padding: 0;
    height: auto;
}
.filterable .filters input[disabled]::-webkit-input-placeholder {
    color: #333;
}
.filterable .filters input[disabled]::-moz-placeholder {
    color: #333;
}
.filterable .filters input[disabled]:-ms-input-placeholder {
    color: #333;
}
.position-relative {
    position: relative !important;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.d-flex {
    display: flex !important;
}
.justify-content-end {
    justify-content: end !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.position-absolute {
    position: absolute !important;
}
.bg-gray {
    background: #e9ecef !important;
}

.steps {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px 10px;
}

.steps .step .circle {
    height: 40px;
    width: 40px;
    background-color: #ccc;
    border-radius: 50%;
}
.steps .step .line {
    width: 22%;
}
.steps {
    width: 50%;
    counter-reset: css-counter 0;
    padding: 4px;
}

.steps li {
    list-style: none;
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
    counter-increment: css-counter 1;
}

.steps li:before {
    content: counter(css-counter);

    height: 30px;
    width: 30px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    color: #fff;
    line-height: 30px;
}

.steps li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: blue;
    top: 15px;
    z-index: -1;
}

li.li-active::before {
    background-color: #ff8400;
}

li.passed::before {
    background-color: #1d1d1d;
}
.visible {
    visibility: visible;
}
.hidden {
    visibility: hidden;
}
.fs-0 {
    font-size: 40px;
}
.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
    font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
    font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
    font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
    font-size: 1.25rem !important;
}
.fs-6 {
    font-size: 1rem !important;
}
@media (min-width: 1200px) {
    .fs-1 {
        font-size: 2.5rem !important;
    }
    .fs-2 {
        font-size: 2rem !important;
    }
    .fs-3 {
        font-size: 1.75rem !important;
    }
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.text-dark {
    color: #1d1d1d !important;
}
.dashbord-card {
    color: #333333 !important;
}

.dashbord-card:hover > div > div > div {
    /* background: #1d1d1d !important; */
    color: #ff8400 !important;
    transition: 0.17s;
}

.user-photo-profile-menu {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.user-info {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.profile-menu {
    z-index: 10;
    position: absolute;
    top: 100%;
    max-height: 0px;
    overflow: hidden;
    right: 0%;
    width: 150px;
    transition: 0.3s;
}
.profile-menu.open {
    /* transition: 0.3s; */
    max-height: max-content;
}

.sub-menu {
    padding: 8px 8px 8px 8px;

    background: white;
    color: #1d1d1d;
}

.profile-menu-link {
    color: #1d1d1d !important;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}
.profile-menu-link span {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}
.profile-menu-link:hover {
    /* background: #1d1d1d;  */
    transition: 0.15s;
    font-weight: bold !important;
    color: #ff8400 !important;
}
.account {
    color: white;
}
.account:hover {
    cursor: pointer;
    transition: 0.15s;
    color: #ff8400 !important;
}
.preview-image{
    width: 300px;
    height: 300px;
    border-radius: 50%;
}
.auth-menu-link{
    color: white;
    text-decoration: none;
}
.auth-menu-link:hover{
    transition: 0.12s;
    color: #ff8400 !important;
}

.auth-menu-link.active{
    color: #ff8400 !important;
}
textarea{
    resize: vertical;
}

/* added*/
.footer-btn{
    width: 100%;
    color: gray;
    text-align: start;
}
.footer-btn:hover{
    transition: 0.15s;
    background: #111;
    color: #ff8400;
}
.footer-social-link{

}
.footer-social-link:hover{
    transition: 0.15s;
    scale: 1.3;
    color:#ff8400
}
