@font-face {
    font-family: "myArabicFont";
    src: url("./HelveticaNeueLTArabic_Light.ttf") format("truetype");
}

@font-face {
    font-family: "myArabicFont";
    src: url("./HelveticaNeueLTArabic_Bold.ttf") format("truetype");
    font-weight: bold;
}


html,
body {
    overflow: hidden;
    -webkit-font-smoothing: antialiased;

    background: #fff;
    color: #666666;
    font-family: "Montserrat", sans-serif;
}


html {
    scroll-behavior: smooth;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


.arabic {
    font-family: "myArabicFont", sans-serif;
    direction: rtl;
}

.english {
    font-family: "Montserrat", sans-serif;
    direction: ltr;
}

h1.arabic,
h2.arabic,
h3.arabic,
h4.arabic,
h5.arabic,
h6.arabic {
    font-family: "myArabicFont", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Hussain 28/9/2023 */

#contact a.red {
    color: rgb(255 34 34) !important;
}


#contact a.red:hover {
    box-shadow: 0 10px 20px rgb(255 34 34 / 80%) !important;
    transform: scale(1.04, 1.04) !important;
}

/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/

#loading {
    width: 120px;
    height: 120px;
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255, 0.79);
    border-radius: 50%;
    z-index: 5555;
    margin-left: -60px;
}

#loading .loader {
    /* border: 5px solid #1877F2; */
    border-radius: 50%;
    border-top: 2px solid #FAA61F;
    border-bottom: 2px solid #FAA61F;

    width: 100px;
    height: 100px;
    margin-top: 10px;
    /* Safari */
    animation: spin 1s linear infinite;
    margin-left: auto;
    margin-right: auto;
}


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/


.header {
    padding: 30px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all ease-in-out 0.5s;
    z-index: 997;
}

.header.header_fixed {
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    margin-top: 0;
    transition: all ease-in-out 0.5s;
}

.header.header-fixed .container {
    max-width: 100%;
}


#logo {
    /* margin-top: -30px; */
    margin-left: 50px
}


#logo h1 {
    font-size: 30px;
    margin: -4px 0 0 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

#logo h1 div {
    color: #999;
    float: left;
    display: flex;
    height: 92px;
    align-items: center;
    justify-content: center;
    font-size: 20px;


}


#logo img {
    padding: 0;
    margin: 12px 10px 0 0;
    width: 60px;
    /* height: 90px; */
    transition: all ease-in-out 0.5s;
    float: left;
}


div.row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


.title {
    font-size: 18px;
    /* border-bottom:  1px solid #4cd4b0; */
    color: rgb(34, 141, 255);
    /*     padding: 25px; */
    margin: 10px 0 0;
    text-transform: uppercase;

    font-family: "Montserrat", sans-serif;
    font-weight: 300;

}

.subtitle {
    font-size: 18px;
    /* border-bottom:  1px solid #4cd4b0; */
    color: #1877F2;
    /*     padding: 25px; */
    margin: 10px 0 0;
    position: absolute;
    width: 100%;
    bottom: 10px;

    transition: all ease-in-out 0.5s;
}

.master {
    width: 100%;
    float: left;
    border: none;
    box-sizing: border-box;
    height: 100vh;
    min-width: 200px;
    padding: 120px 10px 180px;
    /*background-color: #f2f2f2;*/
    background-color: #ffffff;
    overflow-y: scroll;

}


.hidden-md {
    display: inline;
}


.text-center {
    text-align: center;
}

.master-item {

    font-size: 14px;
    padding: 8px;
    /*border: 1px solid #ccc;*/
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 5px;
    min-height: 50px;
    position: relative;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;


}


.master-item:hover {
    /* background: #F2F2F2; */
    cursor: pointer;
    transform: scale(1.03, 1.03);
    /*box-shadow: 0 0 10px rgba(73, 78, 92, 0.20);*/
    box-shadow: 0 7px 7px #1877F233;
    transform: scale(1.02, 1.02);

}

.master-item.active-item,
.master-item.active-item:hover,
.item-detail-contact.active-item {
    /*background: #E7F3FF;*/
    cursor: pointer;
    /*border: 1px solid #1877F2;*/
    border-radius: 5px;
    background: #1877F209;

    box-shadow: 0 0px 8px #1877F2;
}

.master-item-icon {
    color: #bbbbbb;
    position: absolute;
    width: 30px;
    height: 30px;
    font-size: 16px;
    top: 0px;
    right: 0px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #ddd;
    border-top: unset;
    border-right: unset;
}

.master-item.active-item .master-item-icon {
    color: #1877F2;
    border: 1px solid #1877F255;
    border-top: unset;
    border-right: unset;
}

.master .filter_menu_header {

    color: #ccc;
    border: 1px solid #bbb;
    position: sticky;
    background-color: white;
    z-index: 2;
    width: 100%;
    top: -28px;
    left: 0;
    margin-top: -8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    padding: 5px;
    cursor: pointer;

}

.master .filter_menu_header i {
    font-size: 24px;
    color: #bbb;
}


.master .filter_menu {
    position: sticky;
    border: 1px solid #ccc;
    z-index: 1;
    background: white;
    width: 100%;
    top: 0;
    margin-top: -5px;
    list-style-type: none;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);

    transform: translate(0, -200%);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.master .filter_menu.show_filter_menu {
    transform: translate(0, 0);
}

.master .filter_menu .filter_item,
#post_type .post_type_item,
#post_category .post_category_item,
#post_condition .post_condition_item,
#post_auto_transmission .post_auto_transmission_item,
#post_contact_info .post_contact_info_item,
#user_search_type .user_search_type_item,
#filter_user_type .filter_user_type_item,
#filter_user_status .filter_user_status_item,
#filter_is_valued_package .filter_valued_package_item,
#filter_district .filter_district_item,
#filter_contact_us_status .filter_contact_us_status_item {
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
    background-color: #fff;
    transition: all 0.3s ease-in-out;

}


