/**Fonts**/

@font-face {
    font-family: "TTNorms-Medium";
    src: url("../TTNorms-Medium/TTNorms-Medium.eot");
    src: url("../TTNorms-Medium/TTNorms-Medium.woff") format("woff"),
    url("../TTNorms-Medium/TTNorms-Medium.ttf") format("opentype"),
    url("../TTNorms-Medium/TTNorms-Medium.svg") format("svg");
    }

    @font-face {
        font-family: "TTNorms-Light";
        src: url("../TTNorms-Light/TTNorms-Light.eot");
        src: url("../TTNorms-Light/TTNorms-Light.woff") format("woff"),
        url("../TTNorms-Light/TTNorms-Light.ttf") format("opentype"),
        url("../TTNorms-Light/TTNorms-Light.svg") format("svg");
        }
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
}

body {
    background-color: #f9f9f9;
}

a:hover {
    text-decoration: none;
}

input:focus, textarea:focus, button:focus {
    outline: 0;
}

.full_width {
    width: 100%;
}

.full_height {
    height: 100%;
}

.vir_height{
    height: 100vh;
}

.hei-100 {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.align-center {
    display: flex;
    align-items: center;
}

.flex_space {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.space_even{
    justify-content: space-evenly;
}

.justify-center{
    justify-content: center;
}
.flex-gap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}

.d_f {
    display: flex;
}

.d_i_f {
    display: inline-flex;
    align-items: center;
}

.d_b {
    display: block;
}

.d_i_b {
    display: inline-block;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0;
}

.p_15 {
    padding: 15px!important;
}

.p_20 {
    padding: 20px;
}

.p_25 {
    padding: 25px;
}

.p_l_15{
    padding-left: 15px;
}

.m_r_5{
    margin-right: 5px;
}
.m_r_15 {
    margin-right: 15px;
}
.m_r_25 {
    margin-right: 25px;
}

.m_b_15 {
    margin-bottom: 15px;
}

.m_b_25 {
    margin-bottom: 25px;
}

.m_b_35 {
    margin-bottom: 35px;
}

.cursor {
    cursor: pointer;
}

.pos-rel {
    position: relative;
}

/**Fonts**/

/**Header**/

.login_bg{
    background-image: url(../img/login_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

body{
    background-color: #f9f9f9;
}

.login-txt {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    font-family: "TTNorms-Medium";
}

.login_div {
    width: 400px;
    padding: 20px 40px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #ededed9c;
}
.login_div:hover
{
    transition: all .5s ;
    box-shadow: 0px 0px 10px 0px #0e944724;
}
.login-txt-label{
    color: #a6a6a6;
    font-family: "TTNorms-Light";
    font-size: 18px;
	padding-bottom:15px;

}

.login_input {
    padding: 5px 15px;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    width: 100%;
    color: #000;
    font-family: "TTNorms-Light";
    font-size: 18px;
}
.login_input:focus{
    border-bottom: 2px solid #0e9448cb;
    transition: all .5s;
}


.login_input::placeholder{
    color: #000;
    vertical-align: middle;
}
.login-btn {
    padding: 10px 25px;
    background: #0e9447;
    color: #fff;
    border-radius: 5px;
    font-family: "TTNorms-Light";
	border:0;
}

.login-btn:hover{
    color: white;
    background: #0e9448cb;
}
/**Header**/

.left_div{
    background: white;
}

/**Right Div**/

/***nav***/
#navbar .nav>li{
    border-radius: 5px;
}
#navbar .nav>li>a {
    color: #657983;
    width: 100%;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    font-family: "TTNorms-Light";
    font-weight: 500;
    border-radius: 0;
    padding: 0px 0px 0 45px;
    border-radius: 10px;
}
    #navbar .nav>li>a:focus,
    #navbar .nav>li>a:hover,
    #navbar .nav>li>a:active {
    display: block!important;
    color: #ffffff;
    vertical-align: middle;
    height: 40px;
    line-height: 40px;
    padding: 0px 0px 0 45px;
    border-radius: 10px;
    }
    #navbar .nav li.active a {
    color: #ffffff;

    }
    #navbar .nav li:nth-child(9n+1) {
    background-image: url(../img/group-grey.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    }
    #navbar .nav li:hover:nth-child(9n+1), #navbar .nav li.active:nth-child(9n+1) {
        background-image: url(../img/group-active.png);
        background-repeat: no-repeat;
        background-position: 5% 50%;
        list-style: none;
        background-color: #3bd27b;
    }
    #navbar .nav li.active::before {
        content: '';
        width: 35px;
        height: 40px;
        position: absolute;
        box-shadow: 0px 0px 5px 0px #00000042;
        border-radius: 5px;
    }
    #navbar .nav li:nth-child(9n+2) {
    background-image: url(../img/file.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    }
    #navbar .nav li:hover:nth-child(9n+2),
    #navbar .nav li.active:nth-child(9n+2) {
    background-image: url(../img/file-white.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    list-style: none;
    background-color: #3bd27b;
    }
    #navbar .nav li:nth-child(9n+3) {
    background-image: url(../img/credit-cards-payment.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    }
    #navbar .nav li:hover:nth-child(9n+3),
    #navbar .nav li.active:nth-child(9n+3) {
    background-image: url(../img/credit-cards-payment-white.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
    list-style: none;
    background-color: #3bd27b;
    }


