@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

body, .btn  {
    font-family: 'Oswald', sans-serif;
}

footer {
    border: none;
}

footer .slogan {
    color: #929292;
    font-size: 20px;
    font-weight: 700;
}

body.myplay {
    background: url(../img/cabinet/myplay.png);
}

body.kiddisvit {
    background: url(../img/cabinet/kiddisvit.png);
}
body.goon {
    background: url(../img/cabinet/goon.png);
}
body.micro-mobility {
    background: url(../img/cabinet/micro.png);
}
body.carters {
    background: url(../img/cabinet/carters.png);
}


body.myplay footer .slogan {
    color:#E86D32;
}

body.kiddisvit footer .slogan {
    color:#0D4DE6;
}
body.goon footer .slogan {
    color:#312287;
}
body.micro-mobility footer .slogan {
    color:#00A3ED;
}
body.carters footer .slogan {
    color:#00A9E0;
}


body.auth {
    background-position: 50% 60%;
}

body.auth footer {
    min-height: 450px;
}

input.form-control, select.form-control {
    border-radius: 12px;
    color: #B9B9B9;
    background: #F3F3F3;
    border: none;
}

.btn-color {
    border-radius: 15px;
    border:none;
}

.btn-color:hover {
    border:none;
}

.info_sms_code p {
    color: #B9B9B9;
}

.hello .name {
    color: #131313;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.hello .phone {
    color: #131313;
    text-align: center;
}

.hello .phone .btn {
    color: #ABABAB;
    font-size: 14px;
    margin-left: 20px;
}

.hello .phone .btn:hover {
    color: #131313;
}

.discount_info {
    color: #fff;
    background: url(../img/cabinet/discount.svg) no-repeat;
    background-size: 100% 100%;
    aspect-ratio: 22 / 10;
}

.discount {
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    line-height: 70px;
    padding: 5%;
}

.discount_info .dotted {
    border-right: 3px dashed #fff;
}

.children .child {
    border-radius: 12px;
    background: #F3F3F3;
    width: 100%;
    padding: 0px 10px;
    margin-bottom: 15px;
}

.children .child .birthday {
    color: #ABABAB;
}

.children .no_more_add_children {
    color: #ABABAB;
}

.children .add-child .btn {
    background-color: #636363;
    color: #fff;
    border-radius: 20px;
    margin: 0px 10px;
    height: calc(100% - 15px);
    display: flex;
    align-items: center
}

.children .grey-info {
    color:#A7A7A7;
    margin-bottom: 10px;
}
.children .add-child .btn-grey {
    color:#A7A7A7;
}
.children .add-child .btn-grey i {
    margin-top: 10px;
}
.children .child img {
    margin: 5%;
    width: 50px;
    height: 50px;
}

.modal-header {
    background: #F3F3F3;
    border:none;
}

.orders .order {
   margin-bottom: 20px; 
   border-radius: 12px;
   border: 1px solid #F3F3F3;
   padding: 10px 15px;
   position: relative;
}

.orders .order .order-delivery {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #F3F3F3;
}

.orders .order label {
    color: #A7A7A7;
}

.orders .order .order-products {
    padding-left: 0px;
}

.orders .order .order-products .product {
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    margin: 20px 0px;
    list-style: none;
    padding: 10px 15px 10px 0px;
}

.orders .order .order-products .product .product-number {
    height: calc(100% + 20px);
    color: #fff;
    border-radius: 10px 0px 0px 12px;
    background: #A7A7A7;
    font-weight: 600;
    text-align: center;
    margin-top: -10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 9px;
}

.orders .order .order-products .product .product-total {
    margin-top: 15px;
    font-weight: 600;
}

.orders .order .order-products .product .product-price {
    font-size: 12px;
}

.orders .order .order-products .product .product-price label {
    color: #B8B8B8;
}

details:hover {
  cursor: pointer;
}
details .summary-content {
  border-top: 1px solid #e2e8f0;
  cursor: default;
  padding: 1em;
  font-weight: 300;
  line-height: 1.5;
}
details summary {
  list-style: none;
  padding: 1em;
}
details summary:focus {
  outline: none;
}
details summary:hover .summary-chevron-up svg {
  opacity: 1;
}
details .summary-chevron-up svg {
  opacity: 0.5;
}
details .summary-chevron-up,
details .summary-chevron-down {
  pointer-events: none;
  position: absolute;
  top: 0.75em;
  right: 1em;
  border-radius: 12px;
    background: #F3F3F3;
}
details .summary-chevron-up svg,
details .summary-chevron-down svg {
  display: block;
}
details summary::-webkit-details-marker {
  display: none;
}