/**
 * The file that defines the global css for the plugin
 *
 * @link              https://www.dotstudiopro.com
 * @since             1.0.0
 *
 * @package           Dotstudiopro_scheduler_Page
 * @subpackage        Dotstudiopro_scheduler_Page/admin
 */

#scheduler-screen .scheduler-nav{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;
    display:table;
    width: 100%;
    margin: 0 !important;
    padding: 0!important;

}
#scheduler-screen .scheduler-nav li
{
  border: none;
    cursor: pointer;
    color:#fff;
    background:black;
    border-radius:0;
    display: table-cell;
    text-align: center;
}

#scheduler-screen .scheduler-nav li a{
    display: block;
    color: #fff;
    font-weight: 600;
    padding: 18px 25px;
    border: 1px solid #fff;
    margin: 10px 5px;
}

#scheduler-screen .scheduler-nav li a.active, #scheduler-screen .scheduler-nav li a:hover
{
    color:#fff !important;
    background:#D03B8F;
}

.tab-content{
  background: black;
    line-height: 25px;
    padding:30px 25px;

}
.tab-content-wrapper{
    position: relative;
}
.show_information {
    display: inline-block;
    padding: 20px;
    width: 100%;
}

.left .show_information:hover {
    background-color: #2a2a2a;
    cursor: pointer;
}

.show_information .show_image{
    width: 25%;
    display: inline-block;
    float: left;
}

.show_information .show_image img{
    width: 100%;
}
.show_information .show_detail{
    float: left;
    width: 75%;
    padding-left: 15px;
}
.show_information .show_detail p{
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}
.show_information .show_detail p.title{
   color: #D03B8F;
}
.left .overflow {
    width: 100%;
    margin: 0 0 2em 0;
    white-space: nowrap;
    overflow: hidden;
}
.left .ellipsis { text-overflow: ellipsis; }

.preview_show_information .show_image{
    width: 75%;
    margin: 0 auto;
}

.preview_show_information .show_image img{
    width: 100%;
}

.schedular-col-md-5.left {
    height: 80vh;
    overflow-x: auto;
}

.schedular-col-md-7.right{
    text-align: center;
}

.preview_show_information .show_detail
{
    margin: 20px;
}
.preview_show_information .show_detail p{
    font-size: 20px;
    line-height: 30px;
    color:#fff;
}

.preview_show_information .show_detail p.title{
    color: #D03B8F;
}

.schedular-schedular-row{
    min-height: 80vh;
}

#scheduler-scroll-style::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: ##D03B8F;
}

#scheduler-scroll-style::-webkit-scrollbar
{
    width: 12px;
    background-color: ##D03B8F;
}

#scheduler-scroll-style::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.overlay {
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 80vh;
    position: fixed;
    background: #222;
    position: absolute;
    top: 0;
    z-index: 1;

}

.overlay__inner {
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlay__content {
    left: 50%;
    position: absolute;
    top: 44%;
    transform: translate(-50%, -50%);
}

.spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}
.show-more{
    color:#D03B8F !important;
    font-size: 12px;
}

.no-scheduler-found p{
    text-align: center;
    color: #fff!important;
}


.schedular-col-md-5,
.schedular-col-md-7 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.schedular-row {
    margin-right: -15px;
    margin-left: -15px
}

.schedular-row:before,
.schedular-row:after {
    display: table;
    content: " "
}

.schedular-row:after {
    clear: both
}

.schedular-row:before,
.schedular-row:after {
    display: table;
    content: " "
}

.schedular-row:after {
    clear: both
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media(min-width:992px) {
    .schedular-col-md-5,
    .schedular-col-md-7 {
        float: left
    }
    .schedular-col-md-5 {
        width: 41.66666666666667%
    }
    .schedular-col-md-7 {
        width: 58.333333333333336%
    }
}

@media screen and (max-width: 1024px) {
    .show_information{
        padding: 10px;
    }
    .show_information .show_detail p{
        font-size: 13px;
        line-height: initial;
    }
    .tab-content{
        padding: 10px;
    }
    .preview_show_information .show_detail p{
        font-size: 15px;
        line-height: 20px;
    }

    .left .overflow{
        width: 15em;
    }

    #scheduler-screen .scheduler-nav li a {
        padding: 5px 15px;
    }

    .overlay__content {
        top: 20%;
    }
}

@media screen and (max-width: 767px) {
    .show-more{
        display: block!important;
    }
}

@media screen and (max-width: 600px) {
    #scheduler-screen .scheduler-nav{
        display: block;
        overflow: scroll;
    }
    .schedular-col-md-7.right{
        display: none;
    }
    .schedular-col-md-5.left{
        height: auto;
    }
    .left .overflow{
        width: 15em;
    }
    .show-more{
        display: block!important;
    }
}