.master .filter_menu .filter_item:hover,
#post_type .post_type_item:hover,
#post_category .post_category_item:hover,
#post_condition .post_condition_item:hover,
#post_auto_transmission .post_auto_transmission_item:hover,
#post_contact_info .post_contact_info_item:hover,
#user_search_type .user_search_type_item:hover,
#filter_user_type .filter_user_type_item:hover,
#filter_user_status .filter_user_status_item:hover,
#filter_is_valued_package .filter_valued_package_item:hover,
#filter_district .filter_district_item:hover,
#filter_contact_us_status .filter_contact_us_status_item:hover {

    transform: scale(1.03, 1.03);
    box-shadow: 0 0 10px rgba(73, 78, 92, 0.20);

    -webkit-box-shadow: inset 0 0 6px 0 #CCCCCC;
    -moz-box-shadow: inset 0 0 6px 0 #CCCCCC;
    box-shadow: inset 0 0 6px 0 #CCCCCC;

}

.master .filter_menu .filter_item.selected,
#post_type .post_type_item.selected,
#post_category .post_category_item.selected,
#post_condition .post_condition_item.selected,
#post_auto_transmission .post_auto_transmission_item.selected,
#post_contact_info .post_contact_info_item.selected,
#user_search_type .user_search_type_item.selected,
#filter_user_type .filter_user_type_item.selected,
#filter_user_status .filter_user_status_item.selected,
#filter_is_valued_package .filter_valued_package_item.selected,
#filter_district .filter_district_item.selected,
#filter_contact_us_status .filter_contact_us_status_item.selected {

    border: 1px solid #1877F2;
    color: #1877F2;
    -webkit-box-shadow: inset 0 0 6px 0 #1877F2;
    -moz-box-shadow: inset 0 0 6px 0 #1877F2;
    box-shadow: inset 0 0 6px 0 #1877F2;
}


.active-item .master-item-price {
    color: #1877F2;
}


/* for phones: */
/* [class*='col-'] {
    width: 100%;
    float: left;
} */


.detail {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: absolute;
    z-index: 2;
    color: rgb(34, 141, 255);
    height: 100vh;
    padding: 140px 10px 180px;
    background-color: white;
    overflow-y: scroll;
    transition: all ease-in-out 0.5s;
}


.detail-title {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    color: #666666;
}

.detail-img-div {
    padding: 8px;
    background-color: #F2F2F2;
    border: 1px solid #ccc;


    border-radius: 10px;
    cursor: pointer;
    width: 168px;
    height: 200px;
    margin: 5px auto 10px;
    transition: all 0.3s ease-in-out;


}

.detail-item-image {
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
    background-color: white;
}

.detail-item-price {
    margin: 5px 0 0;
    font-weight: normal;
    font-size: 18px;
    color: #666;
}

.detail-img-div:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(73, 78, 92, 0.20);
    transform: scale(1.01, 1.01);

}

.item-detail-table {
    width: 100%;
    border: 1px solid #ccc;
    color: #666;

}


.item-detail-table tbody td {
    padding: 10px;
    border: 1px solid #ccc;
}

.item-detail-table tr:nth-child(odd) {
    background-color: #F2F2F2;

}

.item-detail-contact {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;

    border-radius: 10px;
    margin-top: 10px;

    position: relative;
    color: #1877F2;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.item-detail-contact:hover {
    cursor: pointer;
    box-shadow: 0 0 10px rgba(73, 78, 92, 0.20);
    transform: scale(1.01, 1.01);
}


.main_container {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;

}

#backbtn {

    color: #ffcb04;
    border: 1px solid #ffcb04;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 10px;
    margin-top: 30px;
    /*line-height: 35px;*/

    border-radius: 50%;
    text-align: center;
    /*display: inline-block;*/
    font-size: 24px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;


    /*width: 100px;*/


}

#backbtn:hover {
    background-color: #ffcb04;
    color: white;
}

#backbtn i {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


/*@media screen and (min-width: 500px) {
    .col-3{
        width:  40%;
    }

    .col-9 {
        width: 60%;
        transform: translateX(0%);
    }

    .detail {
        position: static;
    }

    .hidden-md {
        display: none;
    }

    .master {
        border-right: 1px solid #F2F2F2;
        width: 25%;
        min-width: 300px;
    }
} */


#footer {
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    color: #333;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}


.detail-item-action {
    background: #fff;
    /* box-shadow: 0px -5px 5px 1px rgba(0, 0, 0, 0.1); */
    padding: 10px 0;
    color: #333;
    width: 174px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;

    text-align: center;

}


.action_button {
    float: left;
    border: 1px solid #1877F2;
    border-radius: 20px;
    width: 100px;
    height: 30px;
    cursor: pointer;
    margin: 5px;
    color: #1877F2;
    line-height: 30px;
    transition: all ease-in-out 0.5s;
    background: white;
}


.action_button.admin_user,
.action_button.admin_package {
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 40px;
}


.admin_user_badge {
    width: 50px;
    position: absolute;
    right: 30px;
    top: 75px;
    transition: all ease-in-out 0.5s;
}

.detail-item-action .action_button {
    width: 48px;
    height: 48px;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 24px;
    transition: all ease-in-out 0.5s;
    cursor: pointer;
    margin: 5px;
}

.detail-item-action .action_button .action_button_icon {
    font-size: 28px;
    margin-top: 5px;
    margin-right: 0;
}

.detail-item-action .action_button .action_button_label {
    display: none;
}

.detail-item-action .action_button.red,
.action_button.red {
    border: 1px solid red;
    color: red;
}

.detail-item-action .action_button.gray,
.action_button.gray {
    border: 1px solid #777;
    color: #777;
}


.detail-item-action .action_button.green,
.action_button.green {
    border: 1px solid #00750E;
    color: #00750E;
}


.detail-item-action .action_button:hover,
.action_button:hover {
    border: 1px solid #1877F2;
    background-color: #1877F2;
    color: #fff;
}


