.toast-top-center {
    top: 40%;
    margin: 0 auto;
}

.dataTables_info {
    font-size: 14px;
}

.dataTables_extended_wrapper div.dataTables_length label {
    font-size: 14px;
}

.dataTables_paginate {
    font-size: 14px;
}

.dataTables_length label {
    font-size: 14px;
}

.gm-style img {
    height: 27px;
    /* padding-right: 5px;  */
}

.modal .modal-header .close {
    text-indent: 0;
    text-shadow: none;
    opacity: 0.8;
    color: #fff;
    width: 20px;
    height: 20px;
}

.error,
.required_asterisk {
    color: #cc0000 !important;
    font-size: 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single {
    outline: none;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: var(--theme-color-2);
}

.select2-container--default .select2-selection--single,
.select2-selection.select2-selection--single {
    border: none !important;
    border-bottom: 1px solid var(--theme-color-2)!important;
    /* border-image: -webkit-linear-gradient( 107deg, var(--theme-color-2) 0%, var(--theme-color-2) 100%) !important; */
    /* border-image-slice: 1 !important; */
    background: transparent !important;
    height: 35px !important;
    box-shadow: none !important;
}

.select2-container--bootstrap.select2-container--open.select2-container--below .select2-selection {
    box-shadow: none;
}

.select2-container--bootstrap .select2-dropdown {
    margin-top: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 7px !important;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 20px;
    padding-left: 10px;
}

.table-condensed>tbody>tr>td {
    padding: 3px;
}

.bootstrap-datetimepicker-widget.top {
    bottom: 35px !important;
}


/* For custom radio and checkbox */

.bmac_cstm_tag {
    position: relative;
    margin-bottom: 8px;
}

.bmac_cstm_tag input {
    display: none;
}

.bmac_cstm_tag label {
    padding-left: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bmac_cstm_tag label:after {
    content: "";
    position: absolute;
    color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5) inset;
    cursor: pointer;
    left: 0px;
    top: 7px;
    box-sizing: initial;
}

.bmac_cstm_tag.bmac_checkbox input:checked~label:after {
    background-color:var(--theme-color-2);
    content: "\2713";
    border: none;
}

.bmac_cstm_tag.bmac_checkbox label:after {
    border-radius: 3px;
    height: 18px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bmac_cstm_tag.bmac_radio input:checked~label:after {
    background-color:var(--theme-color-2);
    border-color:var(--theme-color-2);
    color: #fff;
    content: "\25CF";
}

.bmac_cstm_tag.bmac_radio label:after {
    border-radius: 100%;
    line-height: 1;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 16px;
    width: 16px;
}


/* custom radio and checkbox END */

#schedulesModule #updateScheduleModal .timepicker-picker td {
    text-align: center;
}

#schedulesModule #updateScheduleModal .datepicker table tr td span {
    height: 35px;
    line-height: 35px;
}

#schedulesModule #updateScheduleModal .picker-switch.accordion-toggle {
    display: none;
}

#schedulesModule #updateScheduleModal .table-condensed {
    width: 100%;
}

#schedulesModule #updateScheduleModal .datepicker .active {
    background-color:var(--theme-color-2)!important;
}

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

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


/* toggle content by cheched*/

.bmc_toggle_on_check .bmc_check_item .bmc_check_content {
    display: none;
}

.bmc_toggle_on_check .bmc_check_content {
    /* margin-left:25px; */
    margin-bottom: 20px;
}

.bmc_toggle_on_check .bmc_check_input input {
    margin-right: 5px;
}

.bmc_toggle_on_check .bmc_check_input {
    margin-bottom: 10px;
}


/* toggle content by cheched End*/


/* Media Query Start */

