:root {
    --color_1: rgba(73, 73, 73, 1);
    --color_2: rgba(0, 0, 0, 1);
    --color_3: rgba(206, 64, 64, 1);
    --color_4: #4B0082; /* rgba(70, 12, 151, 1);*/
    --color_5: rgba(18, 45, 136, 1);
    --color_6: rgba(8, 196, 233, 1);
    --color_7: #8252C6;
}

.Body_Client {
   /* background: url('../images/BG.png') fixed;*/
    background-color:#000;
    background-repeat: no-repeat;
  background-size: cover;
}

.BtnPurchaseNow {
    height: 40px;
    width: 171px;
    background-image: url('../Images/Purchase_btn.png') !important;
}
.MainDropDownBg {
    height: 23px;
    background-color: #f9f9f9;
    border: 1px;
    border-style: solid;
    border-color: #dcdcdc;
    color: #444444;
    font-size: inherit;
    min-width: 40px;
    background-image: url(/Admins_Theatre/Images/MainDropDownBg.png);
    background-repeat: no-repeat;
    background-position: right;
    -o-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 3px;
}
.ReserveFormSeparator {
    background-color: transparent !important;
}
.custom-alert {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: -2px 2px 20px rgba(0, 0, 0, .7);
    padding: 20px;
    border-radius: 5px;
    z-index: 1000;
    width: 300px;
    text-align: center;
}  