.detail-item-action .action_button.red:hover,
.action_button.red:hover {
    border: 1px solid red;
    background-color: red;
    color: #fff;
}


.detail-item-action .action_button.gray:hover,
.action_button.gray:hover {
    border: 1px solid #777;
    background-color: #777;
    color: #fff;
}


.detail-item-action .action_button.green:hover,
.action_button.green:hover {
    border: 1px solid #00750E;
    background-color: #00750E;
    color: #fff;
}


.action_button.admin_user:hover,
.action_button.admin_package:hover {
    transform: scale(1.2, 1.2);
}

.detail-item-admin-action {
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    width: 100%;
    margin-top: 20px;
    color: #666;
    font-size: 22px;
}

.detail_item_admin_action_buttons_bar {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}


.header {
    background: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 0;
}


.social-links {
    padding-bottom: 5px;
}

.social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: rgb(34, 141, 255);
    line-height: 1;
    padding: 3px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 28px;
    height: 28px;
    transition: 0.3s;
    border: 1px solid rgb(34, 141, 255);
}

.social-links a:hover,
.social-links a.create_post_btn:hover {
    background: rgb(34, 141, 255);
    color: #fff;
    border: 1px solid rgb(34, 141, 255);

}


a#create_post_btn.create_post_btn {

    display: inline-block;
    background: #fff;
    color: #ccc;
    line-height: 56px;
    padding: 8px 0;
    /* margin-right: 4px; */
    border-radius: 50%;
    text-align: center;
    width: 85px;
    height: 85px;
    transition: 0.3s;
    border: 0;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01), 0 -4px 10px 0 rgba(0, 0, 0, 0.1);


}


a#create_post_btn.create_post_btn:hover {

    color: #1877F2;
}


a#create_post_btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 60px;
}


::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 3px;
}

::-webkit-scrollbar:horizontal {
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #ffffff;
}


div.category_container:hover {
    /*box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);*/
    box-shadow: 0 7px 7px #1877F233;
    transform: scale(1.02, 1.02);
    cursor: pointer;

}


div.category_container {
    background-color: #ffffff;
    /*border: 1px solid #ccc;*/
    width: 100%;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.category_subscription {
    color: #1877F2;
    background-color: #1877F211;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category_subscription.red {
    color: #ff0000;
    background-color: #ff000011;
}

/*.category_image {*/
/*    background-color: white;*/
/*    !*border: 1px solid #ccc;*!*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 10px;*/
/*    !* margin: 10px; *!*/
/*    float: left;*/
/*    text-align: center;*/
/*}*/

/*.category_image img {*/
/*    height: 45px;*/
/*}*/

.category_label {
    text-align: center;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.category_counter {

    background-color: #f5f5f5;
    color: #666;
    /*text-align: center;*/
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    float: right;
    /*height: 50px;*/
    /*margin-top: -50px;*/
    /*line-height: 50px;*/
    /*padding: 0 10px;*/


    /* height: 100%; */
    right: 0;
    top: 0px;
    margin-top: -82px;
    height: 82px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100%; */


    transition: all ease-in-out 0.5s;
}

.subscription_label {
    display: none;
}


/* Gallery Section
--------------------------------*/

#gallery {
    background: #fff;
    padding: 80px 0;
}

#gallery .container-fluid {
    padding: 0;
}

.gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

.gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    margin: 50px auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    max-width: 450px;
    max-height: 450px;
}

.gallery-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);

}