/**Nav**/

.admin-profile-top {
    height: 12vh;
    background-color: #ffffff;
}

.box-shade{
    height: calc(100% - 5px);
    box-shadow: 0 0.1rem 0.5rem 0 rgb(0 0 0 / 5%);
    padding: 0px 25px;

}
.admin-profile-bottom {
    height: 88vh;
    background-color: #f9f9f9;
    padding: 10px 20px; 
}


.profil-title{
    color: #0e9447;
    font-size: 22px;
    font-family: "TTNorms-Medium";
    font-weight: 700;
}


    .p_5{
        padding: 5px;
    }
    .bg_white{
        background-color: white;
    }
    .Seats-21 {
        color: #69c590;
        background: #a3f3c5;
        padding: 5px 9px;
        font-family: "TTNorms-Light";
        border-radius: 5px;
    }
    .seat-id{
        color: #bcbcbc;
        font-family: "TTNorms-Light";
    }
    .delete{
        color: white;
        background: red;
        padding: 3px 9px;
        font-family: "TTNorms-Light";
        border-radius: 5px;
    }
/**Right Div**/
.search-input {

    position: relative;
    border-radius: 5px;

    
}
.search-input input {
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 213px;
    padding: 6px 15px;
    padding-right: 35px;
    background-color: #fff;
    color: #bcbcbc;
    font-family: "TTNorms-Light";
}
.search-input input::placeholder{
    color: #bcbcbc;

}
.search-input::before {
    content: '';
    border-radius: 5px;
    position: absolute;
	width: 30px;
    height: 38px;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #3bd27b;
    background-image: url(../img/loupe.png);
    z-index: 11;
}
.search-input input:focus{
	box-shadow: 0 0.4rem 0.5rem 0 rgb(0 0 0 / 10%);
}

/**Log out **/
.logout-wrap {
    position: relative;
    cursor: pointer;
    margin-left: auto;
    }
    .logout-bx {
    position: relative;
    }
    .logout-bx:hover .prof-drop {
    display: block;
    }
    .prof-drop:hover {
    display: block;
    }
    .prof-drop {
    position: absolute;
    display: none;
    right: 0;
    padding: 0px;
    bottom: -150px;
    list-style: none;
    width: 200px;
    background: #ffffff;
    box-shadow: 0px 0px 7px 1px #3333;
    border-radius: 4px;
    z-index: 999;
    }
    ul.prof-drop span .fas {
    margin-right: 5px;
    }
    ul.prof-drop li:hover {
    background: #3bd27a23;
    color: #657983;
    }
    ul.prof-drop li {

    font-weight: 500;
    padding: 10px 20px;
    color: #000000;
    cursor: pointer;
    }
    .admin-txt{
        color: #000000;
        font-family: "TTNorms-Light";  
    }
    ul.prof-drop li a {
    color: #000000;
    font-family: "TTNorms-Light";
    } 

    .admin_img{
        border-radius: 5px;
        width: 30px;
        height: 35px;
        background-color: #3bd27b;
    }

    .scrollbar {
        overflow-y: hidden;
        height: 100%;
        background: transparent;
    }
    .scrollbar:hover{
        overflow-y: scroll;
    }

    /* STYLE 1*/
.style-2::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(207, 207, 207, 0.3);
border-radius: 5px;
background-color: #3bd27b59;
}
.style-2::-webkit-scrollbar
{
width: 2px;
background-color: #3bd27b59;
}
.style-2::-webkit-scrollbar-thumb
{
border-radius: 5px;
-webkit-box-shadow: inset 0 0 6px rgba(223, 223, 223, 0.3);
background-color: #29b36359;
}
/***/
.table{
display: table;
position: relative;
border-collapse: separate;
border-spacing: 0 10px;
}
.table_div .table thead th {
color: #bcbcbc;
font-size: 14px;
font-family: "TTNorms-Light";
font-weight: 700;
text-transform: capitalize;
}
.table_div .table thead tr , .table_div .table tbody tr {
    background-color: rgb(255, 255, 255);
}
.table_div .table td,
.table_div .table th {
border-top: none;
font-family: "TTNorms-Light";
font-size: 14px;
font-weight: 400;
vertical-align: middle;
}
.table_div .table td {
color: #000000;
}
.table thead th {
vertical-align: bottom;
border-bottom: none;
}