@media (max-width: 767px) {
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .text-xs-center {
        text-align: center;
    }
    .text-xs-justify {
        text-align: justify;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        display: inline-block;
        font-size: 12px;
        margin-bottom: 0px!important;
    }
    div.dataTables_wrapper div.dataTables_length {
        display: inline-block;
        float: right !important;
    }
    div.dataTables_wrapper div.dataTables_info {
        text-align: left;
        font-size: 12px;
        margin: 2px 0 !important;
        display: inline-block;
    }
    div.dataTables_wrapper div.dataTables_length select {
        width: 45px;
        display: inline-block;
        padding: 0;
    }
    .input-mini {
        width: 35px !important;
        padding: 0;
        margin: 0 !important;
    }
    .margin-xs-top-10 {
        margin-top: 10px;
    }
}


/* For Screeening */

.screening_block {
    position: relative;
    overflow: hidden;
}

.screening_block>.screen_wrapper {
    position: relative;
    /* left: -100%; */
    left: 0;
    transition: left 0.3s ease;
}

.screening_block>.screen_wrapper.screens_2 {
    width: 200%;
}

.screening_block>.screen_wrapper.screens_3 {
    width: 300%;
}

.screening_block>.screen_wrapper.active_1 {
    left: 0;
}

.screening_block>.screen_wrapper.active_2 {
    left: -100%;
}

.screening_block>.screen_wrapper.active_3 {
    left: -200%;
}

.screening_block>.screen_wrapper.screens_2>.subscreen {
    float: left;
    width: 50%;
}

.screening_block>.screen_wrapper.screens_3>.subscreen {
    float: left;
    width: 33.33%;
}

.screening_block>.screen_wrapper>.subscreen {
    overflow: hidden;
}


/* resolve height issue */

.screening_block>.screen_wrapper.active_1>.screen2,
.screening_block>.screen_wrapper.active_1>.screen3 {
    height: 50px;
}

.screening_block>.screen_wrapper.active_1>.screen1 {
    height: auto;
}

.screening_block>.screen_wrapper.active_2>.screen1,
.screening_block>.screen_wrapper.active_2>.screen3 {
    height: 50px;
}

.screening_block>.screen_wrapper.active_2>.screen2 {
    height: auto;
}

.screening_block>.screen_wrapper.active_3>.screen2,
.screening_block>.screen_wrapper.active_3>.screen1 {
    height: 50px;
}

.screening_block>.screen_wrapper.active_3>.screen3 {
    height: auto;
}


/* End screening */

.backArrow {
    font-size: 50px;
    color: var(--theme-color-2);
    display: inline-block;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1px;
    cursor: pointer;
}

.backArrow.white {
    color: #fff;
}

.verticalmiddle {
    vertical-align: middle !important;
}


/* for switch */

.switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    vertical-align: middle;
    overflow: hidden;
}

.switch input {
    display: none;
}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 !important;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: var(--theme-color-1);
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

.switch .slider.round {
    border-radius: 34px !important;
}

.switch .slider.round:before {
    border-radius: 50%;
}

.switch.switch-yesno {
    width: 50px;
    height: 22px;
}

.switch.switch-yesno .slider:before {
    height: 16px;
    width: 16px;
}

.switch.switch-yesno .slider:after {
    position: absolute;
    content: "YES NO";
    left: -39px;
    top: 3px;
    font-size: 12px;
    transition: .4s;
    width: 100px;
    word-spacing: 20px;
    color: white;
}

.switch.switch-yesno input:checked+.slider:after {
    -webkit-transform: translateX(27px);
    -ms-transform: translateX(27px);
    transform: translateX(27px);
}

.switch.switch-yesno input:checked+.slider:before {
    -webkit-transform: translateX(27px);
    -ms-transform: translateX(27px);
    transform: translateX(27px);
}

.switch.switch-finalno {
    width: 60px;
    height: 22px;
}

.switch.switch-finalno .slider:before {
    height: 16px;
    width: 16px;
}

.switch.switch-finalno .slider:after {
    position: absolute;
    content: "FINAL NO";
    left: -33px;
    top: 3px;
    font-size: 12px;
    transition: .4s;
    width: 100px;
    word-spacing: 20px;
    color: white;
    text-align: left;
}

.switch.switch-finalno input:checked+.slider:after {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
}

.switch.switch-finalno input:checked+.slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}

.switch.switch-final- {
    width: 60px;
    height: 22px;
}