.gallery-item .label {

    position: absolute;
    top: 18px;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background:linear-gradient(45deg, #1de09955, rgb(34, 141, 255)55); */
    background: #2b2b2bcc;
    width: 100%;
    font-size: 24px;

    letter-spacing: 0;
    color: white;
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

.modal {
    overflow-y: scroll;
}


/* WebKit, Edge */
::-webkit-input-placeholder {
    color: #ddd !important;
}

/* Firefox 4-18 */
:-moz-placeholder {
    color: #ddd !important;
    opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #ddd !important;
    opacity: 1;
}

/* IE 10-11 */
:-ms-input-placeholder {
    color: #ddd !important;
}

/* Edge */
::-ms-input-placeholder {
    color: #ddd !important;
}

/* MODERN BROWSER */
::placeholder {
    color: #ddd !important;
}


.modal-header {
    background: linear-gradient(
            45deg, #111111, #111111, #FAA61FCC, #111111, #111111);
    color: white !important;
    text-align: center;
    font-size: 20px;
    padding: 5px 10px;
    border: 1px solid #FAA61F;
}

.modal-header.delete {
    background: linear-gradient(45deg, #ff3030, #cd1d1d);
    /*     padding: 10px; */
    font-size: 16px;

}

.modal-header .close {
    color: white !important;
    text-align: center;
    font-size: 30px;
    margin-left: 0;
    padding-top: 15px;
    outline: none;
}


.modal-header.delete .close {

    padding-top: 5px;
}

.modal-header-title {
    width: 100%;
    float: left;
    text-align: left;
}

.modal-header-icon {
    float: left;
    margin-right: 10px;
    font-size: 28px;

    margin-top: 2px;
    color: rgba(255, 255, 255, 0.5);
}

.modal-header.delete .modal-header-icon {

    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 2px;
}

.modal-title {
    float: left;
    margin-top: 3px;
    font-size: 18px;
    margin-bottom: 0;
}

.modal-header.delete .modal-title {
    margin-top: 0;
    /* margin-top: 3px; */
    font-size: 18px;
}


.modal-footer {
    background-color: #f9f9f9;
    padding: 5px 10px;
}


.modal-footer a {
    display: inline-block;
    padding: 6px 30px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    transition: all ease-in-out 0.5s;
}

.modal-footer a.arabic {
    font-family: "myArabicFont", sans-serif;
    direction: rtl;
}

.modal-footer a.cancel {
    background: #fff;
    color: #aaa;
    border: 1px solid #aaa;
    border-radius: 20px;
    height: 30px;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    margin: 5px;
    /*font-family: "Montserrat", sans-serif;*/


}

.modal-footer a.cancel.arabic {
    line-height: 15px;
}


.modal-footer a.cancel:hover {
    color: #fff;
    background-color: #aaa;
}

.modal-footer a.action {
    background: #fff;
    border: 1px solid #FAA61F;
    border-radius: 20px;
    height: 30px;
    min-width: 109px;
    cursor: pointer;
    margin: 5px;
    color: #000000;
    box-shadow: inset 0 0 10px 0 #ffcb04;
    -webkit-box-shadow: inset 0 0 10px 0 #ffcb04;
    /*font-family: "Montserrat", sans-serif;*/
}


.modal-footer a:hover {
    cursor: pointer;
}

.modal-footer a.action:hover {
    border: 1px solid #FAA61F;
    box-shadow: inset 0 0 20px 0 #ffcb04;
    -webkit-box-shadow: inset 0 0 20px 0 #ffcb04;
}


/*------------------------------------
Spinner
-------------------------------------*/

.modal-footer a.action .loader {
    /* border: 2px solid #1877F2; */
    border-radius: 50%;
    border-top: 2px solid #FAA61F;
    /* border-bottom: 2px solid #1877F2; */
    width: 25px;
    height: 25px;
    /* Safari */
    animation: spin 1s linear infinite;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
}

.modal-footer a.action.delete .loader {
    /* background: linear-gradient(45deg, #ff3030, #cd1d1d); */
    border-top: 2px solid #ff3030;

}

.modal-footer a.action:hover .loader {
    border-top: 2px solid #FAA61F;
}

.modal-footer a.action.delete {
    /* background: linear-gradient(45deg, #ff3030, #cd1d1d); */
    color: #ff3030;
    border: 1px solid #ff3030;
}


.modal-footer a.action.delete:hover {
    background: linear-gradient(45deg, #cd1d1d, #ff3030);
    color: #fff;
    border: 1px solid #ff3030;
}


.modal-action-text {
    width: 100%;
    text-align: center;
}

.modal input:focus,
.modal textarea:focus {
    -webkit-box-shadow: inset 0 0 6px 0 #ffcb04;
    -moz-box-shadow: inset 0 0 6px 0 #ffcb04;
    box-shadow: inset 0 0 6px 0 #ffcb04;
    border: 1px solid #FAA61F;
}

.search_bar input {
    border: 1px solid #ccc;
    border-radius: 50px;
    background-color: #f8f8f8;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search_bar input:focus {
    border: 1px solid #ccc;

}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}


#reservationModal.modal .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#reservationModal.modal .validation.children {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
}

.validation {
    color: red;
    display: none;
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 13px;
}


#message_info,
#message_body,
.message_info {
    border-radius: 5px;
    margin: 20px;
    padding: 5px;
    text-align: center;

    border: 1px solid #eee;
    background-color: #fcfcfe;
}

#message_info.error,
#message_body.error,
.message_info.error {
    border: 1px solid #d30000;
    background-color: rgba(255, 0, 0, 0.02);
    color: #d30000;
}

#message_info.success,
#message_body.success,
.message_info.success {
    border: 1px solid #008b0b;
    background-color: rgba(0, 255, 20, 0.02);
    color: #008b0b;
}


div.mfp-content div.mfp-figure button.mfp-close {
    cursor: pointer;
}


.admin_user_container {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.admin_package_container {
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin: 40px auto;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

}

.admin_package_container.gray {
    margin-top: 48px;
}

.admin_package_container.blue {
    margin-top: 40px;
}

.package_title {

    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    background-color: white;
    color: #666;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;

}

.package_title.gray {
    background-color: #666;
    color: white;
}

.package_title.blue {
    background-color: #1877F2;
    color: white;
    font-size: 24px;
}


.package_details {
    text-align: center;
    padding: 10px;
}

.package_details.gray {

    background-color: #f5f5f5;
    color: #666;
}


.package_details.blue {
    background-color: #1877F208;
    color: #1877F2;
}

.package_details p {
    margin-bottom: 0;
    font-size: 22px;
}


.package_details p.quantity {
    font-size: 48px;
    margin-bottom: 0;
}

.package_details p.price {
    font-size: 32px;
    margin-bottom: 0;
}

.admin_add_package_container {
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    line-height: 55px;
    font-size: 34px;
    text-align: center;
    cursor: pointer;
    color: #ccc;
    margin-top: 5px;
}

.admin_add_package_container:hover {
    color: #ffcb04;

    box-shadow: 0 0 5px 0 #ffcb04;
}


.user_image {
    text-align: center;
    margin-top: -35px;
}

.admin_user_image {
    background: white;
    border-radius: 50%;
    border: 1px solid #fff;
    /* margin-top: -100px; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 25px;
    padding: 10px;
    width: 50px;
    height: 50px;
    color: #85BAFF;
}


.contact_us_icon.gray {
    background: white;
    border-radius: 50%;
    border: 1px solid #fff;
    /* margin-top: -100px; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 25px;
    padding: 10px;
    width: 50px;
    height: 50px;
    color: #999999;
}


.contact_us_icon.green {
    background: white;
    border-radius: 50%;
    border: 1px solid #fff;
    /* margin-top: -100px; */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 25px;
    padding: 10px;
    width: 50px;
    height: 50px;
    color: #048c00;
}


.admin_user_action,
.admin_package_action {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;

}

.admin_user_status {
    border: 1px solid #ccc;
    padding: 2px 10px;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 10px;
    top: 50px;
    left: 25px;
    position: absolute;
    font-size: 12px;
    min-width: 75px;
}

.admin_user_status.green {
    border: 1px solid #008b0b;
    background-color: rgba(0, 255, 20, 0.02);
    color: #008b0b;
}


.admin_user_status.gray {
    border: 1px solid #777;
    background-color: #f5f5f5;
    color: #777;
}


.admin_user_status.blue {

    border: 1px solid #1877F2;
    background-color: #1877F208;
    color: #1877F2;
}

.admin_user_status.red {
    border: 1px solid #d30000;
    background-color: rgba(255, 0, 0, 0.02);
    color: #d30000;
}

.admin_user_type {

    border: 1px solid #ccc;
    padding: 2px 10px;
    margin-top: -5px;
    margin-right: -5px;
    border-radius: 10px;
    top: 50px;
    right: 25px;
    position: absolute;
    font-size: 12px;
    min-width: 75px;
}


.admin_user_type.green {
    border: 1px solid #008b0b;
    background-color: rgba(0, 255, 20, 0.02);
    color: #008b0b;
}


.admin_user_type.gold {
    border: 1px solid #FF8B00;
    background-color: #FFEB8430;
    color: #FF8B00;
}

.search_filter_header {
    text-align: center;
    background: white;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 1;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}

.top_filter_button,
.top_search_button {
    background: white;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    padding: 7px;
    width: 40px;
    height: 40px;
    color: #ccc;
    line-height: 24px;
    margin-top: 5px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
}

.top_filter_button:hover,
.top_search_button:hover {
    color: #1877F2;
}

.clear_filter {
    background: white;
    border-radius: 50px;
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: #ccc;
    line-height: 24px;
    margin-top: 5px;
    margin-left: -38px;
    text-align: right;
    padding: 7px 15px 7px 7px;
    cursor: pointer;
    display: none;
}


.modal-content {
    border-radius: .4rem;
}


@media screen and (min-width: 768px) {

    #logo h1 div {
        font-size: 30px;
        margin-top: 0;
    }

    #logo img {

        padding: 0;
        margin: 5px 10px 0 0;
        width: 75px;
        /* height: 90px; */
        transition: all ease-in-out 0.5s;
        float: left;

    }

    .title {
        font-size: 24px;
        /* border-bottom:  1px solid #4cd4b0; */


    }

    .subtitle {
        font-size: 20px;

    }


    .modal-title {

        /* margin-top: 7px; */
        font-size: 1.5rem;

    }

    .modal-header.delete .modal-title {

        /* margin-top: 7px; */
        font-size: 1.5rem;
    }

    .modal-header-icon {
        float: left;
        margin-right: 20px;
        font-size: 33px;
        margin-top: 4px;
        color: rgba(255, 255, 255, 0.5);
    }


    .modal-header.delete .close {
        padding-top: 8px;
    }

    .modal-header .close {

        font-size: 38px;
    }


    .modal-header.delete .modal-header-icon {

        font-size: 34px;
        color: rgba(255, 255, 255, 0.5);
    }


    .master {
        width: 300px;
    }

    .detail {
        float: right;
        width: 75%;
        position: static;
        transform: translateX(0%);
    }


    .hidden-md {
        display: none;
    }

    .master {
        border-right: 1px solid #F2F2F2;
    }

    .detail-item-action {
        width: 375px;
        margin-right: auto;
        margin-left: auto;
    }


    .detail-item-action .action_button {
        float: left;
        border: 1px solid #1877F2;
        border-radius: 30px;
        width: 142px;
        height: 48px;
        cursor: pointer;
        margin: 5px;
        color: #1877F2;
        line-height: 30px;
        font-size: 18px;
        transition: all ease-in-out 0.5s;
    }

    .detail-item-action .action_button .action_button_label {
        float: left;
        margin-top: 3px;
        margin-left: 10px;
        font-style: normal;
        display: inline;
        font-size: 16px;
    }

    .detail-item-action .action_button .action_button_icon {
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        margin-left: 10px;
        font-size: 28px;
    }

    #backbtn {
        display: none;
    }

    .action_button.admin_user,
    .action_button.admin_package {
        text-align: center;
        line-height: 50px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        font-size: 28px;
    }

    .admin_user_badge {
        width: 80px;
        position: absolute;
        right: 30px;
        top: 80px;
        transition: all ease-in-out 0.5s;
    }

    .admin_user_action,
    .admin_package_action {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;

    }


    div.category_container {
        background-color: #ffffff;
        /*border: 1px solid #ccc;*/
        width: 150px;
        border-radius: 10px;
        margin: 40px auto;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);

    }

    .category_image {
        background-color: white;
        /*border: 1px solid #f5f5f5;*/
        width: 100%;
        height: 100px;
        border-radius: 10px;
        /* margin: 10px; */
        float: unset;
        /* margin-left: auto; */
        /* margin-right: auto; */
        text-align: center;
    }

    .category_image img {
        height: 100px;
    }


    .category_label {
        text-align: center;
        float: unset;
        margin: 5px 0;

    }

    .category_counter {
        background-color: #f5f5f5;
        color: #666;
        text-align: center;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        float: unset;
        height: unset;
        margin: unset;
        padding: unset;
        line-height: unset;
        border-top-right-radius: 0;
    }

    .subscription_label {
        display: unset;
    }


    .modal-footer a.action {
        background: #fff;
        border: 1px solid #FAA61F;
        border-radius: 20px;
        height: 30px;
        min-width: 109px;
        cursor: pointer;
        margin: 5px;
        color: #000000;
        box-shadow: inset 0 0 10px 0 #ffcb04;
        -webkit-box-shadow: inset 0 0 10px 0 #ffcb04;
        /*font-family: "Montserrat", sans-serif;*/
    }


    .modal-footer a.cancel {
        background: #fff;
        color: #aaa;
        border: 1px solid #aaa;
        border-radius: 20px;
        height: 30px;
        min-width: 109px;
        text-align: center;
        margin: 5px;
        /*font-family: "Montserrat", sans-serif;*/
    }

    .admin_user_status,
    .admin_user_type {
        font-size: 16px;
        min-width: 100px;
    }


    .detail_item_admin_action_buttons_bar {
        width: 120px;
    }


    /*===================================================
    * Tooltip
    ====================================================*/
    [tooltip]:before {

        /* needed - do not touch */

        content: attr(tooltip);

        position: absolute;

        opacity: 0;

        /* customizable */

        transition: all 0.5s ease;

        color: white;

        border-radius: 10px;

        /* box-shadow: 2px 2px 1px silver; */


        font-size: 5px;

        padding: 0;

    }


    [tooltip]:hover:before {

        /* needed - do not touch */
        opacity: 1;
        /* customizable */
        background: rgba(0, 0, 0, 0.6);
        margin-top: -50px;
        margin-left: -60px;
        width: 150px;
        font-size: 12px;
        padding: 0;

    }


    [tooltip]:not([tooltip-persistent]):before {

        pointer-events: none;
    }

}


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


    .header.header-fixed #logo h1 div {

        /* margin-top: 8px; */
        /* display: none; */
        font-size: 15px;

    }


    .header.header-fixed #logo img {

        margin-top: 22px;
        width: 44px;
        /* display: none; */
        /* font-size: 15px; */

    }

    .header.header-fixed #logo {
        margin-left: 33px;
    }


}

