.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal, 
.modal * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
    box-shadow: 0 3px 9px rgb(0 0 0 / 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    max-width: 100%;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    min-height: calc(100% - 60px);
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
        box-shadow: 0 5px 15px rgb(0 0 0 / 0.5);
    }
    .modal-sm {
        width: 300px;
    }
    .modal--partner .modal-dialog {
        max-width: 767px;
        width: 100%;
    }
    .modal--partner .modal-content {
        width: 100%;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgb(0 0 0 / 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.2);
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: #fff0;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    border-width: 10px;
    content: "";
}
.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgb(0 0 0 / 0.25);
    bottom: -11px;
}
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgb(0 0 0 / 0.25);
}
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}
.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgb(0 0 0 / 0.25);
    top: -11px;
}
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgb(0 0 0 / 0.25);
}
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}
/* .clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{
     content:" ";
     display:table 
}
 .clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{
     clear:both 
}
 */
.modal-partner-content .modal-game-button {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
    appearance: none;
    cursor: pointer;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    opacity: 0.6;
    transition: opacity 0.3s;
    right: 15px;
    top: 15px;
    background: rgba(0, 0, 0.5);
    border-radius: 36px;
}
.modal-webmaster .modal-game-button:hover,
.modal-partner-content .modal-game-button:hover {
    opacity: 1;
}
.cl-list {
    /* border: 1px solid #8c4efe;
     */
    border-radius: 20px;
    padding: 30px 20px;
    overflow: hidden;
    /* background: linear-gradient(181deg,rgba(31,0,56,1) .433%,rgba(56,0,112,1) 114.897%);
     */
    -webkit-overflow-scrolling: touch;
}
.cl-list a {
    transition: all .3s;
}
.cl-list__title {
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: 600;
    background: linear-gradient(142.77deg, #b787ff, #671cfe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.cl-list .swiper {
    overflow: visible;
}
body .swiper-pagination {
    position: static;
    margin-top: 20px;
}
body .swiper-pagination-bullet {
    background: #867cff;
    font-size: 0;
    line-height: 0;
    margin-left: 5px !important;
    margin-right: 5px !important;
}
body .swiper-pagination-bullet:hover {
    background: #867cff;
    opacity: 1;
}
body .swiper-pagination-bullet-active {
    background: #867cff;
}
.cl-list__items-in {
    display: flex;
}
.cl-list__item {
    background: #2a303c;
    padding: 20px 20px 30px;
    border-radius: 10px;
    flex: 0 0 100%;
    margin-right: 27px;
    text-align: center;
    display: flex;
    flex-direction: column;
}
.cl-list__item-image {
    min-height: 108px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #383e4a;
    margin-bottom: 25px;
}
.cl-list__item-image img {
    max-height: 100%;
}
.cl-list__item-title {
    margin-bottom: auto;
    font-size: 18px;
    line-height: 25px;
}
.cl-list__item-title a {
    text-decoration: none;
    color: #fff;
}
.cl-list__item-button {
    width: 100%;
    margin-top: 23px;
    transition: all .3s;
}
.cl-list__item-button:hover {
    color: #fff;
}
.cl-list__item .site-button.type-2 .site-button__text {
    padding-top: 15px;
    padding-bottom: 12px;
}
.cl-list .swiper-slide {
    height: auto;
}
/* direct end */
@media (min-width: 768px) {
    .cl-list__item-title {
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .cl-list {
        padding: 50px 25px 40px;
    }
    .cl-list__title {
        margin-bottom: 40px;
        font-size: 40px;
    }
    .cl-list .swiper-wrapper {
        width: auto;
    }
    .cl-list__items {
        margin-bottom: -20px;
    }
    .cl-list__items-in {
        justify-content: center;
        margin-left: -20px;
        flex-wrap: wrap;
        display: flex;
    }
    /* .modal--partner .cl-list__items-in.swiper-wrapper {
         flex-wrap: nowrap;
    }
     */
    .cl-list__item {
        margin-bottom: 20px;
    }
    .cl-list__item,
    .cl-list__item.swiper-slide {
        flex: none;
        flex-shrink: 1;
        margin-left: 20px;
        margin-right: 0;
        width: calc(33.33% - 20px);
    }
    .cl-list__items-in[data-count="1"] .cl-list__item,
    .cl-list__items-in[data-count="1"] .cl-list__item.swiper-slide,
    .cl-list__items-in[data-count="2"] .cl-list__item,
    .cl-list__items-in[data-count="2"] .cl-list__item.swiper-slide {
        flex: 1;
    }
    .cl-list__item-title {
        font-size: 18px;
        line-height: 30px;
    }
    .cl-list__item .site-button {
        font-size: 16px;
    }
    .cl-list .swiper-pagination {
        display: none;
    }
}
