@font-face { 
    font-family: "Golos-Text_Regular";
    src: url("/fonts/golostext/Golos-Text_Regular.ttf");
}

body {
    background-image: url("/img/bg.svg");
    background-size: cover;
	background-color: #eaf1f7 !important;
	color: #ffffff;
	font-family: 'Golos Text', Arial, sans-serif;
}

.container{
	margin-bottom: 15px;
}

.logo{
	position: absolute;
    float: right;    
    margin-top: 10px;
}

.logo-auth{
	position: absolute;
    right: -5px;    
    margin-top: 10px;
}

img.capctha{
	border-radius: 5px;
	margin-bottom: 10px;	
	box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
}


.container-h1{
	background-image: url(/img/bg1.svg);
	border-radius: 15px;
}
h1{
	color: #ffffff !important;
    font-weight: 600;	
	text-align: center;
	padding: 15px;
	font-family: 'Golos Text', Arial, sans-serif;
}

h3{
	vertical-align: middle;
    color: #ffffff;
    font-size: 35px;
    font-family: 'Golos Text', Arial, sans-serif;
    line-height: 1.2;
    font-weight: 600;
    background-position: center center;
    border-color: transparent;
    border-style: solid;	
}

.mh1{
	margin-left: 90px;
	/* font-size: 37px; */
}

.nav-link {
	background-image: linear-gradient(0.25turn, rgba(80, 178, 208, 1) 0%, rgba(80, 178, 208, 1) 100%);
	color: #ffffff;
}

.nav-link:hover {	
	color: #e9e9e9;
	background-image: linear-gradient(0.25turn, rgba(80, 178, 208, 1) 0%, rgba(55, 137, 163, 1) 100%);
}


.tab-content {
	background-image: linear-gradient(0.25turn, rgba(45, 111, 170, 1) 0%, rgba(80, 178, 208, 1) 100%);
	border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.adm .tab-content {
	background-image: linear-gradient(0.25turn, rgb(119 80 208) 0%, rgb(248 126 255) 100%);
}

.my-3 {    
	margin-bottom: 0px !important;
	color: #ffffff;
}

h3.my-3{
	font-family: 'Golos Text', Arial, sans-serif;
	margin-top: 0px !important;
    margin-bottom: 0px !important;
	padding-bottom: 10px;
}

.cp h3.my-3{
	padding-bottom: 20px;
    padding-top: 20px;
}

h3.mhy-4 {
	padding-bottom: 5px;
    padding-top: 15px;
	margin-top: 0px;
    margin-bottom: 0px;
}

.mb-3 {   
    margin-bottom: 0px !important;
}

#form-reg{
	color: #ffffff;
}

#form-password_recovery{
	color: #ffffff;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.nav-tabs .nav-link {
    border: unset;
}

.adm .nav-tabs {
	margin-left: -1px;
}


.adm .nav-tabs .nav-link {
	background-image: linear-gradient(0.25turn, rgb(141 110 211) 0%, rgb(141 110 211) 100%);
}

.adm .nav-tabs .nav-link:hover {
	background-image: linear-gradient(0.25turn, rgb(119 80 208) 0%, rgb(135 102 209) 100%);
}


.nav-tabs .nav-link.active {
   background-image: linear-gradient(0.25turn, rgba(119 80 208) 0%, rgba(45, 111, 170, 1) 100%);
   color: #ffffff;
}

.adm .nav-tabs .nav-link.active {
	background-image: linear-gradient(0.25turn, rgb(119 80 208) 0%, rgb(119 80 208) 100%);
}

.nav-item-w
{
	margin-left: 1px;	
}

.container-fluid label {  
	font-family: 'Golos Text', Arial, sans-serif;
    padding-bottom: 5px;
	font-weight: 500;
	color: #ffffff;
}

.pd15{
	padding-top: 15px;
}

.pd15 .col-md{
	padding-left: 4px;
}

.mw-290{
	max-width: 290px;
}

.md-dt{
	max-width: 150px;
}

.prt{
    padding-bottom: 10px;
}

.bgp{
	max-width: 115px;
}

.ebtn-success {
	padding: 8px 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
    line-height: 1.25;
    border: unset; background-image: linear-gradient(0.25turn, rgb(110 168 221) 0%, rgba(80, 178, 208, 1) 100%);
    text-decoration: none;
    user-select: none;
    color: white;
    font-size: 16px;
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    transition: background-color .6s ease;
    overflow: hidden;
    font-weight: 500;
    font-family: 'Golos Text', Arial, sans-serif;
	margin-top: 4px;
    display: block;
  &:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    top: var(--mouse-y);
    left: var(--mouse-x);
    transform-style: flat;
    transform: translate3d(-50%,-50%,0);
    background: rgba(white,.1);
    border-radius: 100%;
    transition: width .3s ease, height .3s ease;	
	display: block;
  }
  &:focus,
  &:hover {
      background-image: linear-gradient(0.25turn, rgb(135 187 235) 0%, rgb(96 189 217) 100%);
  }
  &:active {
    &:after {
      width: 300px;
      height: 300px;
    }
  }
}