.form-control.oneline {
    float: right;
    width: 150px;
}


.hide-right {
    transform: translateX(120%);
}

.hide-left {
    transform: translateX(-120%);

}

.show-page {
    transform: translateX(0%);
    transition: all ease-out 0.5s;
}


.purchase_history {
    font-style: normal;
    font-size: 15px;
    color: #1877F2;
    float: right;
    margin-right: 10px;
    border: 1px solid #1877F2;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 4px;
    cursor: pointer;
}

.purchase_history:hover {

    color: white;
    background-color: #1877F2;

}


.table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 6px;
    -moz-border-radius: 6px;
    transition: all ease-out 0.5s;
}

.table td,
.table th {
    padding: 12px 15px;

    text-align: center;
    vertical-align: middle;
    font-size: 16px;

    transition: all ease-out 0.5s;
    /* white-space: nowrap; */

}

.table tr {
    border: 1px solid #ccc;

    transition: all ease-out 0.3s;
}

.table tr:hover {
    transform: translate(5px, 5px) scale(1.02, 1.02);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}

.table thead tr:hover {
    transform: scale(1, 1) translate(0px, 0px);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
}

.table th {
    background-color: #1877F2;
    color: white;

}


.table tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}

.table tbody tr:nth-child(odd) {
    background-color: white;
}

