﻿@import url('https://fonts.googleapis.com/css2?family=Roboto Condensed:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');
/* Layout
------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

    *, *:after, *:before {
        box-sizing: border-box;
    }

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #fdfffc;
    font-family: 'Nunito Sans';
    font-size: 16px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
}

    a, a:hover, a:focus {
        text-decoration: none;
    }

img {
    display: block;
    max-width: 100%;
}

:focus {
    outline: none;
}




body {
    padding-top: 50px;
    padding-bottom: 20px;
    background: #F6F6FB;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.whiteBox {
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    max-width: 753px;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, .25);
}
.question {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    color: #4F5061;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-size: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: 128%;
    display:block;
}
.btnCont {
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-around;
    width: 100%;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
}
/*.authBtn {
    min-width: 180px;
    background: #0DBEE8;*/
   /* background: linear-gradient(90deg,rgba(13, 190, 232, 1) 50%, rgba(35, 218, 214, 1) 100%);*/
    /*border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 20px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    text-align: center;
}*/
.authBtn {
    width: 250px;
    height: 60px;
    background: #0DBEE8;
    /* background: linear-gradient(90deg, rgba(13, 190, 232, 1) 50%, rgba(35, 218, 214, 1) 100%); */
    border-radius: 8px;
    padding: 0 5px;
    margin-bottom: 20px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .authBtn:hover {
        /*background: linear-gradient(90deg,rgba(13, 190, 232, 1) 0%, rgba(35, 218, 214, 1) 50%);*/
        background: #19cdde;
    }
.backBtn {
    font-size: 18px;
    font-weight: 600;
    color: #0976dd;
    margin-top: 40px;
    margin-bottom: 20px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    display: inline-block;
    cursor:pointer;
}
    .backBtn:hover {
        color: #0976dd;
    }
.form-control {
    border: 1px solid #0976dd !important;
    border-radius: 4px !important;
    font-size: 16px;
    width: 75%;
    padding:12px 25px!important;
    display:block;
    margin-bottom:25px !important;
    height:50px !important;
}
.cartCont {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.cart {
    background-image: url(images/cartB.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 26%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Responsive
------------------------------------*/
@media only screen and (min-width: 280px) {
    .container {
        max-width: 100%;
        padding:0!important;
    }
}

@media only screen and (min-width: 1350px) {
    .container {
        max-width: 96%;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1240px;
    }
}

@media only screen and (max-width: 1600px) {
}

@media only screen and (max-width: 1440px) {
}

@media only screen and (max-width: 1370px) {
}

@media only screen and (max-width: 1360px) {
}

@media only screen and (max-width: 425px) {
    .btnCont {
        justify-content: center;
    }
    .question {
        font-size: 26px;
    }
    .authBtn {
        padding: 10px 20px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .backBtn {
        font-size: 16px;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .form-control {
        width: 100%;
        padding: 12px !important;
    }
    .dataTables_length {
        float: left;
        display: none !important;
    }
    .dataTables_info {

        display: none !important;
    }
    .dataTables_paginate {
        float: none !important;
        text-align: center !important;
        display: flex;
        justify-content: center;
        margin:10px 0!important;
    }
}
