html, body {
    height: 100%;
}

body {
    font-size: 13px;
    color: #000;
    font-weight: 400;
    background-color: #f7f7f7;
    font-family: 'Oswald', sans-serif;
}
a:hover, a:active, a:focus {
    outline: 0;
    outline: none;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
a {
    color: #b81f31;
}
a:hover {
    color: #d42337;
}
img {
    max-width: 100%;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    color: #b81f31;
    text-transform: uppercase;
}
h1 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 0;
}
h2 {
    font-size: 24px;
    font-weight: 400;
}
h3 {
    font-size: 16px;
    font-weight: 300;
}
button:focus {
    outline: 0 !important;
}
::-moz-selection{ 
    color: #fff;
    background: #b81f31;
}
::selection { 
    color: #fff;
    background: #b81f31;
}

/****** Loader *******/
.loader-fluid {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}
.loader-fluid .row {
    height: 100%;
}
.loader {
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
@-webkit-keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #fff, 2em -2em 0 0em #fff, 3em 0 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 -1em #fff, -3em 0 0 -1em #fff, -2em -2em 0 0 #fff;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #fff, 2em -2em 0 0.2em #fff, 3em 0 0 0 #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 -1em #fff, -3em 0 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #fff, 2em -2em 0 0 #fff, 3em 0 0 0.2em #fff, 2em 2em 0 0 #fff, 0 3em 0 -1em #fff, -2em 2em 0 -1em #fff, -3em 0 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0em 0 0 #fff, 2em 2em 0 0.2em #fff, 0 3em 0 0em #fff, -2em 2em 0 -1em #fff, -3em 0em 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    50% {
        box-shadow: 0 -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0 0 -1em #fff, 2em 2em 0 0em #fff, 0 3em 0 0.2em #fff, -2em 2em 0 0 #fff, -3em 0em 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 0 #fff, -2em 2em 0 0.2em #fff, -3em 0 0 0 #fff, -2em -2em 0 -1em #fff;
    }
    75% {
        box-shadow: 0em -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0em 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 0 #fff, -3em 0em 0 0.2em #fff, -2em -2em 0 0 #fff;
    }
    87.5% {
        box-shadow: 0em -3em 0 0 #fff, 2em -2em 0 -1em #fff, 3em 0 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 0 #fff, -3em 0em 0 0 #fff, -2em -2em 0 0.2em #fff;
    }
}
@keyframes load4 {
    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em #fff, 2em -2em 0 0em #fff, 3em 0 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 -1em #fff, -3em 0 0 -1em #fff, -2em -2em 0 0 #fff;
    }
    12.5% {
        box-shadow: 0 -3em 0 0 #fff, 2em -2em 0 0.2em #fff, 3em 0 0 0 #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 -1em #fff, -3em 0 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    25% {
        box-shadow: 0 -3em 0 -0.5em #fff, 2em -2em 0 0 #fff, 3em 0 0 0.2em #fff, 2em 2em 0 0 #fff, 0 3em 0 -1em #fff, -2em 2em 0 -1em #fff, -3em 0 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    37.5% {
        box-shadow: 0 -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0em 0 0 #fff, 2em 2em 0 0.2em #fff, 0 3em 0 0em #fff, -2em 2em 0 -1em #fff, -3em 0em 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    50% {
        box-shadow: 0 -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0 0 -1em #fff, 2em 2em 0 0em #fff, 0 3em 0 0.2em #fff, -2em 2em 0 0 #fff, -3em 0em 0 -1em #fff, -2em -2em 0 -1em #fff;
    }
    62.5% {
        box-shadow: 0 -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 0 #fff, -2em 2em 0 0.2em #fff, -3em 0 0 0 #fff, -2em -2em 0 -1em #fff;
    }
    75% {
        box-shadow: 0em -3em 0 -1em #fff, 2em -2em 0 -1em #fff, 3em 0em 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 0 #fff, -3em 0em 0 0.2em #fff, -2em -2em 0 0 #fff;
    }
    87.5% {
        box-shadow: 0em -3em 0 0 #fff, 2em -2em 0 -1em #fff, 3em 0 0 -1em #fff, 2em 2em 0 -1em #fff, 0 3em 0 -1em #fff, -2em 2em 0 0 #fff, -3em 0em 0 0 #fff, -2em -2em 0 0.2em #fff;
    }
}

