:root {
    --primary-color: #161E36;
    --primary-color-light: hsl(224, 59%, 21%);
    --primary-color-dark: hsl(214, 63%, 11%);
    --secondary-color: #d79201;
}

@font-face {
    font-family: 'Cairo';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/cairo.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    /*box-sizing: border-box;*/
    font-family: 'Cairo', sans-serif !important;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
}

.fs-6,
h6 {
    font-size: 16px !important;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

::selection {
    background-color: var(--primary-color);
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: #d5d2d2;

}

a {
    text-decoration: none;
}

.link {
    color: var(--primary-color);
}

.link:hover {
    text-decoration: underline;
}

.btn-white {
    background-color: white;
}


.btn-theme {
    background-color: var(--primary-color);
    color: white;
    transition: all 0.3s;
    padding: 15px 25px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-theme:hover {
    color: white !important;
}


.btn:focus,
.btn:active {
    box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color) !important;
    color: white;
}

.select2-container {
    width: 100% !important;
}

.row {
    margin: 0;
}

.form-group {
    margin: 0.5rem 0;
    position: relative;
}


.form-control {
    background-color: #F7F7F7 !important;
    /*border-color: transparent !important;*/
}

.form-check-input:focus,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: var(--primary-color) !important;
}

.form-check-input:checked {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--primary-color) !important;
    z-index: 99999 !important;
}

.w-95 {
    width: 95%;
}

.w-limit {
    max-width: 1140px;
    padding: 0;
}

.w-fit {
    width: fit-content !important;
}

.h-0 {
    height: 0;
}

.min-h-100 {
    min-height: 100%;
}

.btn-blue {
    background-color: #0060df !important;
    color: white !important;
}

.btn-blue:hover {
    background-color: #0250bb !important;
}

.bg-theme {
    background-color: var(--primary-color) !important;
}

.bg-theme-dark {
    background-color: var(--primary-color) !important;
}

.bg-theme-light {
    background-color: var(--primary-light) !important;
}

.text-theme2 {
    color: var(--secondary-color) !important;
}

.bg-theme2 {
    background-color: var(--secondary-color) !important;
}


.bg-transparent {
    background-color: transparent !important;
}

.text-theme {
    color: var(--primary-color) !important;
}

.text-theme-dark {
    color: var(--primary-color) !important;
}

.text-theme-light {
    color: var(--primary-light) !important;
}

.scrollbar-0::-webkit-scrollbar {
    width: 0px;
    height: 0;
}

.selected {
    background-color: var(--primary-color-dark) !important;
}

.of-contain {
    object-fit: contain;
}

.of-cover {
    object-fit: cover;
}

.space-y {
    margin: 10px 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5)
}

.border-theme {
    border-color: var(--primary-color) !important;
}

.no-wrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

.transition {
    transition: all 0.3s;
}

.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-invalid-input] {
    border-color: red !important;
}

[data-invalid-message] {
    font-weight: bold;
    font-size: 0.8rem;
    color: red !important;
}

.hide-spin::-webkit-outer-spin-button,
.hide-spin::-webkit-inner-spin-button {
    display: none;
}

.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 2;
}

.z-3 {
    z-index: 3;
}

.z-4 {
    z-index: 4;
}

.z-5 {
    z-index: 6;
}

.z-7 {
    z-index: 7;
}

.z-8 {
    z-index: 8;
}

.z-9 {
    z-index: 9;
}

.z-10 {
    z-index: 10;
}

.z-99 {
    z-index: 99;
}

.z-999 {
    z-index: 999;
}

.z-9999 {
    z-index: 9999;
}

.loader {
    height: 5px;
    background-color: black;
    width: 40%;
    border-radius: 20px;
    animation: 0.8s slideAnimation linear infinite;
}

.translate-y-100 {
    transform: translateY(100%);
}

.pointer {
    cursor: pointer;
}

.zoom {
    cursor: zoom-in;
}

.grab {
    cursor: grab;
}

.clamp1,
.clamp2,
.clamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}


.shadow-0 {
    box-shadow: none !important;
}


.text-grey {
    color: #F7F7F7;
}

.bg-grey {
    background-color: #F7F7F7;
}

.border-grey {
    border-color: #F7F7F7;
}

.min-width {
    min-width: 120px;
}

.bg-white-light {
    background-color: #F7F7F721;
}

.h-100vh {
    min-height: 100vh;
    min-height: 100dvh;
    min-height: 100svh;
}

.center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rounded-25 {
    border-radius: 25px;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #dee2e6 !important;
}

.hover-splash:hover,
.btn-white:hover {
    background-color: rgba(189, 197, 209, .2) !important;
}

.hover-bg-theme,
.hover-bg-theme2,
.hover-bg-white,
.hover-text-theme,
.hover-border-theme:hover {
    transition: all 0.3s;
}

.hover-bg-theme:hover {
    background-color: var(--primary-color) !important;
    color: white !important;
}

.hover-bg-theme2:hover {
    background-color: var(--secondary-color) !important;
    color: white !important;
}

.hover-bg-white:hover {
    background-color: white !important;
    color: var(--primary-color) !important;
}

.hover-border-theme:hover {
    border-color: var(--primary-color) !important;
}

.hover-text-theme:hover {
    color: var(--primary-color) !important;
}

.hover-move-icon {
    transition: allm 0.3s;
}

.hover-move-icon:hover .iconify {
    animation: move_icon_animation 0.3s infinite alternate;
}

@keyframes move_icon_animation {
    0% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(5px);
    }
}

.theme-title,
.theme-title * {
    font-size: 40px;
    font-weight: bold;
}

.news-content a {
    color: var(--primary-color);
    font-size: 16px;
    text-decoration: none;
}

.imageHeight {
    height: 14vh;
    width: 14vh;
}

.sponsorHide {
    display: none;
}

.partnerHide {
    display: none;
}


.pageContentImage img {
    height: 100%;
}


.profileLabels label {
    display: inline-block;
    /* width: 16%; */
    margin: 2px 8px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 9px 10px 8px 9px;
    border-radius: 4px;
}

.profileLabels label input {
    margin-left: 6px;
}

.speaker-overlay {
    transition: all 0.3s;
    opacity: 0;
}

.speaker:hover .speaker-overlay {
    opacity: 1;
}

.speaker .speaker-info {
    transform: translateY(100px);
    transition: all 0.3s;
}

.speaker:hover .speaker-info {
    transform: translateY(0px);
}

@media screen and (max-width: 1000px) {

    .theme-title,
    .theme-title * {
        font-size: 28px;
    }

    .time-title,
    .activity-title {
        clip-path: none !important;
        margin: 0 !important;
        padding: 1rem !important;
    }


}

@media screen and (max-width: 700px) {


    .theme-title,
    .theme-title * {
        font-size: 24px;
    }


}
