﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #d9dadb !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.custom-border {
    border: 2px;
}

input.input-validation-error,
textarea.input-validation-error,
select.input-validation-error {
    background: #FEF1EC;
    border: 1px solid #CD0A0A;
}

.top-40 {
    top: 40px !important;
}

.custom-footer {
    position: absolute;
    height: 35px;
    bottom: 0;
    width: 100%;
}

.custom-footer-border {
    border-top: 2px solid #f86f04;
}

.custom-navbar-border {
    border-bottom: 2px solid #f86f04;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--bs-primary);
    max-width: 350px !important;
    /* If max-width does not work, try using width instead */
    width: 350px !important;
}

.tooltip-inner {
    text-align: start !important;
    max-width: 250px !important;
}


/*Custom CSS For Select2 Start*/
.select2-container--default .select2-selection--single {
    /*border: 1px solid #ced4da;*/
    border: 1px solid #ced4da !important;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 33px !important;
    }

.select2-container .select2-selection--single {
    height: 38px !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 12px !important;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 5px !important;
    width: 25px !important;
    /* color: black; */
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #121111 transparent transparent transparent !important;
    }


/*Custom CSS For Select2 End*/

.table > thead > tr > th {
    min-width: 70px !important;
}

.nav-bottom-c {
    border-bottom: 2px solid #f86f04;
}


/*Skeleton CSS*/

.skeleton-animation {
    background-color: #f0f0f0;
    overflow: hidden;
}

.skeleton-line {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f0f0f0 25%, #767272 37%, #f0f0f0 50%);
    /*background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%);*/
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-label {
    width: 200px;
    height: 18px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f0f0f0 25%, #767272 37%, #f0f0f0 50%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.skeleton-select {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    background: linear-gradient(90deg, #f0f0f0 25%, #767272 37%, #f0f0f0 50%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}
/*Skeleton CSS*/

.scrollbar-auto {
    scrollbar-width: thin;
    max-height: 250px;
    margin-top: 7px;
    overflow: auto;
}

    .scrollbar-auto .checkbox {
        height: 20px;
        width: 20px;
    }

    .scrollbar-auto::-webkit-scrollbar {
        width: 10px;
    }

    .scrollbar-auto::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    }

    .scrollbar-auto::-webkit-scrollbar-thumb {
        background-color: darkgrey;
        outline: 0px solid slategrey;
    }

.custom-not-allowed {
    cursor: not-allowed;
    background: red;
}

.cbtn-square-md {
    /*width: 225px !important;*/
    max-width: 100% !important;
    max-height: 100% !important;
    height: 112px !important;
    font-size: 24px;
}

.azm-rss {
    background: #fc8f55 !important;
}

.btn-rss {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fc8f55;
    --bs-btn-border-color: #fc8f55;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f76213;
    --bs-btn-hover-border-color: #f76213;
    --bs-btn-focus-shadow-rgb: 116, 136, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f76213;
    --bs-btn-active-border-color: #e58451;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b73e8;
    --bs-btn-disabled-border-color: #5b73e8;
}

.btn-bcyan {
    --bs-btn-color: #fff;
    --bs-btn-bg: #44bbff;
    --bs-btn-border-color: #44bbff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #11a6fb;
    --bs-btn-hover-border-color: #11a6fb;
    --bs-btn-focus-shadow-rgb: 116, 136, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #11a6fb;
    --bs-btn-active-border-color: #4456ae;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b73e8;
    --bs-btn-disabled-border-color: #5b73e8;
}

.btn-bitcoin {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f79012;
    --bs-btn-border-color: #f79012;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #f1a84f;
    --bs-btn-hover-border-color: #f1a84f;
    --bs-btn-focus-shadow-rgb: 116, 136, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f1a140;
    --bs-btn-active-border-color: #f1a140;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b73e8;
    --bs-btn-disabled-border-color: #5b73e8;
}

.btn-youtube {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d02022;
    --bs-btn-border-color: #d02022;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e94b4d;
    --bs-btn-hover-border-color: #e94b4d;
    --bs-btn-focus-shadow-rgb: 116, 136, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #f75f61;
    --bs-btn-active-border-color: #f75f61;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b73e8;
    --bs-btn-disabled-border-color: #5b73e8;
}

.btn-drupal {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0073ba;
    --bs-btn-border-color: #0073ba;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #349edf;
    --bs-btn-hover-border-color: #349edf;
    --bs-btn-focus-shadow-rgb: 116, 136, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2471a1;
    --bs-btn-active-border-color: #2471a1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b73e8;
    --bs-btn-disabled-border-color: #5b73e8;
}

.btn-deviantart {
    --bs-btn-color: #fff;
    --bs-btn-bg: #05cc47;
    --bs-btn-border-color: #05cc47;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #26e565;
    --bs-btn-hover-border-color: #26e565;
    --bs-btn-focus-shadow-rgb: 116, 136, 235;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #20b551;
    --bs-btn-active-border-color: #20b551;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5b73e8;
    --bs-btn-disabled-border-color: #5b73e8;
}

.card-body {
    padding: 5px !important;
}

.p-010 {
    padding: 0.1rem !important;
}

/*Custom table-sm Start*/


/*Custom table-sm End*/


/* Center the project logo within the header */
.header-center-content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    height: 100%; /* Ensure it stays vertically aligned */
}

.header-project-logo {
    height: 83px;
    width: 92px;
    background-color: white;
    padding: 3px;
    border-radius: 50%;
}


.project-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .page-title-box {
       margin-top:-50px;
    }
}

.toast-center {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    position: fixed !important;
}