/* Radio Button */
.radio-container {
    position: relative;
    cursor: pointer;
    width: 22px;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-container input {
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
    border: 2px solid #b81f31;
}
.radio-container input:checked ~ .checkmark {
    border: 2px solid #b81f31;
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b81f31;
}


/****** Login Form *******/
.ugly-wrapper, .ugly-login-container {
    height: 100%;
}
.ugly-login-container {
    padding: 5% 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.ugly-login-form {
    padding-top: 80px;
}
.ugly-level-control {
    color: #d42337;
    text-transform: uppercase;
}
.ugly-form-control {
    outline: none;
    display: block;
    width: 100%;
    height: 54px;
    padding: .375rem 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    font-family: 'Oswald', sans-serif;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
textarea.ugly-form-control {
    resize: none;
    height: 88px;
}
.ugly-login-btn {
    outline: 0;
    border: 0;
    width: 52px;
    height: 52px;
    color: #fff;
    font-size: 0;
    margin-top: 30px;
    cursor: pointer;
    border-radius: 100%;
    background-color: #b82031;
    background-image: url(../images/authentication-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.ugly-login-btn:hover {
    background-color: #d42337;
}

/****** Header *******/
.header {
    padding: 20px 0 5px;
}
.header .container {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #808080;
}
.header .container:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    border-bottom: 1px solid #808080;
}
.header .row {
    align-items: center;
}
.hameburger-icon > #nav-icon, .hameburger-icon > span {
    display: inline-block;
}
.hameburger-icon > span {
    color: #b81f31;
    padding-left: 10px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.header .menu-list ul {
    text-align: right;
}
.header .menu-list ul li {
    padding-left: 10px;
    display: inline-block;
}
.header .menu-list ul li, .header .menu-list ul li a {
    color: #808080;
    font-weight: 300;
    text-transform: uppercase;
}
.header .menu-list ul li.active, .header .menu-list ul li.active a {
    font-weight: 400;
}

/****** Hameburger Icon *******/
.hameburger-icon {
    cursor: pointer;
    position: relative;
}
#nav-icon {
  width: 20px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #b81f31;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 5px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 15px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}
.navbar {
    position: fixed;
    width: 270px;
    z-index: 9;
    top: 0;
    bottom: 0;
    left: -340px;
    display: block;
    padding-top: 50px;
    background: #b81f31;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.navbar.slide-left {
    left: 0;
}
.navbar ul.menu > li {
    padding: 0 0 20px 20px;
}
.navbar ul.menu > li > a {
    color: #fff;
}
.user-login {
    width: 100%;
    padding: 20px;
}
.user-login h2 {
    color: #fff;
    font-size: 18px;
}
.close-navbar {
    cursor: pointer;
    position: absolute;
    width: 45px;
    top: 15px;
    right: -45px;
}
.close-navbar > span {
    color: #b81f31;
    font-size: 30px;
    display: block;
    font-weight: 700;
    padding: 6px 10px;
    text-align: center;
    background: #ffffff;
    line-height: 20px;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.navbar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    z-index: -9;
    opacity: 0;
}
.left-slide .navbar-overlay {
    opacity: 1;
    z-index: 9;
}

/***** Left content *****/
.left-content, .right-content {
    padding-top: 20px;
}
.left-content .date {
    color: #b81f31;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.order-accordion {
    margin-top: 30px;
    text-align: center;
}
.accordion-title {
    cursor: pointer;
}
.accordion-title.current .fa-angle-down {
    transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
}
.accordion-title .bal-str > span {
    display: none;
}
.accordion-title.active .bal-str > span {
    display: block;
}
.order-form .accordion-title > tr > th {
    color: #d42337;
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 0;
    text-transform: uppercase;
    border-top: 0;
    position: relative;
    border-bottom: 2px solid #979797;
}
.order-form .accordion-title .fa {
    font-size: 26px;
}
.order-accordion .table > thead > tr > th:first-child,
.order-accordion .table > tbody > tr > td:first-child {
    text-align: left;
}
.order-accordion .table > tbody > tr > td:first-child {
    font-family: 'AmericanTypewriter';
}
.order-accordion .table > tbody > tr > td {
    font-size: 18px;
    border-top: 0;
    vertical-align: middle;
    border-bottom: 2px solid #979797;
}
.order-accordion .table > tbody > tr > td span {
    font-size: 14px;
    display: block;
    color: #5a5a5a;
}
.order-accordion .table > tbody > tr.active > td,
.order-accordion .table > tbody > tr.active > td span{
    color: #929292;
}
.submit-order, .load-more {
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 25px;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    background: #b81f31;
    text-transform: uppercase;
}
.submit-order {
    padding: 15px;
    margin-top: 50px;
}
.load-more {
    font-size: 18px;
    padding: 10px 30px;
}
.submit-order:hover, .load-more:hover {
background-color: #d42337;
}

.dashboard-text {
    color: #b81f31;
    font-size: 18px;
    font-weight: 300;
    padding-left: 25px;
    text-transform: uppercase;
}
.new-list {
    padding-right: 50px;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
}
.new-list > li {
    display: inline-block;
}
.new-list > li a {
    color: #000;
}
.remove {
    position: absolute;
    margin-top: 15px;
    margin-left: -50px;
    color: #ccc;
}
/*.filter-container {
    padding-top: 35px !important;
    padding-bottom: 0 !important;
}*/
.filter {
    margin-top: -10px;
    position: relative;
}
.filter-container span {
    cursor: pointer;
    text-transform: uppercase;
}
.filter-container span .fa {
    color: #d42337;
}
.filter-container ul {
    display: none;
    margin-top: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 160px;
    background: #fff;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.filter-container ul:before {
    content: '';
    position: absolute;
    top: -9px;
    left: 12px;
    width: 18px;
    height: 18px;
    z-index: -1;
    background: #ffffff;
    transform: rotate(45deg);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.filter-container ul > li > a {
    font-size: 14px;
    padding: 7px 15px;
    display: block;
    border-bottom: 1px solid #ddd;
}
.delUser a {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
}

/***** Right Content *****/
.right-content {
	background: #f1f1f1;
    padding-bottom: 50px;
}
.past-order #tabs-nav {
    margin-top: 20px;
    margin-bottom: 0;
}
.past-order #tabs-nav li {
    display: inline-block;
    background: none;
    border: 0;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-right: 15px;
}
.past-order #tabs-nav li.active {
    font-weight: 400;
}
.past-order h3 {
    margin-top: 40px;
}
.past-order > .text-center {
    padding: 0 10px;
}
.past-order ul {
    margin-bottom: 10px;
}
.past-order li {
    font-size: 16px;
    font-weight: 300;
    background: #fff;
	border: 2px solid #fff;
    text-transform: uppercase;
    box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.past-order li > .row > div div {
    font-size: 12px;
    font-family: 'AmericanTypewriter';
}
.past-order li.active {
    border: 2px solid #b81f31;
}
.past-order li .lowercase {
    color: #5a5a5a;
    text-transform: none;
}
.past-order li .row {
    align-items: center;
}
.past-order-btn {
    text-align: center;
}
.past-order-btn a {
    font-size: 16px;
    font-weight: 400;
}

/***** Form Control *****/
select.form-control {
    height: 34px;
    cursor: pointer;
    padding-right: 40px;
}
.form-control {
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    border-radius: 0;
    box-shadow: none !important;
    font-family: 'Oswald', sans-serif;
}
.list-dropdown {
    position: relative;
}
.list-dropdown-width {
    display: block;
}
.list-dropdown:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 38px;
    padding: 6px;
    color: #d42337;
    font-size: 26px;
    text-align: center;
    background: #f7f7f7;
    pointer-events: none;
}
.list-dropdown-width:before {
    width: 54px;
    height: 54px;
    top: 50%;
    padding: 15px;
    margin-top: -27px;
    background: #fff;
}
.filter > span > .form-control {
    border: 0;
    font-size: 18px;
    padding: 0;
    padding-right: 50px;
	background: #f7f7f7;
    text-transform: uppercase;
}
.filter > span.receiver > .form-control {
    padding-right: 40px;
    width: 100%;
}
.ballon-structure {
    position: absolute;
    top: 70px;
    right: 20px !important;
    left: auto !important;
    bottom: 182px;
    width: 2px;
    z-index: 9;
}
.ballon-structure .v-line {
    border-left: 1px solid #808080;
    height: 100%;
}
.ballon-structure ul {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 6px;
}
.ballon-structure ul li, .bal-str {
    width: 6px;
    height: 6px;
	position:absolute;
    top: 20px;
    background: #b81f31;
    border-radius: 100%;
    left: auto !important;
    z-index: 9;
}
.bal-str {
    right: -32px;
}
.ballon-structure ul li span, .bal-str span {
    position: absolute;
    top: -55px;
    left: -128px;
    width: 130px;
    height: 118px;
    background: url(../images/ballon.png) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 46px 15px;
    font-size: 16px;
}
.order-form {
    position: relative;
}

/***** Media *****/
@media only screen and (min-width: 1200px) {
    .new-list > li {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) {
    .hameburger-icon {
        padding-top: 22px;
    }
    .header .menu-list ul {
        padding-top: 20px;
    }
    .order-form {
        padding: 20px 50px 50px;
    }
    .filter-container {
        padding: 0 0 40px;
    }
    .new-list {
        text-align: right;
    }
}

@media only screen and (min-width: 768px) {
    .mobile, .order-nav {
        display: none;
    }
    .header ul li, .header ul li a {
        font-size: 17px;
    }
    .left-content {
        border-right: 1px solid #808080;
    }
    .filter-container span {
        font-size: 18px;
    }
    .filter-container span .fa {
        font-size: 26px;
        padding-left: 10px;
    }
    .past-order ul {
        overflow: auto;
        padding: 5px 10px;
        max-height: 750px;
    }
    .past-order li {
        padding: 18px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1199px) {
    .new-list > li {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .order-form, .filter-container {
        padding: 20px 0 50px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .new-list {
        font-size: 14px;
    }
    .ballon-structure, .bal-str {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .new-list > li {
        padding-top: 10px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .desktop, .hameburger-icon #nav-icon + span {
        display: none;
    }
    .hameburger-icon {
        width: 275px;
    }
    .logo.mobile img {
        width: 103px;
    }
    .header .menu-list ul li, .header .menu-list ul li a {
        font-size: 12px;
    }
    .header .menu-list {
        padding-left: 0
    }
    .order-form, .filter-container {
        padding: 20px 0 50px 0;
    }
    .filter-container span {
        font-size: 14px;
    }
    .filter-container span .fa {
        font-size: 20px;
        padding-left: 2px;
    }
    .past-order ul {
        padding: 5px 0;
    }
    .past-order li {
        padding: 10px;
        margin-bottom: 10px;
    }
    .order-nav {
        position: fixed;
        top: 120px;
        right: 20px;
        color: #fff;
        font-weight: 300;
        z-index: 9;
        padding: 10px;
        background: #b81f31;
        text-transform: uppercase;
        border-radius: 0 4px 4px 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        writing-mode: tb-rl;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .right-slide .order-nav {
        right: 290px;
    }
    .right-content {
        position: fixed;
        top: 0;
        bottom: 0;
        right: -270px;
        width: 270px;
        z-index: 9;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }
    .right-slide .right-content {
        right: 0;
    }
    .right-slide .navbar-overlay {
        z-index: 9;
        opacity: 1;
    }
    
    .itemCount {
    width: 48px !important;
}
}

@media only screen and (max-width: 479px) {
    .no-padding-right{
        padding-right: 0;
    }
    .filter-container {
        position: relative;
    }
    .delUser {
        position: absolute;
        top: 16px;
        right: 15px;
    }
    .filter > span > .form-control {
        font-size: 16px;
    }
}
