.parent-selector{
    position: relative;

}
/*
.list-image > div {
    margin-right: 10px;
    margin-left: 0;
    cursor: pointer;
}
html[dir=rtl] .list-image > div {
  margin-left: 20px !important;
  margin-right: 0 !important;
} */
/* .list-image > div > div > div > img {
    margin: 10px;
    width: 200px;
    height: 200px;
}


.list-image > img:hover{
    border: solid 2px #1e88e5;
    border-radius: 2px;
}

.list-image > img.active{
    border: solid 2px #43a047;
    border-radius: 2px;
} */

/* .view-image > img{
    padding: 10px;
    width: 90%;
    min-height: 254px;
}
.view-image{
    position: relative;
     width: 90%;
    margin-left: 19px;
    margin-right: 0;
} */

/* html[dir=rtl] .view-image{
   margin-right: 17px;
   margin-left:0 ;
} */

/* INPUT TEXT */

.input-div {
    position: relative;
    padding: 15px;
}

.input-text {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #242424;
    outline: 0;
    font-size: 12px;
    color: #242424;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.input-text::placeholder {
    color: transparent;
}

.input-text:placeholder-shown ~ .input-label {
    font-size: 14px;
    cursor: text;
    top: 20px;
}

label,
.input-text:focus ~ .input-label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: #242424;
}

.input-text:focus ~ .input-label {
    color: #242424;
}

.input-text:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #242424;
}

/* BUTTON */

.button{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #424242;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
}
.button:hover{
    background-color: #242424;
}
.button:active{
    background-color: #121212;
}

.button > span{
    color: #eeeeee
}

.AClass{
    right:0px;
    position: absolute;
}
html[dir=rtl] * {
    font-family: 'Noto Kufi Arabic', sans-serif, "Font Awesome 5 Free";
}
html[dir=rtl] .tns.tns-initiazlied [data-tns=true] {
     display: block;
}
html[dir=rtl] .tns.tns-initiazlied {
    display: block;
}
.btn.btn-outline.btn-outline-dashed.btn-outline-default:hover:not(.btn-active){
    color: #999999;
    border-color: #000000;
    background-color: #f1f1f1 !important;
}
html[dir=rtl] .date_with_times_col{
    padding-left: 0;
    margin-right: 10px;

}

html[dir=ltr] .date_with_times_col{
    padding-right: 0;
    margin-left: 10px;
}

/* Chrome, Safari, Edge, Opera */
input[name=guest_phone]::-webkit-outer-spin-button,
input[name=guest_phone]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number],input[name=guest_phone] {
    -moz-appearance: textfield;
}
.scroll {
    height: 10px;
}
.scroll p {
    color: #fff;
    font-size: 1.5rem;
}

/*@media (min-width: 576px) {*/
/*    .actions_div{*/
/*        justify-content:space-between;*/
/*        align-items:center;*/
/*        display: flex !important;*/
/*    }*/
/*}*/

@media (max-width: 576px) {
    .btn.continue {
        background: #009EF7;
        border-radius: 0;
        color: #ffffff;
        display: inline-block;
        font-size: 0.9rem;
        position: fixed;
        left: initial;
        right: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transform-origin: bottom right;
        bottom: 0;
        /*width: 5px;*/
        padding: 7px !important;

    }

    .btn.back {
        border-radius: 0;
        display: inline-block;
        font-size: 0.9rem;
        position: fixed;
        right: initial;
        left: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transform-origin: bottom right;
        bottom: 0;
        /*width: 5px;*/
        padding: 7px !important;

    }
    html[dir=rtl] .btn.continue  {
        background: #009EF7;
        border-radius: 0;
        color: #ffffff;
        display: inline-block;
        font-size: 0.9rem;
        position: fixed;
        right: initial;
        left: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transform-origin: bottom right;
        bottom: 0;
        /*width: 2px;*/
        padding: 7px !important;
    }

    html[dir=rtl] .btn.back {
        border-radius: 0;
        display: inline-block;
        font-size: 0.9rem;
        position: fixed;
        left: initial;
        right: 0;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        transform-origin: bottom right;
        bottom: 0;
        /*width: 2px;*/
        padding: 7px !important;
    }

    .slider_item{
        width: 230px !important;
    }
    .slider_img{
        height: 190px;
    }
    .card-body{
        height: 120px;
    }

}

@media (min-width: 576px) {
    .front_date_width{
        width: 50%;
    }
    .slider_img{
        height: 390px;
    }
    .slider_item{
        width: 500px !important;
    }
    .slider_body{
        height: 100px;
    }

}

.tns-outer{
    margin: 0 !important;
}

input[name=phone]::-webkit-outer-spin-button,
input[name=phone]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Example wrapper */

.wrap {
    position: relative;
    margin-top: 3em;
    margin-bottom: 3em;
}


/* Frame */

.frame {
    /*height: 250px;*/
    line-height: 45px;
    overflow: hidden;
}

.frame ul {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 50px;
}