.table .transaction_email {
    margin-top: 0;
    transition: all ease-out 0.5s;
}

.table .transaction_title {
    display: none;
}


/* responsive */

@media screen and (max-width: 1200px) {
    .table thead {
        display: none;
    }

    .table {
        padding: 10px;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 15px;
    }

    .table tr:hover {
        border: 1px solid #ccc;
        transform: scale(1, 1) translate(0px, 0px);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    }

    .table td {
        text-align: right;
        position: relative;
    }

    .table .transaction_title {
        display: block;
        text-align: center;
        border-radius: 10px 10px 0 0;
        border: 2px solid #1877F2;
        margin-top: -10px;
        background-color: #1877F2;
        color: white;
        font-size: 18px;
        transition: all ease-out 0.5s;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
        color: #1877f2;

    }

    .table td.total_price::before {
        line-height: 50px;
    }

    .table .transaction_email {
        margin-top: 20px;
    }


}


/*input.circle_check {*/
/*    display: none;*/
/*}*/

/*input.circle_check label {*/
/*    font-size: 24px;*/
/*    color: #bfbfbf;*/
/*    display: inline-block;*/
/*    padding: 0 0 0 1em;*/
/*    cursor: pointer;*/
/*}*/

/*input.circle_check label:before {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    background: #55D8C6;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 5px;*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    margin-right: 10px;*/
/*    border-radius: 80%;*/
/*    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .2);*/
/*    box-sizing: border-box;*/
/*    border: 10px solid #fff;*/
/*    transition: border .3s ease;*/
/*    cursor: pointer;*/
/*}*/

/*input.circle_check:checked+input.circle_check label:before {*/
/*    border-color: #fff;*/
/*    border-width: 3px;*/
/*    cursor: pointer;*/
/*}*/

/*input.circle_check+input.circle_check label {*/
/*    transition: color .7s ease;*/
/*    cursor: pointer;*/
/*}*/

/*input.circle_check:checked+input.circle_check label {*/
/*    color: #5D5D5D;*/
/*}*/


.add_post_package {
    transition: all ease-out 0.5s;
    cursor: pointer;
}

.add_post_package:hover {

    transform: scale(1.01, 1.01);
    box-shadow: 0 0 10px rgba(73, 78, 92, 0.20);

}

.add_post_package.selected_package {
    border: 1px solid #1877F2;
    color: #1877F2;
    background-color: #E7F3FF;
    box-shadow: 0 0 10px 0 #CCC;
}


.add_post_package.selected_package .package_title {
    font-size: 18px;
    color: #1877F2;

}

input.circle_check, input.circle_check_ar {
    display: none;
}

label.circle_check, label.circle_check_ar {
    font-size: 16px;
    color: #bfbfbf;
    display: inline-block;
    padding: 8px 0 0 30px;
}

label.circle_check:before {
    content: '';
    display: inline-block;
    background: #1877F2;
    position: absolute;
    left: 0;
    top: 5px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border-radius: 80%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    border: 15px solid #ffff;
    transition: border .3s ease;
    cursor: pointer;
}


label.circle_check_ar:before {
    content: '';
    display: inline-block;
    background: #1877F2;
    position: absolute;
    right: 0;
    top: 5px;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    border-radius: 80%;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .2);
    box-sizing: border-box;
    border: 15px solid #ffff;
    transition: border .3s ease;
    cursor: pointer;
}


input.circle_check:checked + label.circle_check:before, input.circle_check_ar:checked + label.circle_check_ar:before {
    border-color: #fff;
    border-width: 6px;
    box-shadow: 0 0 10px 0 #1877F288;
}

input.circle_check + label.circle_check, input.circle_check_ar + label.circle_check_ar {
    transition: color .7s ease;
}

input.circle_check:checked + label.circle_check, input.circle_check_ar:checked + label.circle_check_ar {
    color: #888;
}


