@import url('https://fonts.googleapis.com/css?family=Rubik:300&display=swap');

body {
    font-family: 'Rubik', sans-serif;
    font-size: 1.0rem;
    background: #141821;
}

.btn-primary {
    color: #fff;
    background-color: #3e80e6;
    border-color: #3e80e6;
}

.card {
    border: 1px solid #2b313e;
}

.card-body {  
    background: #1f242e;
    padding:1rem 0 0;
}

.btn-orange {
    background:orange;
    color:#000;
}

.login-page-wrp {
    position: fixed;
    z-index: 9;
    height: auto;
    overflow: hidden;
    outline: 0;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*box-shadow: 0 0.76875rem 2.4875rem rgba(52,58,64,.3), 0 1.3375rem 1.70625rem rgba(52,58,64,.3), 0 0.55rem 0.53125rem rgba(0,0,0,.05), 0 0.225rem 0.4375rem rgba(52,58,64,.3);*/
    background: #1f242e !important;
    border-radius: 5px;
    color: #495057;
    font-size: 1rem;
    overflow: inherit;
    border: 1px solid #2b313e;
}

.checkbox-field {
    display: flex;
}
.errorMassageBoxboder {
    border: 2px solid #b30505 !important;
    background-color: #b9b0b0 !important;
}
[class*="-field"] > input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.recover-password-wrp {
    padding: 0.8rem 1.5rem;
    display: block;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.inner-login-page {
    padding: 1.5rem;
}

a.recover-password-link {
    font-size: 80%;
    color: #3f6ad8;
}

button.btn.btn-login {
    background: #4559dc;
    color: #fff;
}

.login-header-logo-wrp {
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: -70px;
}

    .login-header-logo-wrp img {
        width: 150px;
    }

p.login-copyright {
    margin: 0;
    text-align: center;
    position: relative;
    top: 50px;
    color: #fff;
    font-size: 80%;
}

.header-right-side {
    justify-content:space-between!important;
}

@media (max-width: 767px) {
    .login-page-wrp {
        width: 90%;
    }

    button.btn.btn-login {
        font-size: 0.8rem;
    }
    .menu-l.widh-collapse:hover {
        width: 0!important;
    }
    .menu-l {
        width:0px;
    }
    .resp_menu {
        display: none;
    }
}


/**********fORGET PASSWORD******************/
.forget-password .forget-header-top {
    padding-bottom: 0;
    color: #fff;
}

    .forget-password p.login-copyright {
        position: absolute;
        bottom: -50px;
        width: 100%;
        top: unset;  
        text-align: center;
    }
/**********fORGET PASSWORD******************/

select option {
    color:#000;
    padding:15px 0;
}

.forget-header-top h4 {
    font-weight:700;
}

.table td {
    vertical-align:middle;
}

.table th {
    vertical-align: middle;
}

.table tr:hover {
    background: #252b36!important;
}

.form-control {
    background: #706f6f38;
    color: #9f9f9f !important;
    border: 0px;
    height: 50px;
}

    .form-control:focus {
        background: #706f6f38;
        color: #000;
    }

.form-group label {
    color: #fff;
    font-weight:600;
}

.table {
    margin-bottom:0px;
}

    .table thead th {
        border-bottom: 1px solid #2b313e;
        border-top: 0px solid #2b313e;
        color: #afafaf;
        font-weight:500;
    }

.table td {
    border-bottom: 1px solid #2b313e;
    color: #fff;
}
.table tr {
    background: #1f242e;
}

.menu_master {
    background: #1f242e !important;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
    border: 1px solid #2b313e;
}

.showPopUpBackground_master {
    background: #1f242e !important;
    padding: 25px;
    margin: 25px 0;
    border-radius: 10px;
    border: 1px solid #2b313e;
}



/* Chat containers */
.chat {
    background-color: #31343c;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    width: 95%;
    float:left;
}

/* Darker chat container */
.darker {
    background-color: #73b9fc;
    float:right !important;
}

/* Clear floats */
.chat::after {
    content: "";
    clear: both;
    display: table;
}

/* Style images */
.chat img {
    float: left;
    max-width: 60px;
    width: 100%;
    margin-right: 20px;
    border-radius: 50%;
}

    /* Style the right image */
    .chat img.right {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }

.chat p {
    color: #fff;
}

/* Style time text */
.time-right {
    float: right;
    color: #fff;
}

/* Style time text */
.time-left {
    float: left;
    color: #fff;
}

.card-title {
    color: #fff;
    padding: 0px 0 15px 10px;
    border-bottom: 1px solid #2b313e;
}


.input-file {
    position: absolute;
    padding: 0;
    max-width: 100%;
    cursor: pointer;
    right: 0;
    top: 7px;
}

    .input-file .btn {
        white-space: nowrap;
        display: inline-block;
        margin-right: 1em;
        vertical-align: top;
    }

    .input-file .material-icons {
        float: left;
        font-size: 16px;
        line-height: inherit;
        margin-right: 4px;
    }

    .input-file ins {
        white-space: nowrap;
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
    }

    .input-file:after {
        content: "";
        display: block;
        clear: both;
    }

    .input-file input {
        width: 0.1px;
        height: 0.1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: -100px;
        z-index: -1;
    }



.breadcrumb {
    background:inherit; 
    padding:0px 5px;
}


select.form-control:not([size]):not([multiple]) {
    height:50px;
}