.switch.switch-final- .slider:before {
    height: 16px;
    width: 16px;
}

.switch.switch-final- .slider:after {
    position: absolute;
    content: "FINAL -";
    left: -33px;
    top: 3px;
    font-size: 12px;
    transition: .4s;
    width: 100px;
    word-spacing: 20px;
    color: white;
    text-align: left;
}

.switch.switch-final- input:checked+.slider:after {
    -webkit-transform: translateX(38px);
    -ms-transform: translateX(38px);
    transform: translateX(38px);
}

.switch.switch-final- input:checked+.slider:before {
    -webkit-transform: translateX(36px);
    -ms-transform: translateX(36px);
    transform: translateX(36px);
}


/* End screening */


/* range slider */

.slider.slider-horizontal {
    height: 30px;
    margin: 0 15px;
    width: -moz-calc(100% - 55px);
    width: -webkit-calc(100% - 55px);
    width: -o-calc(100% - 55px);
    width: calc(100% - 55px);
}

.slider.slider-horizontal .slider-selection {
    /* background: -webkit-linear-gradient(107deg, var(--theme-color-2) 0%, :var(--theme-color-2) 100%); */
    background: var(--theme-color-1);
}


/* .slider.slider-horizontal .slider-handle {
    border: 1px solid #999;
    background: rgb(15, 210, 0);
    cursor: pointer;
    top: 7px;
    border-radius: 50% !important;
    height: 13px;
    width: 13px;
    margin-left: -5px;
} */

.slider.slider-horizontal .slider-handle {
    border: 1px solid var(--theme-color-2);
    background: var(--theme-color-2);
    cursor: pointer;
    top: 4px;
    border-radius: 3px !important;
    height: 15px;
    width: 7px;
    margin-left: -5px;
    border: 0;
}

.slider.slider-horizontal .slider-handle:after {
    /* border: 5px solid rgba(255,255,255,0.2); */
    height: 19px;
    width: 19px;
    content: "";
    position: absolute;
    /* height: 23px;
    width: 23px; */
    border-radius: 100%;
    top: -4px;
    left: -4px;
    /* border: 5px solid rgba(0,155,0,0.3); */
    background: transparent;
}

.slider.slider-horizontal .tooltip.top {
    margin-top: -25px;
    margin-left: 1px;
}

.slider.slider-horizontal .slider-track {
    /* height: 7px; */
    height: 4px;
}

.compact-tooltip .slider.slider-horizontal .tooltip.top {
    margin-top: -13px;
    height: 22px;
}

.compact-tooltip .slider.slider-horizontal .tooltip-inner {
    padding: 1px 5px;
    line-height: 1;
}


/* end range slider */

.datatable_img {
    max-width: 200px;
    height: 70px;
    text-align: center;
}

.datatable_img img {
    max-height: 100%;
    max-width: 100%;
}

.backHeader_block {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 10px;
}


/* LIsting */

.listing_item_block {
    display: block;
}

.listing_item_block .list_itm {
    border-bottom: 1px solid #eee;
    padding: 20px 10px;
}


/* End LIsting */


/* image preview box */

.image_outer_div_flex {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border: 1px solid #eee;
    vertical-align: top;
    position: relative;
}

.image_outer_div_flex.div_flex_size_50 {
    height: 50px;
    width: 50px;
}

.image_outer_div_flex.div_flex_size_75 {
    height: 50px;
    width: 50px;
}

.image_outer_div_flex.div_flex_size_125 {
    height: 150px;
    width: 150px;
}

.image_outer_div_flex.div_flex_size_150 {
    height: 150px;
    width: 150px;
}

.image_outer_div_flex.div_flex_size_175 {
    height: 150px;
    width: 150px;
}

.image_outer_div_flex.div_flex_size_200 {
    height: 200px;
    width: 200px;
}

.image_outer_div_flex .flexed_img {
    max-height: 100%;
    max-width: 100%;
}


/* */


/* content slider */

.content-slider {
    position: relative;
    border: 1px solid #ddd;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.content-slider .content-list {
    white-space: nowrap;
    position: relative;
    font-size: 0px;
    height: 100%;
}

