﻿@import url('../fonts/muli.css');
@import url('../fonts/nunito.css');

body {
    font-family: 'Muli', sans-serif !important;
}
.x_twitter_icon_a {
    color: #666;
    padding: 4px 4px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    -moz-transition: all 0.2s ease;
    border-radius: 100%;
    margin: 6px 2px;
    display: table;
}
.x_twitter_icon_a:hover {
    background: #eee6e6;
}
.x_twitter_icon_img {
    padding: 4px 5px;
    width: 22px;
}
.validation-summary-errors ul {
    position: absolute;
    top: 5%;
    background: rgba(223, 75, 75, 0.95);
    padding: 13px 25px;
    color: #ffffff;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    letter-spacing: 1px;
    right: 0;
    list-style-type: none;
    box-shadow: 0px 3px 14px -8px #ff3b00;
    z-index: 9 !important;
    word-break: break-all;
}
.dflex_align_center {
    display: flex;
    align-items: center;
}
.error_login_txt {
    z-index: 1111;
    /* width: 500px;*/
    min-width: 480px;
    max-width: 500px;
    height: 71px;
    right: -5px !important;
    position: absolute;
}
.validation-custom ul {
    margin: 0 !important
}

    .validation-custom ul li {
        list-style-type: none !important;
        padding: 0 !important
    }

.hullabaloo {
    position: absolute;
    top: 0.55% !important;
    right: 33.7% !important;
    min-width: 490px !important;
}

.alert {
    margin-top: 4%;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.3px;
}

    .alert.logged {
        text-align: center;
        position: absolute;
        width: 88%;
        top: 2%;
    }
/* Social Media icons */
.sobtn {
    position: fixed;
    top: 35%;
    z-index: 9;
}

    .sobtn > a > i {
        color: #666;
        font-size: .9em;
        padding: 4px 5px;
        font-style: normal !important;
        background: #fff;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
        height: 30px;
        line-height: 23px;
        width: 30px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        transition: all 0.2s ease;
        border-radius: 100%;
        text-align: center;
        margin: 6px 2px;
        display: table;
    }

        .sobtn > a > i:hover {
            border-radius: 100%;
            color: #fff;
        }

        .sobtn > a > i.fa-facebook-f:hover {
            background: #3b5a9a
        }

        .sobtn > a > i.fa-twitter:hover {
            background: #00bced
        }

        .sobtn > a > i.fa-linkedin-in:hover {
            background: #1383c4
        }

        .sobtn > a > i.fa-pinterest-p:hover {
            background: #f03533
        }

        .sobtn > a > i.fa-google:hover {
            background: #c63e24
        }

        .sobtn > a > i.fa-instagram:hover {
            background: #C13584
        }

select {
    padding: 10px 0 !important;
    background: #f2f2f2 !important;
    border: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    outline: none !important;
    color: #525252 !important;
    letter-spacing: 0.4px;
    font-size: 12px !important;
    width: 100% !important;
    height: auto !important;
}

.bg_background_sts {
    background: url('../img/driver-bg.jpg') !important;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !IMPORTANT;
}

.logo-login {
    /*width: 200px;
    height: 60px;*/
    width: 260px !important;
    height: 100px !important;
    margin: 25px auto;
    margin-bottom: 30px;
    background-image: var(--logo-login);
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
    cursor: pointer;
    background-color: #aeaeae;
    border: 2px solid #aeaeae;
    border-radius: 40px;
}

.btn-switch-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border-radius: 40px;
}

.btn-switch--on {
    background-color: var(--theme-color);
    border: 2px solid var(--theme-color);
}

.btn-switch-circle--on {
    left: auto;
    right: 0;
}

.user_reg_address {
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding: 14px 10px 12px 7px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: transparent;
    color: #525252;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="Password"] {
    text-align: left;
    letter-spacing: 1px;
    padding: 10px 0;
    border: none;
    outline: none;
    background: transparent;
    color: #262a35;
    font-size: 12px;
    border-radius: 3px;
    z-index: 9999;
    position: relative;
    width: 100%;
}

.input-group {
    margin: 0 0 27px 0;
    background: #f2f2f2;
    border-radius: 3px;
    width: 100%;
    border: 1px solid rgba(228, 230, 234, 0.72);
}

.input-group-addon {
    /*color: #0cc652 !important;*/
    color: var(--btn-primary)!important;
    font-size: 13px !important;
    border: none !important
}

.form-control-placeholder:hover {
    cursor: text;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    border: 0;
}

.form-control-placeholder {
    position: absolute;
    transition: all 200ms;
    opacity: 0.7;
    left: 38px;
    padding: 10px 0;
    margin: 0;
    font-size: 12px;
    letter-spacing: .4px;
}

input:focus + .form-control-placeholder,
input:valid + .form-control-placeholder {
    font-size: 12px !important;
    color: #3a3e45 !important;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    padding: 2px 0;
    left: 0;
    letter-spacing: 0.4px;
}