.sortable_highlight {
    background-color: rgba(24, 111, 255, 0.1);
    border: 1px dashed #1877F2;

    width: 100%;
    height: 100px;
}


.language_wrapper {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    margin-bottom: 5px;
    text-align: center;
    min-width: 80px;
    position: fixed;
    left: 50%;
    transform: translate(-50%);
}

.lang_switch {
    float: left;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    width: 50px;
    height: 30px;
    cursor: pointer;
    margin: 5px;
    color: #CCCCCC;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: inset 0 0 6px 0 white;
    -moz-box-shadow: inset 0 0 6px 0 white;
    box-shadow: inset 0 0 6px 0 white;
}

.lang_switch.selected {
    color: #666666;
    background-color: white;
    border: 1px solid #ffcb04;
    -webkit-box-shadow: inset 0 0 6px 0 #ffcb04;
    -moz-box-shadow: inset 0 0 6px 0 #ffcb04;
    box-shadow: inset 0 0 6px 0 #ffcb04;
}


.faq_language_wrapper {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
}


.faq_icon {
    position: fixed;
    display: none;
    background: white;
    color: #ccc;
    font-size: 28px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: 0.5s;
    width: 53px;
    height: 45px;
    text-align: center;
    border: 1px solid #f5f5f5;
    padding-bottom: 50px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}


/*=======================================
FAB Implementation
 =======================================*/

/*.fab-container {*/
/*    position: fixed;*/
/*    bottom: 50px;*/
/*    right: 50px;*/
/*    z-index: 999;*/
/*    cursor: pointer;*/
/*}*/

/*.fab-icon-holder {*/
/*    width: 50px;*/
/*    height: 50px;*/
/*    border-radius: 50%;*/
/*    background-color: #016fb9;*/

/*    box-shadow: 0 6px 20px rgba(0,0,0,0.2);*/


/*}*/

/*.fab-icon-holder:hover {*/
/*    opacity:0.8;*/
/*}*/


/*.fab {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: #d23f31;*/
/*}*/

/*.fab-options {*/
/*    list-style-type: none;*/
/*    margin: 0;*/
/*    position: absolute;*/
/*    bottom: 70px;*/
/*    right: 0px;*/

/*    opacity: 0;*/

/*    transition: all 0.3s ease;*/
/*    transform: scale(0);*/
/*    transform-origin: 0% bottom;*/
/*}*/

/*.fab:hover + .fab-options, .fab-options:hover {*/
/*    opacity: 1;*/
/*    transform: scale(1);*/
/*}*/

/*.fab-options li {*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    padding: 5px;*/
/*}*/


.fab {
    position: fixed;
    bottom: 6px;
    right: 32px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #ffffff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.01), 0 -4px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}

.fab:hover {

}

.fab i {
    font-size: 28px;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out;
    color: #ccc;
}

.box {
    position: fixed;
    bottom: 6px;
    right: 3px;
    height: 290px;
    transition-delay: 0.3s;
    width: 80px;
    transition: 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 888;
}

.item {
    overflow: hidden;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 3px gray;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    cursor: pointer;
    background: #ffffff;
}

.item:hover {
    transform: scale(1.2);
    /*box-shadow: 0 0 10px 0 #1877F288;*/
    box-shadow: 1px 1px 3px #1877F288;
}

.item1 {

    color: #1877F2;
    margin-top: 250px;
}

.item i {
    font-size: 30px;
}

.box a:link, .box a:visited, .box a:hover, .box a:active {
    text-decoration: none;
}

.item-active {
    opacity: 1;
}

.top-item-active {
    margin-top: 0px;
}

.fab-active i {
    transform: rotate(180deg);
    color: #1877F2;
}

.fab-active {
    box-shadow: 0 0 10px 0 #1877F288;
}


.postImageDivStyle {
    width: 100%;
    cursor: pointer;
    margin-bottom: 10px;
    border-radius: 3px;
    min-height: 75px;
    text-align: center;
    font-size: 80px;
    color: #ccc;
    border: 1px #ccc dashed;
    background: #f5f5f5;
    transition: all 0.3s ease-in-out;
}


.postImageDivStyle.dragOver {
    border: 3px #1877F266 dashed;
    background: #1877F211;
    color: #1877F266;
}

.crop_button {
    color: #bbbbbb;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-bottom-right-radius: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: 1px solid #ddd;
    cursor: pointer;
}

.crop_button:hover {
    color: #1877F2;
    border: 1px solid #1877F2;
}


.preview {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 16px;
    border: 2px solid white;
}


.cropper_action_button {
    background: white;
    border-radius: 50%;
    border: 1px solid #f5f5f5;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    padding: 7px;
    width: 30px;
    height: 30px;
    color: #ccc;
    line-height: 24px;
    margin-top: 5px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    float: left;

}

.cropper_action_button:hover {
    color: #1877F2;
}


@media screen and (min-width: 768px) {


    .preview {
        width: 200px;
        height: 200px;
    }

    .cropper_action_button {
        font-size: 32px;
        width: 60px;
        height: 60px;
    }


}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header .section-title {
    font-size: 36px;
    color: #444444;
    text-align: center;
    font-weight: 400;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: normal;
    font-size: 20px;
}


.section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #777;
    font-style: normal;
    font-size: 20px;
}

.section-header .section-divider {
    display: block;
    width: 180px;
    height: 1px;
    background: #FAA61F;
    margin: 0 auto 20px;
}

/* Section with background
--------------------------------*/

.section-bg {
    background: #fafafa;
}


#filter_account_type .filter_account_type_item,
#filter_account_type_main .filter_account_type_item_main {
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    list-style: none;
    background-color: #fff;
    transition: all 0.3s ease-in-out;


}


