p, body, td, input, select, button {
    font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #ffffff;
}

a {
    color: #1155a3;
}

.space {
    margin: 10px 0px 10px 0px;
}

.header {
    background: #003267;
    background: linear-gradient(to right, #011329 0%, #00639e 44%, #011329 100%);
    padding: 20px 10px;
    color: white;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.75);
}

.header a {
    color: white;
}

.header h1 a {
    text-decoration: none;
}

.header h1 {
    padding: 0px;
    margin: 0px;
}

.main {
    padding: 10px;
    margin-top: 10px;
}

/* context menu icons */
.icon:before {
    position: absolute;
    margin-top: 3px;
    width: 14px;
    height: 14px;
    content: '';
}

.icon-blue:before {
    background-color: #1066a8;
}

.icon-green:before {
    background-color: #6aa84f;
}

.icon-yellow:before {
    background-color: #f1c232;
}

.icon-red:before {
    background-color: #cc0000;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    border: 1px solid #51b66d;
}
.colo-light {
    color: #949494;
}
.icon-wrapper i {
    color: #51b66d!important;
}
.table thead th {
    vertical-align: top!important;
}

::selection {
    background: #51b66d;
    color: white;
}
.overflow-y {
    overflow-y: scroll;
    height: 250px;
}
/*.preloader {
    !*фиксированное позиционирование*!
    position: fixed;
    !* координаты положения *!
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    !* фоновый цвет элемента *!
    background: #ffffff;
    !* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) *!
    z-index: 999999;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #51b66d;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}*/

.h4 {
    font-size: 14px;
}
.w-350 {
    width: 350px;
}
.profile-menu.show {
    transform: translate3d(250px, -7px, 0px);
}
.btn-outline-0 {
    outline: 0;
}
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");

.container-box {
    background: #232931;
    margin: 0 auto;
    position: relative;
    box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
}

.rightbox {
    height: 100%;
}

.rb {
    height: 350px;
    overflow-y: scroll;
}

.rb-container ul.rb li:first-child {
    margin-top: 25px;
}

.rb-container {
    font-family: "PT Sans", sans-serif;
    margin: auto;
    display: block;
    position: relative;
}

.rb-container ul.rb {
    margin: 2.5em 0;
    padding: 0;
    display: inline-block;
}

.rb-container ul.rb li {
    list-style: none;
    margin: auto;
    margin-left: 3em;
    min-height: 50px;
    border-left: 1px dashed #fff;
    padding: 0 0 50px 30px;
    position: relative;
}

.rb-container ul.rb li:last-child {
    border-left: 0;
}

.rb-container ul.rb li::before {
    position: absolute;
    left: -20px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 1);
    border-radius: 500%;
    background: #50d890;
    height: 40px;
    width: 40px;
    transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
    border-color: #232931;
    transition: all 1000ms ease-in-out;
}

ul.rb li .timestamp {
    color: #50d890;
    position: relative;
    width: 100px;
    font-size: 12px;
}

.item-title {
    color: #fff;
}

.container-3 {
    width: 5em;
    vertical-align: right;
    white-space: nowrap;
    position: absolute;
}

.container-3 input#search {
    width: 150px;
    height: 30px;
    background: #fbfbfb;
    border: none;
    font-size: 10pt;
    color: #262626;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0.9em 0 0 28.5em;
    box-shadow: 3px 3px 15px rgba(119, 119, 119, 0.5);
}

.container-3 .icon {
    margin: 1.3em 3em 0 31.5em;
    position: absolute;
    width: 150px;
    height: 30px;
    z-index: 1;
    color: #4f5b66;
}

input::placeholder {
    padding: 5em 5em 1em 1em;
    color: #50d890;
}

.highcharts-color-0 {
    fill: #51b66d;
    stroke: #51b66d;
}

.bg-light-blue {
    background: #eaf4fe;
    border: 1px solid #b8b8b8;
}

.table td, .table th {
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    .navbar-nav {
        flex-direction: row;
        justify-content: space-around;
    }
}

svg, i {
    color: #51b66d!important;
}

.font-size-sm {
    font-size: 14px;
}
/* Auth Section Style Goes Here */
.auth-section {
    height: 100vh;
}

.auth-section .row, .auth-section .row .col-md-6 {
    height: 100%;
}

.auth-section .row .col-md-6 .sign-in-auth-bg {
    /*background-image: url(https://rasulov.uz/thumb/2/JZTlRpIclQ9M14IiUVzE5g/1920r1333/d/1_185.jpg);*/
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    height: 100vh;
    width: 100%;
    border-bottom-left-radius: 250px;
    position: relative;
}

.auth-section .row .col-md-6 .sign-in-auth-bg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    border-bottom-left-radius: 250px;
}

.auth-section .row .col-md-6 .logo {
    background-image: url(../img/encode_logo.svg);
    background-position: center;
    background-size: contain;
    z-index: 9999;
    background-repeat: no-repeat;
    width: 150px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(2);
}

.form-container {
    display: flex;
    justify-items: center;
    align-items: center;
    height: 100vh;
    width: 100%;
}