.table tbody tr:hover {
    background: linear-gradient(to right, #3bd27b00, #3bd27b59);
}
.highlight {
    background: linear-gradient(to right, #3bd27b00, #3bd27b59);
}


.blue-txt{
    font-family: "TTNorms-Light";
    color: #3b70d2!important;
}

.download{
    padding: 7px 15px;
    font-family: "TTNorms-Light";
    color: #fff;
    background-color: #287ab9;
    border-radius: 5px;
    border: 2px solid #287ab9; 
    cursor: pointer;
}
.Seats-21{
    padding: 7px 15px;
    font-family: "TTNorms-Light";
    color: #0e9447;
    background-color: #affacf;
    border-radius: 5px;
    border: 2px solid #affacf; 
    cursor: pointer;
}
.Renewed{
    padding: 7px 15px;
    font-family: "TTNorms-Light";
    color: #f13f3f;
    background-color: #fff5f5;
    border: 2px solid #ff4444; 
    border-radius: 5px;
    cursor: pointer;
}
.plas{
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: #0e9447;
    text-align: center;
    color: #fff;
    margin: 0;
    font-size: 20px;
    display:inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.profile-label{
    font-family: "TTNorms-Medium";
    color: #515151;
    font-weight: 500;
}
.profile-input{
    padding: 7px 15px;
    background: #f3f3f3;
    border-radius: 3px;
    border: 1px solid #cfcfcf;
    width: 100%;
    display: block;
    font-family: "TTNorms-Light";
}
.modal-footer{
    border-top: 0;
}

.update {
    padding: 7px 10px;
    border-radius: 5px;
    color: white;
    transition: 0.2s all;
    background: #0e9447;
    text-align: center;
    font-family: "TTNorms-Light";
    border: none;
}
.reset-bg{
    background: #b9b9b9;
}
.txt-center{
    text-align: center;
}
  
  .value-button {
    border: crimson;
    margin: 0px;
    width: 40px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 0;
    user-select: none;
}
  .value-button:hover {
    cursor: pointer;
  }
  
  form #input-wrap {
    margin: 0px;
    padding: 0px;
  }
  
  input#number {
    text-align: center;
    border: none;
    background: #e3e3e3;
    width: 40px;
    padding: 5px;
    margin: 10px 0;
    font-family: "TTNorms-Light";
    border-radius: 5px;
}
input#seatnumber {
    text-align: center;
    border: none;
    background: #e3e3e3;
    width: 40px;
    padding: 5px;
    margin: 10px 0;
    font-family: "TTNorms-Light";
    border-radius: 5px;
}
  
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
/***/
/**section**/
.Staff-sub-title{
    color: #979797;
font-size: 16px;
font-family: "TTNorms-Light";
font-weight: 700;
}

.child-details {
    padding: 25px;
    border-radius: 20px;
    box-shadow: 1px 1px 1.5rem 0 rgb(0 0 0 / 10%);
    position: relative;
    bottom: 50px;
    z-index: 11;
    background-color: white;
}

.form-title{
    color: #1c1c1c;
    font-family: "Arial";
    font-size: 22px;
    font-weight: 700;
}

.alert-txt{
    color: red;
    font-family: "Arial";
    font-size: 16px;
    margin-bottom: 15px;
}

.form-input-title{
    color: #909090;
    font-family: "Arial";
    font-size: 18px;
}

.mad-star{
    color: #1c1c1c;
    font-family: "Arial";
}

.form-input{
    color: #1c1c1c;
    font-family: "Arial";
    font-size: 18px;
    width: 100%;
    padding: 8px 15px;
    background-color: #fafafa;
    box-shadow: 0 0.1rem 0.5rem 0 rgb(0 0 0 / 10%);
    border: 1px solid rgb(0 0 0 / 10%);
    transition: all .1s ease-in-out;

}
.form-input:hover , .form-input:focus{
    box-shadow: 0 0.4rem 0.5rem 0 rgb(0 0 0 / 15%);
    transition: all .1s ease-in-out;
    cursor: pointer;
}