.frame ul li {
    float: left;
    width: 130px;
    height: 63%;
    margin: 0 5px 0 0;
    padding: 0;
    border-radius: 15px;
    border: 1px solid #e8eaf1;
    color: #000000;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.frame ul li span:first-child{
    color: #b5b5cb !important;
}

@media (max-width: 576px){
    .frame ul li {
        width: 90px;
        height: 45%;
        font-size: 13px;
    }
    .frame {
       line-height: 30px;

    }
}

.frame ul li.active {
    color: #0095e8;
    background: #fff8dd;
    border-radius: 15px;
    border: 1px solid #cb9606;

}

.frame ul li.active span:first-child{
    color: #0095e8 !important;
}


/* Scrollbar */

.scrollbar {
    margin: 0 0 1em 0;
    height: 2px;
    background: #ccc;
    line-height: 0;
}

.scrollbar .handle {
    width: 100px;
    height: 100%;
    background: #292a33;
    cursor: pointer;
}

.scrollbar .handle .mousearea {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 20px;
}


.tns-outer {
    padding: 0 !important;
}
.tns-outer [hidden] {
    display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer;
}
.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
}
.tns-slider > .tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
    white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
    content: "";
    display: table;
    clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
    float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
    margin-right: -100%;
}
.tns-no-calc {
    position: relative;
    left: 0;
}
.tns-gallery {
    position: relative;
    left: 0;
    min-height: 1px;
}
.tns-gallery > .tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
    position: relative;
    left: auto !important;
}
.tns-gallery > .tns-moving {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}
.tns-autowidth {
    display: inline-block;
}
.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6;
}
.tns-lazy-img.tns-complete {
    opacity: 1;
}
.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s;
}
.tns-ovh {
    overflow: hidden;
}
.tns-visually-hidden {
    position: absolute;
    left: -10000em;
}
.tns-transparent {
    opacity: 0;
    visibility: hidden;
}
.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0;
}
.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
}
.tns-vpfix {
    white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
    display: inline-block;
}
.tns-t-subp2 {
    margin: 0 auto;
    width: 310px;
    position: relative;
    height: 10px;
    overflow: hidden;
}
.tns-t-ct {
    width: 2333.3333333%;
    width: -webkit-calc(100% * 70 / 3);
    width: -moz-calc(100% * 70 / 3);
    width: calc(100% * 70 / 3);
    position: absolute;
    right: 0;
}
.tns-t-ct:after {
    content: "";
    display: table;
    clear: both;
}
.tns-t-ct > div {
    width: 1.4285714%;
    width: -webkit-calc(100% / 70);
    width: -moz-calc(100% / 70);
    width: calc(100% / 70);
    height: 10px;
    float: left;
}


@media (min-width: 847px) {
    table.fold-table > tbody > tr.view td:first-child {
        width: 97%;
    }
}
@media (max-width: 847px) {
    table.fold-table > tbody > tr.view td:first-child {
        width: 76%;
    }
}

@media (min-width: 600px) {
    .profile_div {
        min-height: 1104px;
    }
}
@media (max-width: 600px) {
    .profile_div {
        min-height: 1500px;

    }
}



table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #999;
    content: "\02C2";
    /*transform: rotate(360deg);*/
    transition: all 0.3s ease;
    font-weight: bold;

}


html[dir=rtl] table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px ;
    right: initial;
    width: 5px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #999;
    content: "\02C2";
    transform: rotate(180deg);
    transition: all 0.3s ease;
    font-weight: bold;
}



table.fold-table > tbody > tr.view.open td:first-child:before {
    transform: rotate(270deg) !important;

;
}

table.fold-table > tbody > tr.view:nth-child(4n-1) {
    /*background: #A1A5B7;*/
}
table.fold-table > tbody > tr.view:hover {
    background: #F5F8FA;
}
table.fold-table > tbody > tr.view.open {
    background: #50cd89a6;
    color: white;

}
table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    color: #A1A5B7;
}
table.fold-table > tbody > tr.fold {
    display: none;
}
table.fold-table > tbody > tr.fold.open {
    /*display: table-row;*/
    display: block;

}

table.fold-table > tbody > tr.fold.open > td {
    /*display: table-row;*/
    display: block;

}

.fold-content {
    padding: 0.5em;
}
.fold-content h3 {
    margin-top: 0;
}
.fold-content > table {
    border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
    background: #eee;
}

.first_padding{
    padding-left: 4px !important;
    padding-right: 4px !important;
}
table {
    width: 100%;
}
table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table th, table td {
    padding: 0.4em;
}

table.zero-padding-td td {
    padding: 0;
}
.actions_th{
    text-align: left;
}

html[dir=rtl] .actions_th{
    text-align: right;
}


.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.container_iframe{
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

@media (max-width: 576px){
    .container_iframe{
       min-height: 1200px;
    }
}

@media (min-width: 576px) and (max-width: 1000px){
    .container_iframe{
        min-height: 1200px;
    }
}

@media (max-width: 600px) {
    .player_name {
        text-align: center;
        margin: 18px;
    }

    .profile_container{
        margin-top: 130px;
    }
}
