/* Global */

@font-face {
    font-family: sfuibold;
    src: url("../fonts/sf-ui-display-bold-58646a511e3d9.otf");
}

@font-face {
    font-family: sfuimedium;
    src: url("../fonts/sf-ui-display-medium-58646be638f96.otf");
}

.font-bold {
    font-family: sfuibold;
}

.font-medium {
    font-family: sfuimedium;
}

hr {
    opacity: 0.9 !important;
}

/* Logos */

.main-logo {
    margin-top: -100px;
}

/* Colors */

.bg-cream {
    background-color: #fbfada;
}

.bg-grey {
    background-color: #c1c1c1;
}

.bg-purple {
    background-color: #464ba2;
}

.bg-grey {
    background-color: #f2f2f2;
}

.text-purple {
    color: #34357a;
}

/* PAYMENT OPTIONS */

.cc-selector {
    outline: 1px solid #151b72;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    visibility: hidden;
}

.cc-selector-2 input {
    position: absolute;
    z-index: 999;
}

.visa {
    background-image: url("../img/payment_options/visa.png");
    background-position: center;
    background-size: contain;
}

.mastercard {
    background-image: url("../img/payment_options/naps.png");
    background-position: center;
    background-size: contain;
}

.qatarpay {
    background-image: url("../img/payment_options/QR_code.png");
    background-position: center;
    background-size: contain;
}

.paypal {
    background-image: url("../img/payment_options/paypal.png");
    background-position: center;
    background-size: contain;
}

.ooredoo {
    background-image: url("../img/payment_options/ooredoo.png");
    background-position: center;
    background-size: contain;
}

.vodafone {
    background-image: url("../img/payment_options/vodafone.png");
    background-position: center;
    background-size: contain;
}

.cc-selector-2 input:active+.drinkcard-cc,
.cc-selector input:active+.drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked+.drinkcard-cc,
.cc-selector input:checked+.drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 2px solid #464ba2;
    border-radius: 100rem;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    /* -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75); */
    border-radius: 50px;
}

/* Extras */
a:visited {
    color: #888
}

a {
    color: #444;
    text-decoration: none;
}

p {
    margin-bottom: .3em;
}

* {
    font-family: monospace;
}

.cc-selector-2 input {
    margin: 5px 0 0 12px;
}

.cc-selector-2 label {
    margin-left: 7px;
}

span.cc {
    color: #6d84b4
}

/* Shadows */

.soft-shadow-1 {
    -webkit-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 10px -3px rgba(0, 0, 0, 0.75);
}

.inner-shadow-1 {
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(242, 242, 242, 1);
    -moz-box-shadow: inset 0px 0px 5px 0px rgba(242, 242, 242, 1);
    box-shadow: inset 0px 0px 5px 0px rgba(242, 242, 242, 1);
}

/* Table */

.table thead th {
    background-color: #34357a;
    color: white;
    font-family: sfuibold;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blr5 {
    border-bottom-left-radius: 5px;
}

.brr5 {
    border-bottom-right-radius: 5px;
}

/* Buttons */

.pay-btn {
    border-radius: 50px;
    font-family: sfuibold;
    font-size: 18px;
    background: #faba28 !important;
}

.pay-btn-2 {
    border-radius: 50px;
    font-family: sfuibold;
    font-size: 18px;
    background: #464ba2 !important;
    border: 0;
}

/* Font sizes */

.font-3rem {
    font-size: 3rem !important;
}

.font-4rem {
    font-size: 4rem !important;
}

.font-5rem {
    font-size: 5rem !important;
}

.font-30px {
    font-size: 30px !important;
}

.font-22px {
    font-size: 22px !important;
}

.font-18px {
    font-size: 18px !important;
}

.font-10px {
    font-size: 10px !important;
}

/* Card */

.my-card {
    max-width: 485px !important;
}

.my-card-2 {
    max-width: 390px !important;
}

/* Borders */

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-20px {
    border-radius: 20px;
}

/* Input */

.form-control {
    border: 3px solid #ebebeb;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c1c1c1 !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c1c1c1 !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c1c1c1 !important;
}

/* Headings */

h6 {
    font-size: 12px;
}

h5 {
    font-size: 16px;
}

h4 {
    font-size: 18px;
}

h3 {
    font-size: 20px;
}

h2 {
    font-size: 22px;
}

h1 {
    font-size: 24px;
}

/* Table */

tr td {
    font-size: 12px !important;
}

/* Media Queries */

@media (max-width: 1023px) {

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    body {
        background: url(../img/background.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
    }
}

@media (min-width: 1024px) {
    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    body {
        background: url(../img/background.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position-x: center;
    }
}