@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat/Montserrat-Bold.eot');
	src: local('Montserrat Bold'), local('Montserrat-Bold'),
		url('../font/Montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Montserrat/Montserrat-Bold.woff') format('woff'),
		url('../font/Montserrat/Montserrat-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../font/Montserrat/Montserrat-Regular.eot');
	src: local('Montserrat Regular'), local('Montserrat-Regular'),
		url('../font/Montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Montserrat/Montserrat-Regular.woff') format('woff'),
		url('../font/Montserrat/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter/Inter-Regular.eot');
    src: local('Inter Regular'), local('Inter-Regular'),
        url('../font/Inter/Inter-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter/Inter-Regular.woff2') format('woff2'),
        url('../font/Inter/Inter-Regular.woff') format('woff'),
        url('../font/Inter/Inter-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../font/Inter/Inter-Bold.eot');
    src: local('Inter Bold'), local('Inter-Bold'),
        url('../font/Inter/Inter-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Inter/Inter-Bold.woff2') format('woff2'),
        url('../font/Inter/Inter-Bold.woff') format('woff'),
        url('../font/Inter/Inter-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}




body{
    background-color: #edf1f2;
    font-family: 'Montserrat';
    -webkit-transition: .5s all;
    -webkit-transition-delay: 5s;
    -moz-transition: .5s all;
    -moz-transition-delay: 5s;
    -ms-transition: .5s all;
    -ms-transition-delay: 5s;
    -o-transition: .5s all;
    -o-transition-delay: 5s;
    transition: .5s all;
    transition-delay: 5s;
}
nav{
    font-family: 'Inter';
    height: 100%;
    width: 305px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #faf9fd;
    overflow-x: hidden;
    padding-top: 20px;
    background-image: url('../img/nav_back.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-x: left;
    background-position-y: top;
}
main{
    margin-left: 305px;
    padding: 0px 10px;
}

main i{
    color: #77757F;
}

main i:hover{
    color:#000000;
}

.bold{
    font-weight: 800!important;
}

.flex{
    display: flex;
}

.flex-space{
    justify-content: space-between;
}

.flex-row{
    flex-flow:row;
}

.flex-center{
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.flex-wrap{
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

button,.button{
    text-decoration: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    border: 0;
    background: linear-gradient(152.03deg, #9C9C9C -19.27%, #8E8E8E 109.91%);
    border-radius: 22px;
    color: #FFFFFF;
    margin-left: 5px;
    margin-right: 5px;
    opacity: .9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

button:hover,.button:hover{
    opacity: 1;
}

.btn-primary{
    background: linear-gradient(152.03deg, #5879B8 -19.27%, #5879B8 109.91%);
}

.btn-warn{
    background: linear-gradient(152.03deg, #B90404 -19.27%, #B90404 109.91%);
}

.btn-mini{
    padding: 4px 6px;
    gap: 4px;
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    margin-left: 3px;
    margin-right: 3px;
    opacity: .9;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
}

.btn-href{
/*    text-decoration: none; */
    background: linear-gradient(152.03deg, #5879B8 -19.27%, #5879B8 109.91%);
    padding: 8px 16px;
    border-radius: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #F9F9F9;
    opacity: .8;
}

h1,h2,h3,h4{
    color: #5879B8;
}

input{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 4px;
    gap: 4px;
    background: #ffffff;
    border: 1px solid #E8E8EA;
    border-radius: 18px;
    color: #77757F;
    margin-left: 2px;
    margin-right: 2px;
}

input:focus {
	outline: 1px solid #b3b3b4;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

select:focus {
	outline: 1px solid #b3b3b4;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

textarea:focus {
	outline: 1px solid #b3b3b4;
	-webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.active-row {
	background: #f4f4f4;
}

.involvement{
    background-color: #deffef!important;
}


.noarrow::-webkit-outer-spin-button,
.noarrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.noarrow {
  -moz-appearance: textfield;
}

textarea{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 14px;
    gap: 4px;
    background: #ffffff;
    border: 1px solid #E8E8EA;
    border-radius: 18px;
    color: #77757F;
    margin-left: 5px;
    margin-right: 5px;
}


select{
    min-width: 300px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    background: #ffffff;
    border: 1px solid #E8E8EA;
    border-radius: 18px;
    color: #77757F;
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

a{
    color: #979797;
}

.hide{
    display: none!important;
}

.logo{
    z-index: 3;
    width: 177px;
    height: 63px;
    left: 56px;
    background-image: url(../img/SamSMU_logo.png) ;
    background-repeat: no-repeat;
    background-position-x: right top;
    background-size: auto 100%;
    position: fixed;
}

nav .menu{
    position: absolute;
    width: 257px;
    height: 45px;
    left: 24px;
    top: 185px;

}

.menu p{
    position: relative;
    width: 100%;
    left: 38px;
    top: 10px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000000;
}

.menu li {
    list-style-type: none;
    position: relative;
    width: 257px;
    height: 44px;
    border-radius: 22.5px;
    margin-bottom: 20px;

}
.menu ul {
    margin-left: 0;
    padding-left: 0;
}

.menu .active {
    background: linear-gradient(89.93deg, rgba(88, 121, 184, 0.27) 2.77%, rgba(88, 121, 184, 0) 109.06%);
}

.menu .active a {
    color: #5879B8;
}


.menu a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 11px 11px 22px;
    gap: 16px;
    position: absolute;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #7C7C7C;
}

.menu li:hover{
    background: linear-gradient(89.93deg, rgba(88, 121, 184, 0.27) 2.77%, rgba(88, 121, 184, 0) 109.06%);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.header{
    /* height: 80px;*/
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.login{
    z-index: 3;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    align-items: center;
    position: absolute;
    top: 65px;
    left: 5px;
    max-width: 285px;
    word-break: break-word;
    position: fixed;
}

.left-0{
    left: 0;
}

.login div{
    padding: 10px;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav ul{
    display: flex;
    flex-direction: row;
}

.nav ul{
    list-style-type: none;
}

.nav li::after{
    content: '|';
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.nav li:last-child::after {
    content: none;

}

.nav a{
    text-decoration: none;
    color: #979797;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}

.nav .active a{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #4F4F4F;
}

.find{
    min-width: 300px;
}

.dashboard .main{
    display: flex;
    padding-top: 10px;
    flex-flow: wrap;
    justify-content:flex-start;
}

.card{
    margin: 5px;
    position: relative;
    width: 203px;
    height: 165px;
    min-height: 165px;
    /*filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));*/
    border-radius: 18px;
    max-width: 45%;
    display: flex;
    align-items:center;
    flex-direction: column;
    justify-content:center;
    vertical-align: top;

}

.big-card{
    border: 1px solid #8e8e8e4f;
    background-color: #E8E8EA;
    margin: 5px;
    position: relative;
    width: 300px;
    height: 165px;
    min-height: 165px;
    /*filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));*/
    border-radius: 18px;
    /*display: flex;
    align-items:left;
    /*flex-direction: column;
    justify-content:center;*/
    vertical-align: top;

}

.card:hover button{
        display: flex;
}

.card img{
    position: absolute;
    height: 80%;
    width: 90%;
    border-radius: 18px;
}

.big-card img{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.big-card .text-block{
    text-align: center;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, #faf9fd96, #edf1f2);
    height: 100%;
    border-radius: 18px;
}



.card button{
    display: none;
    position: absolute;
    top:25px;
}




.card .text{
    width: 100%;
    width: -webkit-calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: calc(100% - 14px);
    height: 100%;
    height: -webkit-calc(100% - 110px);
    height: -moz-calc(100% - 110px);
    height: calc(100% - 110px);
    position: absolute;
    top:100px;
    background: rgba(106, 106, 106, 0.53);
    backdrop-filter: blur(8px);
    border-radius: 0px 0px 18px 18px;
    color: #E8E8EA;
    text-align: center;
}

.card:hover .text{
    width: 100%;
    width: -webkit-calc(100% - 14px);
    width: -moz-calc(100% - 14px);
    width: calc(100% - 14px);
    height: 100%;
    height: -webkit-calc(100% - 69px);
    height: -moz-calc(100% - 69px);
    height: calc(100% - 69px);
    position: absolute;
    top:60px;
    background: rgba(106, 106, 106, 0.53);
    backdrop-filter: blur(8px);
    border-radius: 0px 0px 18px 18px;
    color: #E8E8EA;
    text-align: center;
}

.card .text p{
    word-break: break-all;
    padding: 0 3px 5px 3px;
    font-family: 'Inter';
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}

.card:hover .text p{
    padding: 0 3px 5px 3px;
    font-family: 'Inter';
    font-style: normal;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}

.card:hover .text p::after{
    text-decoration: underline;
    content: '\A\AНажмите для редактирования';white-space: pre;
}

.nav select{
    word-wrap: break-word;
    max-width: 50%;
    white-space: normal;

}



.search_list{
    padding: 10px 20px 15px 20px;
    background: white;
    border-radius: 18px;
    color: #7C7C7C;
}


.search_list_item{
    background-color: #ffffff;
    cursor: pointer;
    text-decoration: underline;
    line-break: strict;
}

.search_list_item:hover{
    color: #474749;
}


.search{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    background: #F9F9F9;
    border: 1px solid #E8E8EA;
    border-radius: 18px;
    color: #77757F;
    margin-left: 5px;
    margin-right: 5px;
}

.search input{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    background: #F9F9F9;
    border: 0;
    border-radius: 18px;
    color: #77757F;
    margin-left: 5px;
    margin-right: 5px;
}

.search input:focus{
    outline: none;
}

.search i:hover{
    color:#77757F;
}

.worker{
    display: flex;
}

.modal_search{
    display: block;
    position: absolute;
    width: 90%;
    width: -webkit-calc(90% - 305px);
    width: -moz-calc(90% - 305px);
    width: calc(90% - 305px);
    height: auto;
    z-index: 100;
    background-color: #F9F9F9;
    top: 70px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 4px;
    background: #F9F9F9;
    border: 0;
    border-radius: 18px;
    color: #77757F;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-size: 14px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
}

.modal_search p{
    line-height: 116%;
    font-weight: 700;
}

.input_group p{
    padding: 0;
    margin: 0;
    margin-left: 10px;
}
.input_group{
    margin-bottom: 20px;
    display:block;
}
.submit_group{
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal_search input[type=text]{
    width: 80%;
}

.warn-text{
    color: #B90404;
}

.small-text{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

small{
    font-weight: 300;
    font-size: 12px;
    color: #474749;
}

.black-text{
    color: #474749!important;
}

.gray-text{
    color: #7C7C7C!important;
}

.system_message{
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #979797;
}

.w10{
    width: 10%;
}

.w20{
    width: 20%;
}

.w24{
    width: 24%;
}

.w30{
    width: 30%;
}

.w38{
    width: 38%;
}

.w40{
    width: 40%;
}

.w50{
    width: 50%;
}

.w60{
    width: 60%;
}

.w70{
    width: 70%;
}

.w80{
    width: 80%;
}
.w95{
    width: 95%;
}

.w100{
    width: 100%!important;
}

.p10{
    padding: 0 10px 0 10px;
}
.p-10 {
	padding: 10px;
}

.m10{
    margin: 10px;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

.white-text{
    color:white;
}

.menu table, .editor table{
    margin-bottom: 5px;
    width: 100%;
    padding: 0 10px 0 0;
    background-color: #ffffff;
    border-radius: 18px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
}

.menu table td{
    border-radius: 18px;
}

.menu table tr:hover{
    border-radius: 18px;
    background: linear-gradient(23.93deg, rgba(88, 121, 184, 0.27) 2.77%, rgba(88, 121, 184, 0) 109.06%);
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.editor{
    width: 95%;
    width: -webkit-calc(95%);
    width: -moz-calc(95%);
    width: calc(95%);
    padding: 5px 25px 5px 25px;
    z-index: 200;
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-size: 14px;
    height: 100%;
    background-color: #F9F9F9;
    border-radius: 18px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.06)) drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.04));
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
}

.editor textarea{
    min-width: 50%;
    width: 90%;
    min-height: 100px;
}

.editor input{
    min-width: 50%;
    width: 80%;
}

.editor input[type=checkbox]{
 min-width: unset;
 width: unset;
}

.editor input[type=radio]{
    min-width: unset;
    width: unset;
   }

.editor i,button{
    color: #F9F9F9;
    opacity: .8;
}

.editor i:hover,button:hover{
    color: #F9F9F9;
    opacity: 1;
}


.editor .header small{
    padding-left: 20px;
}

.menu table input{
    background-color: unset;
    border: unset;
    color: #000000;
}

.menu table input:disabled{
    outline: none;
    color: #77757F;
}

.btn-disabled, .disabled-btn{
    background: linear-gradient(152.03deg, #777777 -19.27%, #a3a3a3 109.91%);
    cursor: not-allowed;
    pointer-events: all !important;
}

.menu table input:focus{
    outline: none;
}

.right-text{
    text-align: right;
}

.editor table p {
    padding: 2px 16px;
}

.editor table {
  table-layout: fixed;
}

.editor table tbody tr td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 33px;
  padding: 2px;
}

.drag{
    display: flex;
    position: relative;
    width: 100%;
    height: 214px;
    border-radius: 18px;
    border: #474749 1px dotted;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.drag-info{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drag-info p{
    padding: 0;
    margin: 7px;
}



.radio_box {
    width: 300px;
    border: #e8e8ea 1px solid;
    border-radius: 18px;
  }
  
  .radio_box .title {
    position: relative;
    top: -0.5em;
    margin-left: 1em;
    display: inline;
    background-color: #f9f9f9;;
  }
  
  .radio_box .content {
    padding: 10px;
  }


.statistic{
    background-color: #ffffff;
    border-radius: 18px;
    padding: 2px 3px 2px 3px;
}

.btn-group-vertical{
    display: flex;
    flex-direction: column;
    width: 50px;
    align-items: center;
    justify-content: center;
}

.statistic table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
    padding: 0;
}
.statistic table thead th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 12px;
	border-top: 1px solid #ddd;
}
.statistic table tr th:first-child, .table tr td:first-child {
	border-left: 1px solid #ddd;
}
.statistic table tr th:last-child, .table tr td:last-child {
	border-right: 1px solid #ddd;
}
.statistic table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}
.statistic table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}
.statistic table tbody td {
	text-align: center;
	border: none;
	padding: 10px 15px;
	font-size: 12px;
	vertical-align: top;
}
.statistic table tbody tr:nth-child(even) {
	background: #F8F8F8;
}
.statistic table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}
.statistic table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
.statistic table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}


/**/

.sortable{
    background-color: #ffffff;
    border-radius: 18px;
    padding: 2px 3px 2px 3px;
    width: 100%;
}

.btn-group-vertical{
    display: flex;
    flex-direction: column;
    width: 50px;
    align-items: center;
    justify-content: center;
}

.sortable table {
	width: 100%;
	border: none;
	margin-bottom: 20px;
	border-collapse: separate;
    padding: 0;
}

.sortable table tbody tr.selected{
    background-color: #a6b1c7!important;
}
.sortable table thead th {
	font-weight: bold;
	text-align: center;
	border: none;
	padding: 10px 15px;
	background: #EDEDED;
	font-size: 12px;
	border-top: 1px solid #ddd;
}
.sortable table tr th:first-child, .table tr td:first-child {
	border-left: 1px solid #ddd;
}
.sortable table tr th:last-child, .table tr td:last-child {
	border-right: 1px solid #ddd;
}
.sortable table thead tr th:first-child {
	border-radius: 20px 0 0 0;
}
.sortable table thead tr th:last-child {
	border-radius: 0 20px 0 0;
}
.sortable table tbody td {
	/*text-align: right;*/
	border: none;
	padding: 0px 6px;
	font-size: 12px;
	vertical-align: top;
}
.sortable table tbody tr:nth-child(even) {
	background: #F8F8F8;
}
.sortable table tbody tr:last-child td{
	border-bottom: 1px solid #ddd;
}
.sortable table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 20px;
}
.sortable table tbody tr:last-child td:last-child {
	border-radius: 0 0 20px 0;
}

/**/

.add-sp input{
    padding: 8px 2px;
    margin-left: 0px;
    margin-right: 0px;
}

.add-sp button{
    padding: 1px 5px 2px 5px;
    margin-left: 0px;
    margin-right: 0px;
}

/**/

.stat-card{
    background-color: #e8e8ea;
    border-radius: 18px;
    display: flex;
    align-items:center;
    flex-direction: column;
    justify-content:center;
    vertical-align: top;
    font-family: 'Montserrat';
}

.stat-card > canvas{
    max-height:250px;
}
  

#viewVideo{
    width: 100%;
    height: 100%;
    border-radius: 18px;
}

.contain{
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 17px;
}

@media (max-width: 1200px) {
    nav {
        font-family: 'Inter';
        height: 50px;
        width: 100%;
        position: fixed;
        z-index: 1;
        bottom: 0px;
        left: 0;
        top: unset;
        background-color: #faf9fd;
        overflow-x: hidden;
        background-image: url(../img/nav_back.svg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position-x: left;
        background-position-y: top;
    }
    header{
        display: none;
    }
    main {
        margin-left: 0;
        padding: 0p;
    }

    .head{
        display: none;
    }

    .menu{
        position: fixed!important;
        width: 600px!important;
        height: unset!important;
        left:  unset!important;
        top:  unset!important;
    }      
	.modal-button {
	    	position: absolute;
   	   	bottom: 5px;
		}    

    .menu ul{
        display: flex;
        margin: 0;
        justify-content: space-evenly;
    }

    .nav {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .worker{
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .nav li::after{
        content: '';
    }

    .header {
        height: unset;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .find{
        min-width: 200px;
        max-width: 100%;
    }

    .card .text p {
        font-size: 10px;
    }
    .menu-modal {
	width: 100%;
	overflow-y: auto;
	height: 210px;	    
	}
    .table-scroll {
	height: 25vh;
	}
}

button {
	margin-top: 1px;
	margin-bottom:1px;
}
.modal-button {
	margin-top:10px;		
}
.menu-modal {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;		    
}
#listParam, #listParamValue {	
	overflow-y: auto;
}
.table-scroll {
	height: 40vh;
	background: #ffffff;
    	border: 1px solid #E8E8EA;
        border-radius: 18px;
	overflow-y: auto;
}
#division_list {
	width: 81%;
	min-width: 50%;
	margin-left: 2px;
	margin-right: 2px;

}

#search_authors, #search_tags , #search_vals {
	width: 95%!important;	
}

tr{
	height: 25px;
}
.bg-lightGrey {
	background-color: #e7e7e7;
}
.checkView {
	transform: scale(1.8);
	margin-right: 10px;
	margin-left: 20px;
}
fieldset {
	border: none;
	padding: 0;
	margin-bottom: 15px;
}
.justify-content-between {
	justify-content: space-between;
}
#editQuestionText {
	width: 100%!important;
}
.mt-10 {
	margin-top:10px;
}
.ml-30 {
	margin-left: 30px;
}
.align-items-center {
	align-items:center;
}
.justify-content-center; {
	justify-content:center;
}
.bg-primary {
	background-color: #006cb4;
}
.logoPlayer {
	width: 100px;
}
.cursor-pointer {
	cursor: pointer;
}
.textSettingsTest {
	width:90%;
	padding:10px;
}
.textSettingsTest:hover {
	background: #eee;
}