.modal {
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-confirm{
    max-width: 390px;
}

.modal-confirm .modal-content{
    border: none !important;
}

.modal-backdrop{
    z-index: 1048;
}

.share-event {
    background-color: rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: none;
}

.share-event .modal-content {
    border-radius: 8px;
    border: none;
    width: 100%;
    box-shadow: 0 4px 12px 0 rgb(118 118 118 / 40%);
}

.share-event .modal-header {
    height: 270px;
    background-size: cover;
    background-color: #cdd2d8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: center;
    background-repeat: no-repeat;
}

.share-event .close {
    width: 42px;
    height: 42px;
    background-color: #fff;
    margin-right: -6px;
    margin-top: -6px;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    opacity: 1;
    position: relative;
}

.share-event .close img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}

.share-event-widget .social {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 6px;
    position: relative;
    cursor: pointer;
}


/* .share-event-inside {
    right: 12px;
    top: 162px;
} */

.share-event-widget .facebook-share {
    background-color: rgb(58 87 153 / 16%);
    color: #3a5799;
}

.share-event-widget .twitter-share {
    background-color: rgb(29 161 242 / 16%);
    color: rgb(29, 161, 242);
}

.share-event-widget .linkedin-share {
    background-color: rgb(10 102 194 / 16%);
    color: #0A66C2;
}

.share-event-widget .email-share {
    background-color: rgb(116 86 170 / 16%);
    color: #7456AA;
}

.share-event-widget .whatsapp-share {
    background-color: rgb(1 137 123 / 16%);
    color: #01897b;
}

.share-event-widget .facebook-share:hover {
    background-color: rgb(58 87 153 / 22%);
    color: #3a5799;
}

.share-event-widget .twitter-share:hover {
    background-color: rgb(29 161 242 / 22%);
    color: rgb(29, 161, 242);
}

.share-event-widget .linkedin-share:hover {
    background-color: rgb(10 102 194 / 22%);
    color: #0A66C2;
}

.share-event-widget .email-share:hover {
    background-color: rgb(116 86 170 / 22%);
    color: #7456AA;
}

.share-event-widget .whatsapp-share:hover {
    background-color: rgb(1 137 123 / 22%);
    color: #01897b;
}

.share-event-widget .social i {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    text-align: center;
    font-size: 22px;
    padding: 18px;
}

.copy-share-clipboard {
    color: #2a2e7a;
    transition: 300ms;
    text-decoration-color: #dddddd;
    font-weight: 500;
}

.copy-share-clipboard:hover {
    color: #2a2e7a;
    text-decoration: none;
}

.modal .modal-dialog .modal-content {
    border-radius: 8px;
}

/* Bottom */

.modal.modal-bottom .modal-content {
    border-radius: 0;
    border: none;
}

.modal.modal-bottom .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    top: 0;
    left: 0;
    max-width: 100%;
    height: 100%;
}

.modal.modal-bottom .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
    -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
    transition: opacity 0.3s linear, bottom 0.3s ease-out;
}

.modal.modal-bottom.fade.show .modal-dialog {
    bottom: 0;
}

.modal.modal-bottom.fade .modal-dialog {
    bottom: -100%;
}

.modal-close {
    position: absolute;
    top: 18px;
    right: 24px;
}

.modal-bottom .modal-header {
    border-color: #CDD2D8;
    padding-top: 22px;
    padding-bottom: 22px;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}

.modal.modal-bottom .modal-body {
    padding: 0px;
    margin-top: 68px;
    padding-bottom: 50px;
}

.modal-bottom .accordion>.card {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #CDD2D8;
}

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

.panel-heading {
    border: none;
    padding: 0;
}

.panel-title {
    border-bottom: 1px solid #CDD2D8;
}

.active .panel-title {
    border-bottom: none !important;
}

.panel .panel-body {
    padding: 18px 24px;
    border: 1px solid #7456AA;
}

.panel-title>.arrow,
.panel-title>.arrow:active {
    display: block;
    padding: 18px 24px;
    background-color: #ffffff;
    border-bottom: none;
    color: #000000;
}

.panel-heading .arrow:before {
    font-family: 'fontawesome';
    content: "\f078";
    float: right;
    transition: all 0.5s;
    color: #000000;
    font-size: 15px;
    margin-top: 8px;
}

.panel-heading.active .arrow:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.modal-bottom .modal-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.wit-modal .modal-header {
    padding: 24px 24px 12px;
}

.wit-modal .modal-body {
    padding: 0px 24px 40px;
}

.wit-modal .modal-w {
    max-width: 600px;
}

.wit-modal .modal-header .close {
    border-radius: 50%;
}

.wit-modal .modal-header .close:hover {
    background-color: #EAECED;
}

.filter-check-list .form-check {
    padding: 10px 20px;
}

.filter-check-list .form-check:last-child {
    padding: 10px 20px !important;
}

.filter-check-list .form-check .form-check-label {
    width: 100%;
    padding-left: 16px;
}

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

    /* Bottom to Top */
    .modal.modal-bottom-to-top .modal-content {
        border-radius: 0;
        border: none;
    }

    .modal.modal-bottom-to-top .modal-dialog {
        position: fixed;
        margin: auto;
        width: 100%;
        top: 0;
        left: 0;
        max-width: 100%;
        height: 100%;
    }

    .modal.modal-bottom-to-top .modal-content {
        height: 100%;
        overflow-y: auto;
    }

    .modal.modal-bottom-to-top.fade .modal-dialog {
        bottom: -100%;
        -webkit-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        -o-transition: opacity 0.3s linear, bottom 0.3s ease-out;
        transition: opacity 0.3s linear, bottom 0.3s ease-out;
    }

    .modal.modal-bottom-to-top.fade.show .modal-dialog {
        bottom: 0;
    }

    .modal.modal-bottom-to-top.fade .modal-dialog {
        bottom: -100%;
    }

    .modal-bottom-to-top .modal-header {
        border-color: #CDD2D8;
        padding-top: 22px;
        padding-bottom: 22px;
        position: fixed;
        width: 100%;
        background-color: #fff;
        z-index: 99;
    }

    .modal.modal-bottom-to-top .modal-body {
        margin-top: 85px;
        padding-bottom: 50px;
    }

    .modal-bottom-to-top .accordion>.card {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #CDD2D8;
    }

    .modal-bottom-to-top .btn.focus {
        box-shadow: none;
    }

    .modal-bottom-to-top .modal-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        transform: translate3d(0,0,0);
        background: #fff;
    }

    .modal-bottom-to-top .modal-footer .btn-wit-blue {
        width: auto;
    }
}