.content-slider .content-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.content-slider .content-item:before {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.content-slider .content-item img {
    max-width: 100%;
    max-height: 100%;
}

.content-slider .slider-prev {
    position: absolute;
    top: 50%;
    left: 0;
    font-weight: bold;
    display: inline-block;
    background:var(--theme-color-2);
    color: #fff;
    padding: 5px;
    line-height: 1;
    cursor: pointer;
}

.content-slider .slider-next {
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: bold;
    display: inline-block;
    background:var(--theme-color-2);
    color: #fff;
    padding: 5px;
    line-height: 1;
    cursor: pointer;
}


/* content slider end */

.left0 {
    left: 0 !important;
}

.margin-left-0 {
    margin-left: 0px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-0 {
    margin-right: 0px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}

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

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

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

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

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

.margin-bottom-20 {
    margin-bottom: 20px;
}

.padding-left-0 {
    padding-left: 0px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-0 {
    padding-right: 0px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-top-0 {
    padding-top: 0px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

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

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.outline-0 {
    outline: none;
}

.display-inline-block {
    display: inline-block;
}

.border-1 {
    border: 1px solid;
}

.border-top-1 {
    border-top: 1px solid;
}

.border-bottom-1 {
    border-bottom: 1px solid;
}

.border-left-1 {
    border-left: 1px solid;
}

.border-right-1 {
    border-right: 1px solid;
}

.overflow-auto {
    overflow: auto !important;
}

.height100pct {
    height: 100% !important;
}

.width100pct {
    width: 100% !important;
}

.list-style-none {
    list-style: none;
}

.theme-border-color {
    border-color: var(--theme-color-2);
}

#demoadModule .adverisedrpdwn-demo+span.select2.select2-container,
#demoadModule .domo_added_heading {
    background: #f1f1f1;
}

#demoadModule * {
    font-size: 16px;
}

#demoadModule .select2-container--bootstrap .select2-selection {
    font-size: 16px;
}

#demoadModule #event_data_demo li {
    margin-bottom: 15px;
    list-style: none;
}

#demoadModule #event_data_demo li a {
    color: black;
}

#demoadModule .select2-container--bootstrap .select2-selection--single .select2-selection__arrow b {
    border-color: #0d0c0c transparent transparent transparent;
    border-width: 9px 8px 0 8px;
    margin-left: -10px;
    margin-top: -4px;
}

#demoadModule .select2-container--bootstrap .select2-selection--single {
    padding: 8px 24px 32px 12px;
}

#demoadModule .select2-container--default .select2-selection--single,
#demoadModule .select2-selection.select2-selection--single {
    border: none !important;
    border-bottom: 0px;
    /* border-radius:6px !important; */
}

#demoadModule .items_advertise_demo {
    float: right;
    font-size: 24px;
    line-height: 22px;
}

#sellAdModule span.select2.select2-container {
    background: #f1f1f1;
}


/* ew marker css start*/


/* .ewmarkershadow:before {
    width: 100%;
    height: 30%;
    left: -5px;
    transform: translatex(-20%) skewx(44deg);
    bottom: -10px;
    z-index: -1;
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.3);
    box-shadow: -2px -2px 3px rgba(0,0,0,0.3);
    border-radius: 5px;
}
.ewmarkershadow:after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -20px;
    left: 16px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 7px solid rgba(0,0,0,0.3);
    transform: translatex(-20%) skewx(44deg);
    z-index: -1;
}
.ewmarkershadow span {
    height: 10px;
    width: 10px;
    position: absolute;
    bottom: -18px;
    left: 18px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 18px solid #228a40;
}
.ewmarkershadow{
    overflow:visible !important;
}
.ewmarkershadow img {
    border: 3px solid #228a40 !important;
    border-radius: 5px;
} */