.smbtn-success {
	padding: 4px 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
    line-height: 1.25;
    border: unset; background-image: linear-gradient(0.25turn, rgb(110 168 221) 0%, rgba(80, 178, 208, 1) 100%);
    text-decoration: none;
    user-select: none;
    color: white;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    transition: background-color .6s ease;
    overflow: hidden;
    font-weight: 500;
    font-family: 'Golos Text', Arial, sans-serif;
  &:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    top: var(--mouse-y);
    left: var(--mouse-x);
    transform-style: flat;
    transform: translate3d(-50%,-50%,0);
    background: rgba(white,.1);
    border-radius: 100%;
    transition: width .3s ease, height .3s ease;
  }
  &:focus,
  &:hover {
      background-image: linear-gradient(0.25turn, rgb(135 187 235) 0%, rgb(96 189 217) 100%);
  }
  &:active {
    &:after {
      width: 300px;
      height: 300px;
    }
  }
}

.qbtn-primary, .qbtn-success {
  padding: 11px 11px;
  border-radius: 3px;
  box-shadow: 0px 0px 12px -2px rgba(0,0,0,0.5);
  line-height: 1.25;
  border: unset; background-image: linear-gradient(0.25turn, rgb(110 168 221) 0%, rgba(80, 178, 208, 1) 100%);
  text-decoration: none;
  user-select: none;
  color: white;
  font-size: 16px;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
  transition: background-color .6s ease;
  overflow: hidden;
  font-weight: 500;
  font-family: 'Golos Text', Arial, sans-serif;
  &:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    top: var(--mouse-y);
    left: var(--mouse-x);
    transform-style: flat;
    transform: translate3d(-50%,-50%,0);
    background: rgba(white,.1);
    border-radius: 100%;
    transition: width .3s ease, height .3s ease;
  }
  &:focus,
  &:hover {
      background-image: linear-gradient(0.25turn, rgb(135 187 235) 0%, rgb(96 189 217) 100%);
  }
  &:active {
    &:after {
      width: 300px;
      height: 300px;
    }
  }
}

.p-3{
	padding-bottom: 9px !important;
}

.orders_tb{
	margin-top: 10px;
	margin-bottom: 0px;	
}

.orders_tb th{
	background-color: rgb(255 255 255 / 87%);
	font-size: 14px;
}

.orders_tb td{
	background-color: rgb(255 255 255 / 87%);
	font-size: 14px;
}


.orders_tb tr{
	border: unset;
}

.orders_tb .te{
	border: unset;
}

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

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

.orders_tb .tc{
	text-align: center;
}

.orders_tb .t1{
	border-top-left-radius: 15px;
}

.orders_tb .t2{
	border-top-right-radius: 15px;
}

.orders_tb .t3{
	border-bottom-left-radius: 15px;
}

.orders_tb .t4{
	border-bottom-right-radius: 15px;
}

.tl {
	font-weight: 600;	
}


.orders_doc_tb th {    
    width: 25%;
}

.orders_doc_tb td {    
    width: 25%;
}

.privacy{
	width: 15px;
	height: 15px;
    margin-right: 5px;
}

.msg_auth{
	margin-top: 70px !important;
    background: #2e65e166 !important;	
}

.col-md .error {
	background-color: aliceblue;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
	
	border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    border: solid;
    border-width: 1px;
}

.mb-3{
	margin-top: 10px !important;
}



#auth-capctha{
	    display: inline-block;		
		max-width: 207px !important;
}


.capctha{
		margin-top: 8px;
}

.info {
    background-color: aliceblue;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    border: solid;
    border-width: 1px;
	color: #dc3545;
	margin-top: 5px;
}

.filter select{
	font-size: 12px;
	max-width: 385px;
}

.filter .col-md{
	padding-left: 0px;
}

.pag{
	display: flex;
    justify-content: center;
	margin-top: 10px;
}

.privacylink{
	color: #ebebeb;
    font-weight: 600;
    text-decoration: none;
}

.order_ld{
	margin-top: 6px;
}

@media (min-width: 1000px) {
	.mob{
		display: none;
	}
	.pc{
		display: table;
	}
	.container {
        max-width: 1320px !important;
    }
	
    .container-md {
        max-width: 720px !important;
    }
	
	#form-auth input{
		max-width: 300px !important;
	}
	
	#form-password_recovery input {
        max-width: 300px !important;
    }
	
	form #auth-capctha{
		max-width: 207px !important;
	}
}

.ban {
    margin-top: 10px;
}

.ban .col-md {
    padding-left: unset;
}

@media (max-width: 1000px) {
	.nv .nav-link{
		font-size: 12px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.pc{
		display: none;
	}
	.mob{
		display: table;
	}
	
	.nav-tabs .nav-link {
    
    font-size: 12px;
	
	
	}
	
	.nav-tabs .nav-link {
        font-size: 12px;
		padding-left: 8px;
		padding-right: 8px;      
    }
	
	.mh1{
		max-width: 300px;	
	}
	
	h3{
		font-size: 20px;
	}
	
	.logo-auth {	
		text-align: right;
	}
}