body {
    padding: 0;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
}

.row-block {
    width: 100vw;
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}
.gray-bg {
    background: #d0dfec;
}
header {
    width: calc(100% - 30px);
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
}
.header-col {
    align-items: center;
    display:flex;
}
.logo-tx {
    font-size: 31px;
    font-weight: 700;
    color: #262323;
    vertical-align: middle;
}
.nav-link {
    font-size: 17px;
    font-weight: 400;
    color: #262323;
    vertical-align: middle;
    margin: 0 10px;
}
.menu-row {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}
.menu-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}
.big-icon img {
    height: 25px;
    width: auto;
    opacity: 0.7;
}
.big-icon:hover img {
    opacity: 1;
}
.menu-block {
    padding: 20px;
    margin: 15px 0;
    border-radius: 10px;
}
.menu-block span {
    font-size: 28px;
    font-weight: 500;
}
.menu-block p {
    font-size: 18px;
    font-weight: 500;
    margin:0;
}
.menu-block.account {
    background: #10b36e;
    color: #fff;
}
.panel-block {
    border-radius: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #fff;
    min-height: calc(100vh - 50px);
    overflow: hidden;
}
.col-1 {
    width: 64%;
    height: 100px;
    overflow: hidden;
}
.col-header {
    width: calc(100% - 40px);
    padding: 0 20px;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    background: #fff;
    height: 10%;
    display: flex;
    justify-content: space-between;
}
.col-header a {
    color: #fff;
    font-size: 17px;
    border-radius: 10px;
    padding: 7px 10px;
    background: #1e99e3;
    transition: 300ms;
}
.col-header a:hover {
    background: #43aff0;
}
.col-header span {
    font-size: 20px;
    font-weight: 600;
}
.empty-folder {
    width: calc(100% - 60px);
    padding: 30px;
}
.empty-folder-vector {
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.empty-folder-vector img {
    width: 30%;
    height: auto;
}
.empty-folder-text {
    width: calc(100% - 50px);
    padding: 0 25px;
    text-align:center;
}
.empty-folder-text span {
    font-size: 20px;
    font-weight: 500;
    color: #378bb5;
}
.messages-container {
    overflow-y: scroll;
    padding-left: 20px;
    padding-right: 20px;
    max-height: 90%;
}
.question {
    border-radius: 10px;
    background: rgba(229, 229, 229, 0.9);
    padding: 15px;
    margin: 10px;
}
.question-text span {
    display: block;
    font-size: 16px;
    font-weight: 400;
}
.question-text span b, .question-text p b {
    font-weight: 500;
}
.question-text p {
    margin: 0;
    padding: 0;
    margin-top: 3px;
    font-size: 15px;
    font-weight: 400;
}
.question-info {
    border-top: 1px solid rgb(185, 185, 185);
    padding: 5px 0;
    margin-top: 10px;
}
.question-info span {
    padding: 0;
    margin: 0;
    font-size: 15px;
    display: block;
    color: rgb(115, 115, 115);
    font-weight: 500;
}
.question-buttons {
    margin-top: 10px;
}
.question-buttons a, .qs-btn {
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
}
.qs-btn {
    margin-left: 5px;
}
.question-buttons a.edit, .urta-daraja {
    background: #1a96b3;
    color: #fff;
    transition: 300ms;
}
.question-buttons a.edit:hover, .urta-daraja:hover {
    background: #1bb0d2;
}
.question-buttons a.send, .oddiy-daraja {
    background: #139113;
    color: #fff;
    transition: 300ms;
}
.question-buttons a.send:hover, .oddiy-daraja:hover {
    background: #1ea61e;
}
.qiyin-daraja {
    background: #d01919;
    color: #fff;
    transition: 300ms;
}
.qiyin-daraja:hover {
    background: #f21a1a;
}
.col-2 {
    width: calc(36% - 40px);
    padding: 20px;
    /*box-shadow: 1px 1px 10px 1px powderblue;*/
}
.col-2.dark {
    background: #1b232d;
}
.col-2.light {
    background: rgb(215, 238, 202);
}
.profile-vector {
    width: 40%;
    margin: 20px 30%;
}
.profile-vector img {
    width: 100%;
    height: auto;
}
.profile-info {
    width: calc(100% - 100px);
    border-radius: 10px;
    background: #398fdb;
    padding: 20px;
    margin: 20px 30px;
}
.profile-btn {
    width: calc(100% - 100px);
    border-radius: 10px;
    background: #398fdb;
    margin: 20px 30px;
    display: block;
    padding: 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
.profile-info-row {
    padding: 5px 0;
}
.profile-info-row span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
.profile-info-row p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
    text-decoration: none;
}
.menulink {
    color: rgba(255,255,255,0.6);
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    padding-left: 20px;
    transition: 300ms;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.counter {
    float: right;
    background: green;
    padding: 5px;
    color: #fff;
    line-height: 17px;
    font-size: 17px;
    margin-right: 20px;
    border-radius: 10px;
}
.counter_input {
    display: none;
    visibility: hidden;
}
.menulink:hover, .menulink.active {
    background: rgba(255,255,255,0.1);
    color: #fff;
    transition: 300ms;
}
.col-3 {
    position: relative;
    top: 100px;
    border-radius: 20px;
    box-shadow: 1px 1px 10px 1px lightgray;
}
.col-3.padding {
    padding: 20px;
}
.title-tb {
    line-height: 50px;
}
.text-center {
    text-align: center;
}
.title-tb h2 {
    padding: 0;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}
.col-content {
    padding: 20px 25px;
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}
.input-row {
    padding: 15px 0;
}
.input-row input {
    width: calc(100% - 17px);
    padding-left: 17px;
    border: 1px solid lightgray;
    border-radius: 5px;
    outline: none;
    line-height: 35px;
    font-size: 16px;
    transition: 200ms;
}
.input-row input:focus {
    box-shadow: 1px 1px 7px 2px #09769791;
    transition: 200ms;
}
.inp-btn {
    display: inline-block;
    background: #097697;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #097697;
    color: white;
    font-size: 16px;
    font-family: "Open Sans",sans-serif;
    width: calc(100% + 2px) !important;
    cursor: pointer;
    transition: 200ms;
}
.inp-btn.enb:hover {
    background: #2e94b3;
    transition: 200ms;
}
.inp-btn.enb:focus {
    background: #0e6580;
    transition: 200ms;
}
.inp-btn.dis {
    opacity: .5;
    cursor: not-allowed;
}
#alert-msg {
    position: fixed;
    top: 30px;
    right: 30px;
    background: white;
    max-width: 350px;
    min-width: 150px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px lightgray;
    z-index: 99;
}
.alert-msg {
    display: block;
    padding: 15px 20px;
    background: #fff;
}
.alert-msg span {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
}
.alert-msg p {
    line-height: 20px;
    font-size: 15px;
    padding: 0;
    margin: 0;
}
#dark-window.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 90;
    transition: 300ms;
}
#modal-block.active {
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    padding: 50px;
    position: fixed;
    z-index: 91;
    display: flex;
    justify-content: center;
    align-items: baseline;
    overflow-y: scroll;
}
.modal-box {
    background: #fff;
    border-radius: 15px;
}
.modal-header {
    width: calc(100% - 40px);
    background: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 10px 20px;
}
.modal-header span {
    font-size: 17px;
    font-weight: 600;
}
.modal-content {
    padding: 30px;
}
.error-red {
    color: #e31818;
    font-size: 19px;
    font-weight: 700;
}
.error-text {
    font-size: 18px;
    font-weight: 600;
    color: #1c1919;
    margin: 8px 0;
}
.succes-blue {
    color: #3763b9;
    font-size: 19px;
    font-weight: 700;
}
.succes-text {
    font-size: 18px;
    font-weight: 600;
    color: #3e3a3a;
    margin: 8px 0;
}
.modal-footer {
    width: calc(100% - 40px);
    background: rgba(0,0,0,0.1);
    border-top: 1px solid rgba(0,0,0,0.3);
    padding: 10px 20px;
}
.mf-btn {
    border-radius: 5px;
    padding: 6px 15px;
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
}
.mf-btn.blue {
    color: #fff;
    background: #1a96b3;
    transition: 300ms;
}
.mf-btn.blue:hover {
    background: #1bb0d2;
}
.mf-btn.red {
    background: #bb0909;
    color: #fff;
    transition: 300ms;
}
.mf-btn.red:hover {
    background: #cc1b1b;
}
.mf-btn.green {
    background: #139113;
    color: #fff;
    transition: 300ms;
}
.mf-btn.green:hover {
    background: #1ea61e;
}
.editor-row {
    width: calc(100% - 15px);
    outline: none;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.3);
    padding-left: 15px;
    line-height: 30px;
    font-size: 17px;
    margin: 10px 0;
}
.editor-area {
    margin: 10px 0;
    width: calc(100% - 30px);
    outline: none;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 15px;
    font-size: 17px;
    line-height: 20px;
    max-width: calc(100% - 30px);
    height: 200px;
}
.mini-wrapper {
    width: calc(100% - 15px);
    border-left: 8px solid #2077d5;
    padding-left: 7px;
}
.mini-wrapper span {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
}
.mini-wrapper p {
    margin: 0;
    padding:0;
    font-size: 16px;
    font-weight: 600;
}
.mini-chat {
    width: calc(100% - 10px);
    padding: 5px;
}
.mini-chat .receive {
    background: rgb(225, 224, 210);
    border-radius: 5px;
    max-width: calc(80% - 20px);
    padding: 10px;
    margin: 5px 0;
}
.mini-chat .send {
    background: rgb(186, 216, 234);
    border-radius: 5px;
    max-width: calc(80% - 20px);
    padding: 10px;
    margin: 5px 0;
    position: relative;
    left: 20%;
}
.mini-chat .receive span, .mini-chat .send span {
    font-size: 17px;
    font-weight: 600;
    color: rgb(68, 65, 65);
    margin: 0;
    padding: 0;
}
.mini-chat .receive p, .mini-chat .send p {
    font-size: 15px;
    font-weight: 600;
    color: rgb(68, 65, 65);
    margin: 0;
    padding: 0;
}
.options {
    position: relative;
    left: 20px;
    right: 20px;
    padding: 20px 0;
}
.option-a, .filter-opt {
    padding: 5px 10px;
    line-height: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #1e99e3;
    border-radius: 10px;
    border: 1px solid #1e99e3;
    transition: 300ms;
    display: inline-block;
}
.option-a:hover, .filter-opt:hover {
    background: #0e7bbd26;
}
.option-a.active, .filter-opt.active {
    background: #1e99e3;
    color: #fff;
}
.option-a.active:hover, .filter-opt.active:hover {
    background: #0e7bbd;
}
#xodimlar {
    position: relative;
}
#filter-form {
    position: relative;
    top: 20px;
    padding: 20px;
    width: calc(100% - 80px);
    left: 20px;
    right: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 1px lightgray;
    border-top: 5px solid #34aaf0;
}
.filter-body {
    position: relative;
    margin-top: 10px;
}
.filter-row {
    width: 100%;
    padding: 5px 0;
}
.filter-row span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 5px;
}
.filter-row input {
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding-left: 10px;
}
#data-table {
    position:relative;
    top: 50px;
}
.staff-table {
    width: calc(100% - 40px);
    border-radius: 5px;
    overflow: hidden;
    margin: 10px 20px;
    border: 2px solid lightgray;
    border-collapse: collapse;
}
.staff-table thead tr {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgb(105, 202, 232);
}
.staff-table thead th {
    border-color: rgb(105, 202, 232);
    border-collapse:collapse;
}
.staff-table th, .staff-table td {
    text-align: center;
    border: none;
    padding: 10px 0;
}
.staff-table tr {
    padding: 15px 0;
}
.staff-table tbody tr:nth-child(even){
    background: rgb(199, 236, 236);
}
#xodimlar {
    height: calc(100% - 150px);
    overflow-y: scroll;
}
.form-list {
    padding: 20px;
}
.fl-title {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0;
}
.form-elements {
    border-radius: 5px;
    overflow: hidden;
    margin: 5px 0;
    border: 2px solid lightgray;
}
.fr-title {
    font-size: 15px;
    font-weight: 500;
    display: block;
    background: rgb(105, 202, 232);/*rgb(117, 236, 186);*/
    line-height: 30px;
    padding-left: 10px;
}
.fl-input-row {
    margin: 5px 0;
    padding: 0 10px;
}
.fl-input-row span {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
}
.fl-input-row input {
    border-radius: 5px;
    outline: none;
    border: 1px solid lightgray;
    margin: 0 5px;
    line-height: 30px;
    padding-left: 10px;
}
.fl-input-row button {
    border-radius: 5px;
    outline: none;
    background: #0b6bd0;
    color: #fff;
    line-height: 30px;
    border: none;
    cursor: pointer;
    padding: 1px 10px;
    transition: 200ms;
}
.fl-input-row button:hover {
    background: #2080e6;
}
.jc-fs {
    justify-content: flex-start !important;
}
.menuicon {
    margin-right: 5px;
}
#fixed-block {
    width: 100%;
    z-index: 10;
    height: 0;
    background: #fff;
}
#fixed-block.active {
    height: 100%;
}
.fixed-box {
    display: flex;
    align-items: center;
}