div[aria-label='ewmarker']:before,
div[title='ewmarkerlogo']:before {
    /* content: "";
    background: url(/assets/pins/pinshadow2.png);
    transform: skewx(32deg);
    height: 53%;
    width: 100%;
    position: absolute;
    bottom: -15px;
    background-size: 114% 110%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: -10px;
    opacity: 0.8;
    filter: contrast(10); */
    content: "";
    /* background: url(/assets/pins/pinshadow2.png); */
    background: url(/assets/pins/pinshadow3.png);
    height: 33%;
    width: 180%;
    position: absolute;
    bottom: -27px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: -33px;
    opacity: 1;
    filter: contrast(10);
}

div[title='ewmarkerlogo']:before {
    /* transform: skewX(31deg);
    height: 47%;
    width: 120%;
    bottom: -16px;
    left: -19px; */
    height: 20px;
    width: 110px;
    bottom: -30px;
    left: -35px;
}


/* img[src*="ew/events"] {
    display: none;
} */

div[aria-label='ewmarker']:after,
div[title='ewmarkerlogo']:after {
    /* content: "";
    height: 10px;
    width: 0px;
    position: absolute;
    bottom: -15px;
    left: 90px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #ffcf40; */
    content: "";
    height: 10px;
    width: 0px;
    position: absolute;
    /* bottom: -20px;
    left: 80px; */
    bottom: -22px;
    left: 15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    /* border-top: 20px solid #ffcf40; */
    border-top: 20px solid #FCBF0A;
}

div[title='ewmarkerlogo']:after {
    /* left: 22px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 16px solid #ffcf40; */
    /* border-top: 16px solid #ffcf40; */
    bottom: -29px;
    left: 14px;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 22px solid #FCBF0A;
}

div[aria-label='ewmarker'],
div[title='ewmarkerlogo'] {
    overflow: visible !important;
    opacity: 1 !important;
    border: 6px solid #FCBF0A !important;
    border-radius: 10px;
    padding: 28px;
    margin: -5px;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 7px 0px 23px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2); */
}

div[aria-label='ewmarker'] img,
div[title='ewmarkerlogo'] img {
    /* border: 3px solid #ffcf40 !important;
    border-radius: 5px; */
    /* border: 7px solid #ffcf40 !important; */
    /* border: 6px solid #FCBF0A !important;
    border-radius: 13px !important; */
    /* background:#fff; */
    display: inline-block;
    /* left: -7px !important;
    top: -7px !important; */
    /* width: calc(100% + 14px) !important;
    height: calc(100% + 14px) !important; */
    /* margin: -6px !important; */
    /* margin: -5px !important;
    padding: 30px !important; */
    width: 72px !important;
    height: 72px !important;
    /* margin-left: -6px !important;
    margin-top: -6px !important; */
}
img[src*="class=ewmarker"]{
    background-color: #FCBF0A;
}


/* ew marker css end  */


/* mapad marker css start  */

div[title='mapad']:before {
    content: "";
    background: url(/assets/pins/pinshadow.png);
    transform: skewx(30deg);
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: -16px;
    background-size: 114% 109%;
    background-repeat: no-repeat;
    background-position: bottom;
    left: -8px;
    opacity: 0.7;
    filter: contrast(10);
}

div[title='mapad']:after {
    content: "";
    height: 10px;
    width: 0px;
    position: absolute;
    bottom: -15px;
    left: 19px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 15px solid #228a40;
}

div[title='mapad'] {
    overflow: visible !important;
    opacity: 1 !important;
}

div[title='mapad'] img {
    border: 3px solid #228a40 !important;
    border-radius: 5px;
}

img[src*='mapad'] {
    border-radius: 5px !important;
}


/* mapad marker css end  */

#orderappModule .selected-flag:focus,
#orderappModule .flag-container:focus {
    outline: none !important;
}

#orderappModule .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
    background: transparent !important;
}

#orderappModule .intl-tel-input {
    width: 100%;
}

.schedulescoringModule #datatable_ajax_scoring .scoring-table td,
.schedulescoringModule #datatable_ajax_scoring1 .scoring-table td {
    padding: 0;
}

.schedulescoringModule #datatable_ajax_scoring .scoring-table td:first-child,
.schedulescoringModule #datatable_ajax_scoring1 .scoring-table td:first-child {
    padding-right: 5px;
}

