﻿p {
    margin: 0 !important;
}

#page-topbar #channels {
    width: 30%;
}

.table-responsive {
    overflow-x: unset !important;
}

.ck-list {
    max-height: 150px !important;
    word-wrap: break-word !important;
    overflow-y: scroll !important;
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 14px;
    }

    .table-responsive {
        overflow-x: unset !important;
    }

    /*  .treeview__level-btns{
        display: none !important;
    }*/
}

@media screen and (max-width: 768px) {
    html {
        font-size: 12px;
    }

    .table-responsive {
        overflow-x: auto !important;
    }

    .treeview__level-btns {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    #page-topbar #channels {
        width: 80%;
    }

    .table-responsive {
        overflow-x: auto !important;
    }

    .treeview__level-btns {
        display: none !important;
    }
}

#siteMap a {
    text-align: center;
}

.dataTables_filter {
    float: right;
}

    .dataTables_filter > label > input {
        margin: 5px !important;
    }

.fs-15 {
    font-size: 18px !important;
    padding: 5px;
}

.paginate_button {
    margin: 5px !important;
    cursor: pointer !important;
}

.badge {
    font-size: 1em !important;
}

.fw-semibold {
    margin: auto;
    width: fit-content;
    min-width: 50%;
}

    .fw-semibold:hover {
        color: #6797c9;
    }

.form-control {
    font-size: small !important;
}

.lblRequired {
    color: red;
}

.btn-success2:hover {
    color: #fff;
    background-color: #d12421b0;
    border-color: #D12421;
}

.btn-success2 {
    color: #fff;
    background-color: #D12421;
    border-color: #D12421;
}

.dayContents {
    border-bottom: 1px dashed;
    padding-bottom: 1%;
}

.scheduleContainer {
    padding: 20px;
    border: 1px dashed;
    margin-top: 3%;
    margin-left: 1px;
}

.control-invalid-bottom {
    border-bottom: 1px solid red !important;
}

.control-invalid-all {
    border: 1px solid red !important;
}


.status-APPROVED {
    background-color: #45b49c !important;
    border-radius: 40px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    cursor: pointer;
}

.status-REJECTED {
    background-color: #e45f4c !important;
    border-radius: 40px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    cursor: pointer;
}

.status-PENDING_APPROVAL {
    background-color: #efb654 !important;
    border-radius: 40px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    cursor: pointer;
}

.status-DRAFT {
    background-color: #919395 !important;
    border-radius: 40px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    cursor: pointer;
}

.treeview > ul > li > .list-APPROVED:before {
    background-color: #45b49c !important;
    border: 7.5px solid #cdf7eb !important;
}

.treeview > ul > li > .list-REJECTED:before {
    background-color: #e45f4c !important;
    border: 7.5px solid #fbe2e0 !important;
}

.treeview > ul > li > .list-PENDING_APPROVAL:before {
    background-color: #efb654 !important;
    border: 7.5px solid #ffdda3 !important;
}

.treeview > ul > li > .list-DRAFT:before {
    background-color: #919395 !important;
    border: 7.5px solid #ededed !important;
}

.child-APPROVED:before {
    background-color: #45b49c !important;
    border: 7.5px solid #cdf7eb !important;
}

.child-REJECTED:before {
    background-color: #e45f4c !important;
    border: 7.5px solid #fbe2e0 !important;
}

.child-PENDING_APPROVAL:before {
    background-color: #efb654 !important;
    border: 7.5px solid #ffdda3 !important;
}

.child-DRAFT:before {
    background-color: #919395 !important;
    border: 7.5px solid #ededed !important;
}


.text-APPROVED {
    color: #45b49c !important;
}

.text-REJECTED {
    color: #e45f4c !important;
}

.text-PENDING_APPROVAL {
    color: #efb654 !important;
}

.text-DRAFT {
    color: #919395 !important;
}


.fw-semibold:hover {
    color: black !important;
}

.selectedMenu {
    color: white !important;
}

.fw-semibold {
    color: white !important;
}

.link-yellow {
    color: #FFD700 !important;
}

.link-brown {
    color: #A52A2A !important;
}

.link-pink {
    color: #fb05bb !important;
}

.RootSite::before {
    content: '\f0e8' !important;
    font-weight: 200;
    color: white !important;
    font: FontAwesome;
    font: normal normal normal 1px/1 FontAwesome;
}

.LINK::before {
    content: '\f0c1' !important;
    font-weight: 200;
    color: white !important;
    font: FontAwesome;
    font: normal normal normal 1px/1 FontAwesome;
}

.PAGE::before {
    content: '\f24d' !important;
    font-weight: 200;
    color: white !important;
    font: FontAwesome;
    font: normal normal normal 1px/1 FontAwesome;
}

.KEYDOWN::before {
    content: '\f141' !important;
    font-weight: 200;
    color: white !important;
    font: FontAwesome;
    font: normal normal normal 1px/1 FontAwesome;
}

.PAGE_KEYDOWN::before {
    content: '\f0db' !important;
    font-weight: 200;
    color: white !important;
    font: FontAwesome;
    font: normal normal normal 1px/1 FontAwesome;
}