.form-container .card {
    display: flex;
    height: 100vh;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.form-container .card form {
    width: 450px;
}

.form-container .card form .text-wrapper p {
    color: rgb(118, 114, 114)
}

.btn-styled {
    background: #ff9021!important;
    color: white;
}

.form-container .card form input, .form-container .card form button {
    border-radius: 25px;
}

.no-focus:focus, .no-focus:checked {
    outline: 0;
    border: 0;
    box-shadow: unset;
}

.auth-section  .card {
    border: 0;
}
/* Auth Section Style Ends Here */

/* Sidebar Invoker Styling Goes Here */
/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins" , sans-serif;
}
.sidebar{
    /*position: fixed;
    left: 0;
    top: 0;*/
    height: 100%;
    width: 78px;
    background: #fff; /*11101D*/
    padding: 6px 14px;
    z-index: 99;
    transition: all 0.5s ease;
}
.sidebar.open{
    width: 250px;
}
.sidebar .logo-details{
    height: 60px;
    display: flex;
    align-items: center;
    position: relative;
}
.sidebar .logo-details .icon{
    opacity: 0;
    transition: all 0.5s ease;
}
.sidebar .logo-details .logo_name{
    color: #003A77;
    font-family: gotham;
    font-size: 24px;
    font-weight: 600;
    opacity: 0;
    transition: all 0.5s ease;
}
.sidebar.open .logo-details .icon,
.sidebar.open .logo-details .logo_name{
    opacity: 1;
}
.sidebar .logo-details #btn{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 22px;
    transition: all 0.4s ease;
    font-size: 23px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease;
}
.sidebar.open .logo-details #btn{
    text-align: right;
}
.sidebar i{
    color: #000;
    height: 60px;
    min-width: 50px;
    font-size: 28px;
    text-align: center;
    line-height: 60px;
}
.sidebar .nav-list{
    /*margin-top: 20px;*/
    height: 100%;
}
.sidebar li{
    position: relative;
    margin: 8px 0;
    list-style: none;
}
.sidebar li .tooltip{
    position: absolute;
    top: -20px;
    left: calc(100% + 15px);
    z-index: 3;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    transition: 0s;
}
.sidebar li:hover .tooltip{
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    top: 50%;
    transform: translateY(-50%);
}
.sidebar.open li .tooltip{
    display: none;
}
.sidebar input{
    font-size: 15px;
    color: #000;
    font-weight: 400;
    outline: none;
    height: 50px;
    width: 100%;
    width: 50px;
    border: none;
    border-radius: 12px;
    transition: all 0.5s ease;
    background: #fff;/*1d1b31*/
}
.sidebar.open input{
    padding: 0 20px 0 50px;
    width: 100%;
}
.sidebar .bx-search{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 22px;
    background: #fff;/*1d1b31*/
    color: #000;
}
.sidebar.open .bx-search:hover{
    background: #fff;/*1d1b31*/
    color: #000;
}
.sidebar .bx-search:hover{
    background: #FFF;
    color: #11101d;
}
.sidebar li a{
    display: flex;
    width: 100%;
    border-radius: 12px;
    align-items: center;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #fff; /*11101D*/
}
.sidebar li a:hover{
    background: #FFF;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}
.sidebar li a .links_name{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: 0.4s;
}
.sidebar.open li a .links_name{
    opacity: 1;
    pointer-events: auto;
}
.sidebar li a:hover .links_name,
.sidebar li a:hover i{
    transition: all 0.5s ease;
    color: #000; /*11101D*/
}
.sidebar li i{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    border-radius: 12px;
}
.sidebar li.profile{
    position: fixed;
    /*height: 60px;*/
    width: 78px;
    left: 0;
    bottom: -8px;
    /*padding: 10px 14px;*/
    padding: 10px;
    background: #fff; /*1d1b31*/
    transition: all 0.5s ease;
    overflow: hidden;
}
.sidebar.open li.profile{
    width: 250px;
}
.sidebar li .profile-details{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.sidebar li img{
    height: 45px;
    width: 45px;
    object-fit: cover;
    border-radius: 6px;
    margin-right: 10px;
}
.sidebar li.profile .name,
.sidebar li.profile .job{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    white-space: nowrap;
}
.sidebar li.profile .job{
    font-size: 12px;
}
.sidebar .profile #log_out{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #fff; /*1d1b31*/
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 0px;
    transition: all 0.5s ease;
}
.sidebar.open .profile #log_out{
    width: 50px;
    padding-right: 75px;
    background: none;
}
.home-section{
    /*position: relative;*/
    /*background: #E4E9F7;*/
    min-height: 100vh;
    top: 0;
    left: 78px;
    width: calc(100% - 78px);
    transition: all 0.5s ease;
    z-index: 2;
}
.sidebar.open ~ .home-section {
    left: 250px;
    width: calc(100% - 250px);
}
.home-section .text{
    display: inline-block;
    color: #fff; /*11101d*/
    font-size: 25px;
    font-weight: 500;
    margin: 18px
}
/* Sidebar Invoker Styling Ends Here */

#main-wrapper {
    display: flex;
    justify-content: flex-end;
}
main {
    height: 100vh;
    overflow-y: scroll;
    background-color: #F6F9FC;
}