.image-upload {
    height: 150px;
    width: 200px;
    display: inline-block;
    position: relative;
    border: 1px solid #f1f1f1;
}

.image-upload img {
    max-width: 100%;
    max-height: 100%;
}

.image-upload input {
    display: none !important;
}

.image-upload .remove-img-set-default {
    position: absolute;
    top: -9px;
    right: -9px;
    background: #cc0000;
    color: #fff;
    font-weight: bold;
    border-radius: 100% !important;
    opacity: 0.5;
    padding: 2px 6px 3px 6px;
    cursor: pointer;
    line-height: 1;
    display: none;
}

.image-upload.selected .remove-img-set-default {
    display: block;
}

.image-upload .remove-img-set-default:hover {
    opacity: 1;
}

.image-upload label {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    float: left;
    cursor: pointer;
    justify-content: center;
}

.menupreview-block {
    padding: 10px;
    background: var(--theme-color-2);
    font-size: 16px;
}

.menupreview-block span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.menupreview-block ul {
    list-style: none;
    padding: 0;
}

.menupreview-block li {
    color: #fff;
    font-weight: 600;
    height: 26px;
    border: 1px solid #ccc;
    padding: 2px;
    margin-bottom: 4px;
    padding-left: 5px;
    cursor: move;
}

.menupreview-block li:before {
    content: ":: ";
    left: 0;
}

.menupreview-block li.sortable-placeholder {
    border: 1px dashed #fff;
    background: none;
}

.menupreview-block li.sortable-placeholder:before {
    content: "";
}

.menupreview-block li {
    display: inline-block;
    width: 100%;
    height: auto;
    display: inline-block;
    width: 100%;
}

.menupreview-block li.placeholder {
    height: 1px !important;
    background: red;
    position: relative;
    border: 0;
    padding: 0;
}

.menupreview-block li.placeholder:before {
    content: "";
    border-width: 5px;
    position: absolute;
    border-style: solid;
    border-color: red;
    border-right-width: 0;
    top: -5px;
    left: -5px;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

#calenderPublicModule .fc-widget-header {
    width: 10% !important;
}

#calenderPublicModule .noteview {
    position: absolute;
    top: 7px;
    background: #fff;
    color: black;
    padding: 10px;
    border: 2px solid var(--theme-color-2);
    transform: translateY(-50%);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    display: none;
    width: max-content;
    max-width: 300%;
}

#calenderPublicModule .noteview.rightview {
    left: 100%;
    margin-left: 12px;
}

#calenderPublicModule .noteview.leftview {
    right: 100%;
    margin-right: 12px;
}

#calenderPublicModule .noteview:before {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: calc(50% - 10px);
    z-index: 1;
}

#calenderPublicModule .noteview.rightview:before {
    border-right: 10px solid #fff;
    left: -10px;
}

#calenderPublicModule .noteview.leftview:before {
    border-left: 10px solid #fff;
    right: -10px;
}

#calenderPublicModule .noteview:after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: calc(50% - 12px);
}

#calenderPublicModule .noteview.rightview:after {
    border-right: 13px solid var(--theme-color-2);
    left: -13px;
}

#calenderPublicModule .noteview.leftview:after {
    border-left: 13px solid var(--theme-color-2);
    right: -13px;
}

#calenderPublicModule .noteview div {
    padding-left: 10px;
    position: relative;
    margin-bottom: 5px;
}

#calenderPublicModule .noteview div:before {
    content: "> ";
    left: 0;
    top: -2px;
    color:var(--theme-color-2);
    font-weight: bold;
    position: absolute;
    font-size: 12px;
}

#calenderPublicModule .noteview .icon-trash {
    float: right;
    color: red;
    padding-top: 4px;
}

#calenderPublicModule td>div:first-child {
    min-height: 100px !important;
}

#calenderPublicModule td>div:nth-child(2) {
    min-height: unset !important;
}