#filter_account_type .filter_account_type_item:hover,
#filter_account_type_main .filter_account_type_item_main:hover {

    transform: scale(1.03, 1.03);
    box-shadow: 0 0 10px rgba(73, 78, 92, 0.20);

    -webkit-box-shadow: inset 0 0 6px 0 #CCCCCC;
    -moz-box-shadow: inset 0 0 6px 0 #CCCCCC;
    box-shadow: inset 0 0 6px 0 #CCCCCC;
}


#filter_district .filter_district_item.selected,
#filter_account_type .filter_account_type_item.selected,
#filter_account_type_main .filter_account_type_item_main.selected {


    border: 1px solid #1877F2;
    color: #1877F2;
    -webkit-box-shadow: inset 0 0 6px 0 #1877F2;
    -moz-box-shadow: inset 0 0 6px 0 #1877F2;
    box-shadow: inset 0 0 6px 0 #1877F2;
}


#filter_account_type .filter_account_type_item.selected i.fa,
#filter_account_type_main .filter_account_type_item_main.selected i.fa {
    font-size: 14px;
    transition: all 0.3s ease-in-out;

}

#filter_account_type .filter_account_type_item.selected i.fa,
#filter_account_type_main .filter_account_type_item_main.selected i.fa {
    font-size: 22px;
    color: #1877F2;
}

#filter_account_type_main .filter_account_type_item_main i.fa {
    color: #CCCCCC;
}


label.terms_of_service {
    font-size: 16px;
    color: #1877F2;
    padding-top: 8px;
    cursor: pointer;
}


#header #logo h1 .banner_logo {
    width: 80px;
    height: 80px;
    position: relative;
    margin-top: 10px;
    margin-right: 10px;
    box-shadow: inset 0 0 5px 0 #ffcb04;
    border-radius: 50%;
    background: white;
}


div.category_container {
    background-color: #FFFFFF;
    /* border: 1px solid #ccc; */
    width: 240px;
    min-height: 270px;
    border-radius: 10px;
    margin: 40px auto;
    padding: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;


}

div.category_container:hover {
    box-shadow: 0 10px 20px rgba(255, 203, 4, 0.80);
    transform: scale(1.04, 1.04) !important;
}

.category_image {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
}

.category_image img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

div.category_container:hover .category_image {
    box-shadow: 0 5px 10px rgba(255, 203, 4, 0.80);
    transform: scale(1.04, 1.04) !important;
}


/*=====================================================
    FAQ style
 =====================================================*/

.faq_answer {
    display: none;
    width: 100%;
}

.faq_answer .answer_wrapper {
    display: table;
    overflow: hidden;
    border-left: 5px solid #bbb;
    background-color: white;
}

.faq_answer .a_answer {
    font-size: 42px;
    padding: 2px 5px 5px;
    color: #bbb;
}

.faq_answer .answer_content {
    display: table-cell;
    vertical-align: middle;
    color: #999;
    padding: 5px;
    text-align: left;
    width: 100%;
}


.faq_question {
    width: 100%;
    background-color: #f9f9f9;

}

.faq_question.selected {
    width: 100%;
    background-color: #FFF7D9;

}


.faq_question .q_question {
    font-size: 42px;
    padding: 2px 5px 5px;
    color: #666;
    cursor: pointer;
}


.faq_question.selected .q_question {
    color: #666;
}

.faq_question .question_wrapper {
    display: table;
    overflow: hidden;
    border-left: 5px solid #666;
    cursor: pointer;

}

.faq_question.selected .question_wrapper {
    border-left: 5px solid #FAA61F;
}

.faq_question .question_content {
    display: table-cell;
    vertical-align: middle;
    color: #666;
    padding: 5px;
}


.faq_question.ar {
    direction: rtl;
}

.faq_question.ar .question_wrapper {
    border-left: none;
    border-right: 5px solid #666;;
}

.faq_question.ar.selected .question_wrapper {
    border-right: 5px solid #FAA61F;
}


.faq_answer.ar {
    display: none;
    direction: rtl;
}

.faq_answer.ar .a_answer, .faq_question.ar .q_question {
    padding-bottom: 30px;
}

.faq_answer.ar .answer_wrapper {
    border-left: none;
    border-right: 5px solid #bbb;
}

.faq_answer.ar .answer_content, .faq_question.ar .question_content {
    font-size: 20px;
    text-align: right;
}


.view_count {
    font-size: 18px;
    font-weight: bold;
    color: #cccccc;
}

.faq_question.selected .view_count, .faq_question.ar.selected .view_count {
    color: #FAA61F;
}


.question_section {

    width: 100%;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    background-color: white;

}


/* The Modal (background) */
.image-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 5555; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.image-modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    cursor: pointer;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#image-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.image-modal-content, #image-caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}


/* Add Animation - Zoom in the Modal */
.image-modal-content.out, #image-caption.out {
    animation-name: zoom-out;
    animation-duration: 0.6s;
}




@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}


@keyframes zoom-out {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(0)
    }
}

/* The Close Button */
.image-modal-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.image-modal-close:hover,
.image-modal-close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}


.faq_answer_image, .blog_section_image {
    width: 100px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    margin: 16px;
    transition: all 0.2s;
}

.faq_answer_image:hover, .blog_section_image:hover {
    box-shadow: 0 5px 10px rgba(255, 203, 4, 0.80);
    transform: scale(1.02, 1.02);
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .image-modal-content {
        width: 100%;
    }
}



.keyword {
    float: left;
    margin: 5px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 200px;
    font-size: 14px;
    min-width: 80px;
    text-align: center;
    text-decoration: none;
    list-style: none;
    background: rgba(255, 203, 4, 0.2);
    border-color: rgb(255, 203, 4);
    color: #666666;
    transition: all 0.3s ease-in-out;
}


.keyword:hover {

    transform: scale(1.08, 1.08);
    box-shadow: 0 0 10px rgb(255, 203, 4);

    -webkit-box-shadow: inset 0 0 10px 0 rgb(255, 203, 4);
    -moz-box-shadow: inset 0 0 10px 0 rgb(255, 203, 4);
    box-shadow: inset 0 0 10px 0 rgb(255, 203, 4);
}