.statusBagde {
    width: 150px;
}


#reviewSites-List {
    display: flex;
    align-items: center;
    flex: 1;
}

div#reviewSites-List > div {
    flex: 1;
}

.list-group-item {
    display: flex;
    align-items: center;
}

.btnReview {
    float: right;
}

.btnHolder {
    flex: unset !important;
    padding-left: 5px;
}

.homePageContainer {
    border: 1px dashed;
    padding: 20px;
    margin-bottom: 15px;
    margin-left: 1%;
    margin-top: 2%;
}

.image-preview-container {
    width: 50%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
    border-radius: 20px;
}

.image-preview-container img {
    width: 100%;
    display: none;
    margin-bottom: 30px;
}

.image-preview-container input {
    display: none;
}

.image-preview-container label {
    display: block;
    width: 45%;
    height: 45px;
    margin-left: 25%;
    text-align: center;
    background: #8338ec;
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-preview-holder {
    width: 50%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3rem;
    border-radius: 20px;
}


.image-preview-holder img {
    width: 100%;
    display: none;
    margin-bottom: 30px;
}

.image-preview-holder input {
    display: none;
}

.image-preview-holder label {
    display: block;
    width: 100%;
    height: 45px;
    text-align: center;
    background: #8338ec;
    color: #fff;
    font-size: 15px;
    text-transform: Uppercase;
    font-weight: 400;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.input-ar, .input-fa {
    direction: rtl; 
}

.addCollapsibleSiteIcon {
    background-image: url('../../images/Icons/AddCollapsibleSite.png');
    background-repeat: no-repeat;
    display: block;
}

.map-details {
    border: 1px dashed black;
    padding: 15PX;
    margin: 10px;
}

.uploadMedia {
    opacity: 0;
}


.upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 2px dashed rgba(255, 255, 255, 0.7);
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: 'Uploaded image result';
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey;
}

.swiper-button-next:after {
    display: none;
}
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next, .swiper-button-prev {
    background-color: unset;
    border-radius: unset;
    backdrop-filter: unset;
}
.sat7-banner-content {
    color: #FFFFFF !important;
}
.sat7-banner-content h1, .sat7-banner-content h2, .sat7-banner-content h3, .sat7-banner-content h4, 
.sat7-banner-content h5, .sat7-banner-content h6, .sat7-banner-content p, .sat7-banner-content span {
    color: #FFFFFF !important;
}


/*.swiper-button-next {
    background-color: #f8f8f8 !important;
}

.swiper-button-prev {
    background-color: #f8f8f8 !important;
}

.swiper-button-next::after {
    content: unset !important;
}

.swiper-button-prev::after {
    content: unset !important;
}*/

.image-preview-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.image-upload-hint {
    margin-top: 5px;
}

.selected {
    background-color: #D22630 !important;
}

.templateTextArea {
    width: 100%;
    height: 150px;
    resize: none;
}

.templateImage{
    width: 300px !important;
}

.image-preview-container {
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px;
}
.image-preview-container label {
    width: fit-content;
    margin: auto;
    padding: 5px;
}

/* Images Upload Section */

.delete-image-icon-single-upload {
    font-size: 20px;
    color: red;
    float: right;
    padding-bottom: 7px;
    cursor: pointer;
}

/* Recommended Image Ratio Section */

.recommended-image-size-box-1-1 {
    background: cornflowerblue;
    width: 100%;
    color: white;
    /* letter-spacing: 2px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    margin: 0 auto;
    padding: 15px;
}

.recommended-image-size-box-2-1 {
    background: cornflowerblue;
    width: 100%;
    color: white;
    letter-spacing: 2px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    margin: 0 auto;
    padding: 15px;
}

.recommended-image-size-box-1-2 {
    background: cornflowerblue;
    width: 30%;
    color: white;
    /* letter-spacing: 2px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    margin: 0 auto;
    padding: 15px;
}

.recommended-image-size-box-1-2p5 {
    background: cornflowerblue;
    width: 100%;
    color: white;
    /* letter-spacing: 2px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    margin: 0 auto;
    padding: 15px;
}

.recommended-image-size-box-3-1 {
    background: cornflowerblue;
    width: 100%;
    color: white;
    /* letter-spacing: 2px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    margin: 0 auto;
    padding: 15px;
}

.recommended-image-size-box-4-1 {
    background: cornflowerblue;
    width: 100%;
    color: white;
    /* letter-spacing: 2px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    margin: 0 auto;
    padding: 15px;
}

.recommended-image-size-box-1-p6 {
    background: cornflowerblue;
    width: 100%;
    color: white;
    /* letter-spacing: 2px; */
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1px;
    margin: 0 auto;
    padding: 15px;
}

.max-resolution {
    background-color: rebeccapurple;
    margin-top: 3%;
    height: 50px;
}

.max-resolution2 {
    background-color: rebeccapurple;
    margin-top: 1%;
    height: 30px;
}

.cover-photo-container {
    width: 100%;
    text-align: center;
}


.cover-photo-container > img {
    width: 50%; 
}