.h-100 {
    height: 100% !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .text-sm-center {
        text-align: center;
    }
    .text-sm-justify {
        text-align: justify;
    }
    .dataTables_extended_wrapper div.dataTables_length {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .text-md-center {
        text-align: center;
    }
    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .text-lg-center {
        text-align: center;
    }
    .text-lg-justify {
        text-align: justify;
    }
}

@media only screen and (max-width: 768px) {
    .map-main-container #search-map {
        width: 270px !important;
    }
}


/*changes brijesh 31 mar 2020 start*/


/* new changesh eventwizard  */

@media (max-width: 575px) {
    .login_drop .btn:after {
        right: unset;
    }
    .info .details .startenddate {
        font-size: 15px;
    }
}


/* line no:-49 kadh va ni */

@media (max-width: 767px) {
    .footer_logo {
        padding: 20px 0;
    }
}


/* end */

@media (max-width: 991px) {
    .footer_logo {
        padding: 20px 0;
    }
    .login_drop .dropdown-menu {
        right: unset;
    }
}


/* line no:- 3879 add */

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .input-group-append {
        height: 35px;
    }
}


/* contact us */

.contact-form .contact-bg {
    padding: 55px 30px;
}

.menu-button {
    outline: none;
}


/*changes brijesh 31 mar 2020 end*/

.i9sportscolor .top_sticky_sec,
.i9sportscolor .rounded-green-btn,
.i9sportscolor .leftmenumap li.active a,
.i9sportscolor input#search-map,
.i9sportscolor .btn-success,
.i9sportscolor .menupreview-block,
.i9sportscolor #sponsoradformModule .sponsorad-rotation>span,
.i9sportscolor .slider.slider-horizontal .slider-selection,
.i9sportscolor .slider.slider-horizontal .slider-handle {
    background: #0c4d7e !important;
}

.i9sportscolor a,
.i9sportscolor .theme-color,
.i9sportscolor .pricing-tittle h1,
.i9sportscolor .pricing-section .table-responsive .table>thead>tr>th,
.i9sportscolor .summarys-tittles h1,
.i9sportscolor .label-scalable .static-label:first-child {
    color: #0c4d7e !important;
}

.i9sportscolor .btn-primary {
    color: #fff !important;
}

.i9sportscolor .switch input:checked+.slider,
.i9sportscolor .btn-primary,
.i9sportscolor .free-ar-section,
.i9sportscolor .maps-section,
.i9sportscolor .augmented-section,
.i9sportscolor .menuaccess-table thead th,
.i9sportscolor #miniAppPaymentNewModule .main-page,
.i9sportscolor .modal-header,
.i9sportscolor .btn-green,
.i9sportscolor .dropdown-menu>.active>a,
.i9sportscolor .dropdown-menu>.active>a:focus,
.i9sportscolor .dropdown-menu>.active>a:hover,
.i9sportscolor .contact-form .contact-bg .cont-form .contsub-btn,
.i9sportscolor .label-primary {
    background-color: #0c4d7e !important;
}

.i9sportscolor .map-main-container .nav-tabs li.active a,
.i9sportscolor .btn-primary,
.i9sportscolor .ad-price-tittle {
    border-bottom: 2px solid #0c4d7e !important;
}

.i9sportscolor .label-scalable-form input,
.i9sportscolor .label-scalable-form textarea,
.i9sportscolor .label-scalable-form select,
.i9sportscolor #demoadModule .btn-primary {
    border-color: #0c4d7e !important;
}

.i9sportscolor .ar_ad_part .aradnameinput,
.i9sportscolor .ar_ad_part [name='newadhttpo'] {
    border-bottom: 1px solid #0c4d7e !important;
}

.i9sportscolor .admin-menu-icon img {
    filter: hue-rotate(73deg) saturate(0.8) !important;
}

#prici-page .pricing-head {
    border-bottom: 2px solid #218838;
    color: #218838;
}

.btn-noticable {
    background: linear-gradient(110deg, var(--theme-color-1) 8%, #e36262 18%, var(--theme-color-1) 33%);
    background-size: 200% 100%;
    animation: btn-noticable 2s linear infinite;
}
@keyframes btn-noticable {
    100% {
        background-position-x: -200%;
    }
}