.remove-txt {
    color: #ff4444;
    border-radius: 2px;
    border: 1px solid #ff4444;
    font-size: 14px;
    padding: 5px 15px;
    font-family: "Arial";
    cursor: pointer;
}

.wrapper{
    display: none;
}

.custom-btn {
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #19388a;
    font-family: "Arial";
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  }

.btn-14 {
    background: #19388a;
   color: #fff;
   z-index: 1;
 }
 .btn-14:after {
   position: absolute;
   content: "";
   width: 100%;
   height: 0;
   top: 0;
   left: 0;
   z-index: -1;
   background: #fff;
   transition: all 0.3s ease;
 }
 .btn-14:hover {
   color: #19388a;
 }
 .btn-14:hover:after {
   top: auto;
   bottom: 0;
   height: 100%;
 }
 .btn-14:active {
   top: 2px;
 }
   
.note-txt{
    color: #ff0101;
    font-size: 16px;
    font-family: "Arial";
}

/**section**/

/** Custom Select **/

.menu-select.nice-select {
	width: 100%;
    background-color: #ffffff;
	border-radius: 0px;
    border: 1px solid #ffffff;
	color: #1c1c1c;
    font-family: "Arial";
    height: 45px;
    line-height: 45px;
}
.menu-select.nice-select:after {
	border-bottom: 2px solid #909090;
	border-right: 2px solid #909090;
}
.menu-select.nice-select .list {
    box-shadow: 0 0.4rem 0.5rem 0 rgb(0 0 0 / 10%);
    background-color: #fafafa;
	width: 100%;
	border-radius: 0px;
}
.menu-select.nice-select .list .option:hover {
    background-color: #e8e8e8;
}
.menu-select.nice-select .option.selected.focus {
    background-color: #e8e8e8;
}

.menu-select.nice-select:hover , .menu-select.nice-select:focus{
    box-shadow: 0 0.4rem 0.5rem 0 rgb(0 0 0 / 10%);
}

/**Radio btn**/

.l-radio {
    padding: 6px;
    border-radius: 50px;
    display: flex;
    cursor: pointer;
    transition: background 0.2s ease;
    margin: 0 0 15px 0;
    -webkit-tap-highlight-color: transparent;
}

  .l-radio input {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: none;
    border: 0;
    box-shadow: inset 0 0 0 1px #9F9F9F;
    box-shadow: inset 0 0 0 1.5px #9F9F9F;
    appearance: none;
    padding: 0;
    margin: 0;
    transition: box-shadow 150ms cubic-bezier(0.95, 0.15, 0.5, 1.25);
    pointer-events: none;
  }
  .l-radio input:focus {
    outline: none;
  }
  .l-radio input:checked {
    box-shadow: inset 0 0 0 6px #19388a;
  }
  .l-radio span {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    padding: 0 8px;
  }

/***/

.cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .cbx label{
    font-size: 16px;
    font-family: "Arial";
    color: #19388a;
  }
  .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #19388a;
    transition: all 0.2s ease;
    margin-right: 10px;
  }
  .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #19388a;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .cbx span:last-child {
    padding-left: 8px;
  }
  .cbx:hover span:first-child {
    border-color: #19388a;
  }
  
  .inp-cbx:checked + .cbx span:first-child {
    background: #19388a;
    border-color: #19388a;
    animation: wave 0.4s ease;
  }
  .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .res_m_b_0{
      margin-bottom: 20px;
  }
  
  @keyframes wave {
    50% {
      transform: scale(0.9);
    }
  }

/***/

/* Media qurey section */
@media screen and (max-width: 768px)
{
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

}

@media screen and (max-width: 768px) {
    .res_m_b_15{
        margin-bottom: 35px;
    }
    .res_m_b_20{
        margin-bottom: 20px;
    }
    .res_m_b_0{
        margin-bottom: 0px;
    }
    .logo_wid{
        display: none;
    }
    header {
        padding-bottom: 30px;
    }
    .book-title {
        font-size: 18px;
    }
    
}
/*Header*/
/* ##Device = Desktops ##Screen = 1281px to higher resolution desktops */
@media (min-width: 1281px) {
   /* CSS */
}
/* ##Device = Laptops, Desktops ##Screen = B/w 1025px to 1280px */
@media (min-width: 1025px) and (max-width: 1280px) {
    .mem_top {
        overflow-x: auto;
   }
}
/* ##Device = Tablets, Ipads (portrait) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) {
    .mem_top {
        overflow-x: auto;
   }
}
/* ##Device = Tablets, Ipads (landscape) ##Screen = B/w 768px to 1024px */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination span a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}