body{
   width: 100%;
   position: relative;
   height: 100vh;
   
}
.container{
 max-width: 100%;
 padding: 20px;
overflow: hidden;
}

.title{
    color: #777;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 15px;
}
.container-wrap{
    max-width: 35%;
}
.form-wrap{
    display: flex;
    margin-bottom: 15px;
   
}

.input-wrap input{
    width: 128px;
    height: 36px;
  
border-radius: 5px;
border: 1px solid #777;
border-bottom-color: rgb(204, 204, 204);
border-top-color: rgb(204, 204, 204);
border-right-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
padding: 0px 10px;
font-size: 14px;

}

.input-wrap input:focus{
    border: 2px solid #777;
    border-bottom-color: #2584ff !important;
border-top-color: #2584ff;
border-right-color: #2584ff;
border-left-color: #2584ff;
}
.form-wrap select{
    appearance: none;
    width: 310px;
    height: 36px;
  background-color: white;
border-radius: 5px;
border: 1px solid #777;
border-bottom-color: rgb(204, 204, 204);
border-top-color: rgb(204, 204, 204);
border-right-color: rgb(204, 204, 204);
border-left-color: rgb(204, 204, 204);
padding: 0px 10px;
font-size: 14px;
position: relative;
margin-right: 10px;
text-align: center;
color: rgba(51, 51, 51, 0.84);
}
.select-container {
    position: relative;
    display: inline-block;
   
}
/* Стрілка */


.select-container::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
   padding-left: 5px;
   border-left-color: rgb(204, 204, 204);

    border-left: 1px solid #ccc;
    transform: translateY(-50%);
    pointer-events: none;
    width: 20px;
    height: 20px;
    background: url('data:image/svg+xml;utf8,<svg height="20" width="20" viewBox="0 0 20 20" aria-hidden="true" focusable="false" xmlns="http://www.w3.org/2000/svg" class="css-8mmkcg"><path d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"></path></svg>') no-repeat center;
    background-size: contain;
    
}
.btn{
    border-radius: 5px;
    border: none;
    background-color: #3252e8;
    width: 130px;
    height: 38px;
    font-size: 16;
    font-weight: 600;
    color: white;
    cursor: pointer;
}
.summ-wrap{
 
    font-weight: bold;
    font-size: 16px;
}
.summ{
   
    display: flex;
    width: 250px;
    justify-content: space-between;
    align-items: center;
}
.summ:nth-child(2){
    margin: 25px 0;
}
.blue{
    padding: 10px;
    margin: 0 10px;
    background: #3252e8;
    color: white;
    font-weight: bold;
    border-radius: 15px;
}
.yell{
    padding: 10px;
    margin: 0 10px;
    background: #fff788;
    color: black;
    font-weight: bold;
    border-radius: 15px;

}
.green {
    padding: 10px;
    margin: 0 10px;
    background: #a2f4aa;
    color: black;
    font-weight: bold;
    border-radius: 15px;
}

.loader {
    z-index: 100;
    margin: 20px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
h1{
	font-family: 'Actor', sans-serif;
	color:black;
	font-size:16px;
	letter-spacing:1px;
	font-weight:200;
	text-align:center;
}
.loader span{
	width:16px;
	height:16px;
	border-radius:50%;
	display:inline-block !important;
	position:absolute;
	left:50%;
	margin-left:-10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
	
}


.loader span:nth-child(2){
	background:#E84C3D;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
	
}
.loader span:nth-child(3){
	background:#F1C40F;
	z-index:100;
}
.loader span:nth-child(4){
	background:#2FCC71;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}

.checkbox-container {
    display: flex;
    color: rgba(51, 51, 51, 0.84);
    align-items: center;
    width: 100%;
}
.checkbox-item{
    margin-right: 20px;
}


#totalAmount {
    font-weight: bold;
    margin-top: 10px;}

#loadingIndicator {
    
    
/* Додайте ваші стилі для анімації загрузки тут, наприклад, spinner або інші */
}


@-webkit-keyframes kanan {
    0% {-webkit-transform:translateX(20px);
    }
   
	50%{-webkit-transform:translateX(-20px);
	}
	
	100%{-webkit-transform:translateX(20px);
	z-index:200;
	}
}
@-moz-keyframes kanan {
    0% {-moz-transform:translateX(20px);
    }
   
	50%{-moz-transform:translateX(-20px);
	}
	
	100%{-moz-transform:translateX(20px);
	z-index:200;
	}
}
@-o-keyframes kanan {
    0% {-o-transform:translateX(20px);
    }
   
	50%{-o-transform:translateX(-20px);
	}
	
	100%{-o-transform:translateX(20px);
	z-index:200;
	}
}




@-webkit-keyframes kiri {
     0% {-webkit-transform:translateX(-20px);
	z-index:200;
    }
	50%{-webkit-transform:translateX(20px);
	}
	100%{-webkit-transform:translateX(-20px);
	}
}

@-moz-keyframes kiri {
     0% {-moz-transform:translateX(-20px);
	z-index:200;
    }
	50%{-moz-transform:translateX(20px);
	}
	100%{-moz-transform:translateX(-20px);
	}
}
@-o-keyframes kiri {
     0% {-o-transform:translateX(-20px);
	z-index:200;
    }
	50%{-o-transform:translateX(20px);
	}
	100%{-o-transform:translateX(-20px);
	}
}

.header {
    box-shadow: 0 4px 4px 0 #0000001a;
    padding: 6px;
    position: relative;
}
.header-wrap {
    max-width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-logo {

}
.download-a{
    display: flex;
align-items: center;
text-decoration: none;

}

tbody {
    width: 100%;
    
    margin: 0 20px 20px 20px;
    display: block;
}

tr {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.75);
    height: 20px;
}
td {
    padding: 4px;
    height: 20px;
    border: 0.1px solid #fff;
 background: white;
    font-size: 12px;
}
table tr td:nth-child(2n) {
    background: #f1f1f1;
}
th {
    border: none;
    border-bottom: 1px solid #b3b3b3;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 16px;
}
table {
    border: none;
    border-top: 1px solid rgba(51, 51, 51, 0.22);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader {
    display: inline-block;
    animation: spin 2s linear infinite;
}
.back{
    width: 100%;
    height: 100%;
    background-color: rgba(51, 51, 51, 0.58);
    position: absolute;
    z-index: 10;
}

.popup {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.58);
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.43);
    box-shadow: 2px black;
}