.custom-lable {
    position: absolute;
    font-size: 12px !important;
    color: #3a3e45 !important;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    padding: 2px 0;
    letter-spacing: 0.5px;
}

.register {
    padding-top: 15px;
    color: rgba(0,0,0,.55);
    font-size: 14px;
    text-align: center;
}

    .register a {
        font-size: 18px;
        color: var(--theme-color);
    }

.main-login {
    height: calc(100vh - 25px);
    width: 100vw;
    overflow-x: hidden;
    overflow-y: overlay;
    padding: 0 15px;
    vertical-align: middle;
    display: table-cell;
}

#log6 {
    height: calc(100vh - 160px);
    overflow-x: hidden;
}

.version {
    border: 1px solid #454545;
    border-radius: 50%;
    float: right;
    width: 20px;
    height: 20px;
    font-size: 11px;
    color: #454545;
}

.powered {
    font-size: 12px;
    color: #454545;
    height: 25px;
}

#video-bg {
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    /*   top: -29px;*/
    top: 0px;
    opacity: 1;
    width: auto;
    min-width: 100%;
    /*height: auto;*/
    height: 100vh;
    min-height: 100%;
    /* z-index: -100;*/
    background-size: cover;
}

h4 {
    margin-bottom: 20px;
}

.go_back {
    font-size: 20px;
    color: #2b303b;
    display: inline-block;
}

    .go_back:hover {
        color: #0f63b0;
    }
/*.go_back:before {
        font-family: "Font Awesome 5 Pro";
        font-weight: 900;
        content: "\f355";
        float: left;
        margin-right: 7px;
    }*/
.row_center {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.recoverPassword {
    font-size: 12px;
}

.before-bg {
    position: absolute;
    background-image: var(--Whitelabel-imgbg);
    z-index: 0;
    opacity: 0.9;
    width: auto;
    min-width: 100%;
    /*height: auto;*/
    height: 100vh;
    min-height: 100%;
    background-size: cover;
}

/*---------------------------------------- Slider ------------------------------------------*/
.carousel {
    background: radial-gradient(rgba(58, 150, 229, 0.80), transparent);
    font-family: 'VarelaRound', sans-serif;
}

.carousel-animate .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: 0.7;
}

    .carousel-animate .carousel-indicators > li.active {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

.carousel-animate .hero {
    text-align: left;
}

.btn.btn-lg {
    padding: 10px 40px;
}

.hero h1 {
    line-height: 50px;
    font-size: 3vw
}

.hero p {
    padding-bottom: 12px;
    text-shadow: none !important;
    line-height: 23px;
    font-size: 16px;
}

.btn-link {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

@media screen and (max-width: 640px) {
    .hero h1 {
        font-size: 2em;
    }
}

.carousel-fade .carousel-inner .item {
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

    .carousel-fade .carousel-inner .next,
    .carousel-fade .carousel-inner .prev,
    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

.carousel-bg .carousel-inner .item {
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.carousel-bg .carousel-caption {
    top: 30%;
    width: 70%;
    left: 15%;
}
.bellstatus {
    padding: 10px 12px;
    background: #3c77e4;
    border-radius: 50%;
    font-size: 0.9em;
    padding: 5px 9px;
    font-style: normal !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}

    .bellstatus .bell {
        color: #ffffff !important;
        font-size: 10px;
    }
.ccode {
    margin-bottom: 0px !important;
    width: 12% !important;
    padding-left: 20px !important;
    height: 28px !important;
}

/*.realeselogin {
    padding: 17px 10px;
    margin-top: 10px;
    background: #f1f1f1;
   border-radius: 20px 0px;
    border: 1px solid #e2e2e2;
}*/

.realeselogin {
    padding: 17px 10px;
    margin-top: -1px;
    /*background: #f1f1f1;*/
    background: #f4ffef;
    box-shadow: 0px 0px 16px;
}

.reasleaseh5 {
    color: white;
    font-size: 15px;
    font-weight: 800 !important;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
    background: #1c88dad1;
    padding: 5px 15px;
    border-radius: 3px;
    text-align: center;
    position: relative;
    top: 0px;
}


/*.reasleaseh5 {
    color: var(--theme-color);
    font-size: 15px;
    font-weight: 800 !important;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
}*/
.realeselogin p {
    font-size: 12px;
    
}
    .realeselogin span {
   /*     font-weight: bold;
        color: #413e3e;*/
        font-size: 9px;
    }
.realeseinnerdiv {
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 2px solid #fefefe;
}
.reltitle {
    font-size: 14px !important;
 /*   color: green;
    font-weight: 700 !important;*/
}
.blue-more {
    color: var(--theme-color) !important;
   /* text-decoration:underline !important;*/
}

/*.releasemarquee:hover
{
    cursor:pointer;
}*/


@media (min-width : 300px) and (max-width : 600px){

    .error_login_txt {
        position: absolute;
        right: 0px !important;
        z-index: 1111;
        width: 350px;
        height: 70px;
    }

}