@font-face {
    font-family: helvetica;
    src: url(../fonts/HelveticaNeue.ttf)
}

@font-face {
    font-family: helveticaLight;
    src: url(../fonts/HelveticaNeueLt.ttf)
}

.main-navbar {
    background-color: #424242 !important;
    display: flex;
    justify-content: flex-end
}

.user-drop {
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    height: 100%
}

.user-drop .user-image {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin-right: 5px
}

.user-drop .user-name {
    margin: 0;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    font-family: Roboto, sans-serif
}

.user-drop svg {
    width: 10px;
    height: 10px;
    transform: rotateZ(90deg)
}

.user-drop .dropdown-menu a {
    display: flex;
    align-items: center;
    color: #333;
    line-height: 20px;
    font-size: 16px;
    padding: 7px;
    font-family: Roboto, sans-serif
}

.user-drop .dropdown-menu a .dropdown-option {
    display: inline-block;
    margin: 0
}

.user-drop .dropdown-menu a:hover {
    background-color: #333;
    color: #fff;
    text-decoration: none
}

.user-drop .dropdown-menu a:hover svg path {
    fill: #fff
}

.user-drop .dropdown-menu a svg {
    transform: rotateZ(0);
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.pixolo {
    background-color: #f0f8ff
}

.main-wrapper {
    display: flex;
    height: 100%
}

.main-sidebar {
    flex-basis: 20%;
    height: 100vh;
    background-image: url(../img/texture.jpg);
    position: relative
}

.main-panel {
    flex-basis: 100%;
    max-width: 100%
}

.main-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    text-align: right;
    left: 0;
    z-index: -10
}

.create-fixtures-wrapper {
    font-family: Roboto, sans-serif;
    width: 100%;
    background-color: #fff;
    padding: 50px
}

.nav-create-fixtures {
    background-color: #424242;
    color: #fff;
    display: flex;
    height: 50px;
    align-items: center;
    border-radius: 3px;
    justify-content: center;
    margin-top: 10px
}

.red-block {
    background-color: #f9f9f9;
    border-radius: 4px;
    margin: 20px 0;
    height: 130px;
    border: 1px solid #ccc;
    padding: 0 0;
    height: 110px
}

.body-create-fixtures {
    padding: 10px;
    width: 100%;
    height: 100%;
    margin: 0;
    height: 70vh;
    overflow-y: scroll
}

.body-create-fixtures .button-create-fixtures {
    display: flex;
    justify-content: center;
    position: fixed;
    width: 70%;
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    top: 76px
}

.body-create-fixtures .button-create-fixtures button {
    background-color: #d52c30 !important;
    border-radius: 5px;
    color: #fff;
    box-shadow: 1px 1px #fff;
    width: 170px;
    height: 40px;
    font-size: 1em;
    margin: 0 auto;
    display: block
}

.body-create-fixtures .create-fixtures-items {
    font-family: Roboto, sans-serif;
    color: #fff;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    border-radius: 10px;
    padding: 0 10px;
    margin: 0
}

.body-create-fixtures .create-fixtures-items span {
    font-size: 1em;
    margin-left: 40%
}

.body-create-fixtures .create-fixtures-items label {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: lighter;
    margin-top: 15px;
    background-color: #424242;
    font-size: .8em
}

.body-create-fixtures .create-fixtures-items select {
    color: #333;
    border-radius: 2px;
    padding: 2px;
    width: 120px;
    height: 22px;
    margin: 3px 0;
    font-size: 12px
}

.body-create-fixtures .create-fixtures-items select:disabled {
    background-color: #f9f9f9;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.body-create-fixtures .create-fixtures-items select:disabled ::-ms-expand {
    display: none
}

.body-create-fixtures .create-fixtures-items input[type=text] {
    color: #333;
    width: 30px;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 2px;
    height: 22px;
    margin: 3px 0;
    font-size: 12px
}

.body-create-fixtures .create-fixtures-items input[type=text]:disabled {
    background-color: #f9f9f9;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    border: none
}

.body-create-fixtures .create-fixtures-items .date-time {
    color: #333;
    width: 120px;
    text-transform: capitalize;
    border-radius: 2px;
    padding: 2px;
    height: 22px;
    margin: 3px 0;
    font-size: 12px;
    border: 1px solid #ccc;
    outline: 0
}

.body-create-fixtures .create-fixtures-items .date-time:disabled {
    background-color: #f9f9f9;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    border: none
}

.result-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.result-wrapper .result-action-a {
    margin: 0 5px;
    cursor: pointer
}

.result-wrapper .result-action-a:hover .result-action-button {
    transform: scale(1.2)
}

.result-wrapper .result-action-button {
    width: 20px;
    height: 20px
}

.submit-button {
    margin-top: 20px
}

.delete-edit-icon {
    width: 18px;
    margin-left: 13px;
    cursor: pointer
}

.icon-wrapper {
    display: flex
}

.form-create-team {
    font-family: Roboto, sans-serif;
    background-color: #f4ebeb;
    border-radius: 15px;
    margin: 0;
    height: 58vh;
    overflow: auto;
    padding-bottom: 20px
}

form input,
form label {
    display: inline-block;
    /*    text-transform: capitalize*/
}

form label {
    /*    width: 35%;*/
    /*    text-align: right;*/
    color: #333;
    font-weight: lighter
}

form label+input {
    /*    width: 30%;*/
    margin-bottom: 16px
}

form input[type=file] {
    display: inline;
    color: #333;
    margin-bottom: 19px
}

.create-teams-wrapper {
    font-family: Roboto, sans-serif;
    width: 100%;
    background-color: #fff;
    padding: 20px 50px 20px 50px
}

.create-teams-wrapper .nav-create-team {
    background-color: #424242;
    color: #333;
    display: flex;
    justify-content: space-around;
    height: 50px;
    align-items: center;
    border-radius: 10px
}

.create-teams-wrapper .nav-create-team ::placeholder {
    color: #fff;
    font-size: 1.2em
}

.create-teams-wrapper .nav-create-team input[class*=disable] {
    text-transform: capitalize;
    width: 100%;
    background-color: #424242;
    border: none;
    text-align: center
}

.create-teams-wrapper .body-create-team {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #e1e1e1;
    border-radius: 15px
}

.create-teams-wrapper .body-create-team span {
    font-size: 1em
}

.create-teams-wrapper .body-create-team .create-team-button button {
    display: inline-block;
    margin: 0 auto;
    background-color: #d52c30 !important;
    border-radius: 5px;
    color: #fff;
    width: 80px;
    height: 30px;
    border: none;
    margin-top: 15px;
    margin-left: 10px;
    font-size: 1em
}

.first-div {
    width: 445px
}

.second-div {
    width: 445px
}

.select-category-wrapp {
    display: flex;
    margin-bottom: 1.5% !important
}

.language-details {
    margin-bottom: 1.5% !important
}

.select-category {
    display: flex
}

.first-sec-wrapp {
    display: flex
}

.news-heading {
    width: 63%;
    margin-bottom: 1.5% !important
}

.heading-title {
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    text-overflow: clip
}

form label {
    /*    text-align: center !important*/
}

.popup-wrapper {
    display: none;
    top: 35%;
    position: absolute;
    left: 50%;
    width: 240px
}

.popup-wrapper .popup-title {
    color: #000
}

.popup-wrapper .btn-yes {
    BACKGROUND: #424242;
    color: #fff
}

.popup-wrapper .btn-no {
    background: #d52c30;
    color: #fff
}

.new-block {
    animation: fadeinbackground;
    animation-duration: 2s;
    animation-iteration-count: 1
}

@keyframes fadeinbackground {
    from {
        background-color: #383636 !important
    }
    to {
        background-color: #fff
    }
}

.fixture-data1-fieldset {
    display: block;
    width: 100%
}

.fixture-data1-fieldset .fieldset-inner-wrap {
    display: flex
}

.fixture-data1-fieldset .input-wrapper {
    display: inline;
    flex-basis: 20%;
    width: 20%;
    text-align: center;
    text-align-last: center
}

.fixture-data1-fieldset .input-wrapper .input-small-label {
    margin: 0
}

.fixture-action-buttons-wrapper {
    text-align: right;
    padding: 3px 10px 3px
}

.fixture-action-buttons-wrapper .action-button {
    background-color: #383636;
    border: none;
    outline: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 28px;
    border-radius: 3px
}

.fixture-data2-fieldset .label-fixture {
    width: 145px !important
}

.footer-text {
    color: #fff;
    margin: 0;
    padding: 5px;
    font-family: Roboto, sans-serif
}

.albums-wrapper {
    padding: 20px;
    height: 77vh;
    overflow-y: scroll
}

.albums-wrapper .gallery-item {
    position: relative;
    border-radius: 2px;
    height: 300px;
    text-align: center;
    margin: 30px 0;
    background: #383636;
    text-align: center
}

.albums-wrapper .gallery-item .group-name-input {
    width: 90%;
    margin: 10px auto;
    height: 35px;
    border-radius: 2px;
    border: none;
    background: #fff
}

.albums-wrapper .gallery-item .group-name-input:focus {
    border-bottom: 3px solid #d52c30 !important
}

.albums-wrapper .gallery-item .photos-wrapper {
    overflow: hidden
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list {
    padding: 0 30px;
    position: relative;
    width: 100%;
    list-style: none;
    text-align: left;
    height: 235px;
    display: flex;
    align-items: center
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .photo-item {
    display: inline-block;
    width: 200px !important;
    height: 200px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .photo-item:hover {
    outline: 0;
    border: none
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .photo-item:hover .photo-actions {
    top: 0
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .photo-item .photo-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all;
    position: absolute;
    width: 100%;
    height: 30px;
    background-color: #fff;
    padding: 6px;
    top: -30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .6)
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .photo-item .photo-actions .action-text {
    font-size: 15px;
    margin: 0;
    font-family: Roboto, sans-serif
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .photo-item .photo-actions svg {
    margin: 0 6px;
    width: 15px;
    height: 15px
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .photo-item img {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .add-photo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(189, 189, 189, .72);
    border-radius: 3px
}

.albums-wrapper .gallery-item .photos-wrapper .photos-list .add-photo-wrapper svg {
    width: 30px;
    height: 30px
}

.albums-wrapper .gallery-item .photos-wrapper .slick-track {
    min-width: 1000px !important
}

.albums-wrapper .gallery-item .close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -11px;
    right: -11px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 4px #000;
    cursor: pointer
}

.photos-slider-arrow {
    height: 50%;
    width: 40px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: absolute;
    box-shadow: 0 0 5px rgba(0, 0, 0, .619608);
    z-index: 999;
    right: 5px;
    cursor: pointer
}

.photos-slider-arrow svg {
    width: 20px;
    height: 20px
}

.photos-slider-arrow svg path {
    fill: #000
}

.photos-next-arrow {
    right: 5px
}

.photos-prev-arrow {
    left: 5px
}

.photos-prev-arrow svg {
    transform: rotateZ(180deg)
}

.nav-group input {
    text-align: center
}

* {
    margin: 0;
    padding: 0
}

.main {
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: Roboto, sans-serif;
    background-image: url(../img/truck.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.login {
    margin: auto;
    margin-top: 145px;
    width: 400px;
    height: 300px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .26);
    overflow: hidden
}

.login .photo {
    position: relative;
    margin: 20px;
    text-align: center
}

img {
    width: 180px
}

.login>span {
    display: block;
    text-align: center;
    margin: -15px 0;
    font-size: 15px
}

form {
    position: relative;
    margin: 40px 15px
}

.form-group {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 0 40px
}

.form-control {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
    font-family: inherit;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #000
}

.form-control:focus {
    border-bottom: 2px solid #dd2e34;
    outline: 0;
    box-shadow: none
}

.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .4
}

input {
    color: #000
}

.float-label {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 0 40px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.form-control:focus~.float-label,
.form-control:valid~.float-label {
    top: -15px;
    font-size: 12px
}

.btn-login {
    position: relative;
    font-family: inherit;
    font-weight: 100;
    font-size: 20px;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    width: 100px;
    cursor: pointer;
    background-color: #dd2e34;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37)
}

#button {
    text-align: center
}

.menu-wrapper {
    background-color: #efebeb !important;
    height: 100%
}

.fcblogo {
    text-align: center;
    padding-top: 25px;
    margin-bottom: -40px
}

.menu-items-wrapper {
    width: 100%;
    margin-top: 50px
}

.menu-items-wrapper ul {
    display: inline
}

.menu-items-wrapper .menu-items .menu-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #fff
}

.menu-items-wrapper .menu-items .menu-item a {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px
}

.menu-items-wrapper .menu-items .menu-item a:hover {
    background-color: #fff;
    text-decoration: none
}

.menu-items-wrapper .menu-items .menu-item a:hover .menu-item-text {
    color: #383636;
    font-weight: 700;
    transform: scale(1.1)
}

.menu-items-wrapper .menu-items .menu-item a:hover svg {
    margin-right: -10px
}

.menu-items-wrapper .menu-items .menu-item a:hover svg polygon {
    fill: #383636
}

.menu-items-wrapper .menu-items .menu-item svg {
    height: 12px;
    width: 12px;
    float: right;
    transition: .2s all
}

.menu-items-wrapper .menu-items .menu-item svg polygon {
    fill: #fff
}

.menu-items-wrapper .menu-items .menu-item .menu-item-text {
    color: #242222;
    display: inline-block;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
    transition: .2s all;
    font-family: Roboto, sans-serif
}

.menu-items-wrapper .menu-items .active {
    border-bottom: none
}

.menu-items-wrapper .menu-items .active a {
    background-color: #d52c30 !important
}

.team-logo {
    height: 40px;
    width: 40px;
    border-radius: 100%
}

.item-width-1 {
    width: 20px
}

.item-width-2 {
    width: 50px
}

.item-width-3 {
    width: 100px
}

.nav-tour .nav-name {
    width: 250px;
    text-align: center
}

.tour-items {
    background-color: #fff;
    margin: 10px auto;
    color: #333;
    display: flex;
    justify-content: space-between;
    height: 75px;
    align-items: center;
    border-radius: 10px;
    padding: 0 25px
}

.tour-items .tour-name .error-label {
    display: block;
    margin: 0 auto;
    color: red;
    font-size: .9em;
    text-align: center;
    font-weight: 100
}

.tour-items .tour-name p {
    text-align: center;
    font-weight: 500
}

.tour-items .action-button {
    cursor: pointer
}

.tour-items .action-button svg {
    width: 26px;
    fill: #333;
    margin: 0 3px
}

.tour-items .action-button:hover svg {
    transform: scale(1.2)
}

.tour-items .disable {
    background-color: #fff
}

.tour-items input {
    margin-left: 8px;
    width: 100%
}

.tour-items input:placeholder {
    color: #333;
    font-size: 1.2em
}

.tour-items input:disabled {
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #000;
    text-align: center
}

.tour-items input:disabled .odd {
    background-color: #fff
}

.tour-items input:disabled .even {
    background-color: #f4ebeb
}

.button-div {
    padding-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center
}

.button-div button {
    background-color: #d52c30 !important;
    border-radius: 2px;
    color: #fff;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .45098);
    border: none;
    height: 40px;
    font-size: 1.2em;
    outline: 0;
    font-weight: 400;
    padding: 0 14px;
    display: flex;
    align-items: center;
    transition: .2s all
}

.button-div button:hover {
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .45098)
}

.button-div button:hover svg {
    transform: rotateZ(90deg)
}

.button-div button:active {
    box-shadow: none
}

.button-div button svg {
    transition: .3s all;
    width: 20px;
    height: 20px;
    margin-right: 4px
}

.button-div button svg path {
    fill: #fff
}

.list-wrapper {
    font-family: Roboto, sans-serif;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    height: 100vh;
    overflow-y: scroll
}

.list-wrapper .list-body {
    width: 100%;
    margin: 0;
    background-color: #e1e1e1;
    border-radius: 15px;
    height: 60vh;
    overflow: auto
}

.list-wrapper .list-body .body-block {
    margin: 25px;
    padding-bottom: 25px;
    margin-bottom: 50px
}

.list-wrapper .list-body .odd {
    background-color: #fff
}

.list-wrapper .list-body .even {
    background-color: #f4ebeb
}

.list-wrapper .list-nav {
    background-color: #424242;
    color: #fff;
    display: flex;
    justify-content: space-between;
    height: 50px;
    align-items: center;
    border-radius: 10px;
    padding: 0 25px
}

.list-wrapper .list-nav ::placeholder {
    color: #fff;
    font-size: 1.2em
}

.list-wrapper .list-nav input {
    width: 100%;
    background-color: #424242;
    border: none
}

.list-wrapper span {
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center
}

.list-wrapper .list-item {
    background-color: #fff;
    margin: 10px auto;
    color: #333;
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    border-radius: 10px;
    padding: 0 25px
}

.list-wrapper .list-item .tour-name .error-label {
    display: block;
    margin: 0 auto;
    color: red;
    font-size: .9em;
    text-align: center;
    font-weight: 100
}

.list-wrapper .list-item .action-button {
    cursor: pointer
}

.list-wrapper .list-item .action-button svg {
    width: 26px;
    fill: #333;
    margin: 0 3px
}

.list-wrapper .list-item .action-button:hover svg {
    transform: scale(1.2)
}

.list-wrapper .list-item .disable {
    background-color: #fff
}

.list-wrapper .list-item input {
    margin-left: 8px;
    width: 100%
}

.list-wrapper .list-item input:placeholder {
    color: #333;
    font-size: 1.2em
}

.list-wrapper .list-item input:disabled {
    width: 100%;
    border: none;
    border-radius: 3px;
    color: #000;
    text-align: center
}

.list-wrapper .list-item input:disabled .odd {
    background-color: #fff
}

.list-wrapper .list-item input:disabled .even {
    background-color: #f4ebeb
}

.block-addteam {
    display: flex;
    flex-direction: row;
    text-align: center
}

.addteam-body {
    width: 100%;
    margin-left: 20px;
    background-color: #e1e1e1;
    border-radius: 15px
}

.addteam-body span {
    display: block;
    margin: 0 auto
}

.addteam-item {
    display: flex;
    align-items: center;
    justify-content: center
}

.addteam-item svg {
    height: 20px;
    width: 20px;
    margin-left: 10px
}

.addteam-item .addteam-teamname {
    background-color: #fff;
    margin: 10px;
    color: #333;
    border-radius: 10px;
    padding: 0 25px
}

.addteam-item .addteam-svg {
    margin: 10px
}

* {
    margin: 0;
    padding: 0
}

.main {
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: Roboto, sans-serif;
    background-image: url(../img/truck.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.login {
    margin: auto;
    margin-top: 145px;
    width: 400px;
    height: 300px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .26);
    overflow: hidden
}

.login .photo {
    position: relative;
    margin: 20px;
    text-align: center
}

img {
    width: 180px
}

.login>span {
    display: block;
    text-align: center;
    margin: -15px 0;
    font-size: 15px
}

form {
    position: relative;
    margin: 40px 15px
}

.form-group {
    position: relative;
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 0 40px
}

.form-control {
    display: block;
    height: 36px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 15px;
    font-family: inherit;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 2px solid #000
}

.form-control:focus {
    border-bottom: 2px solid #dd2e34;
    outline: 0;
    box-shadow: none
}

.form-highlight {
    position: absolute;
    height: 60%;
    width: 60px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .4
}

input {
    color: #000
}

.float-label {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 0 40px;
    transition: .2s ease all;
    -moz-transition: .2s ease all;
    -webkit-transition: .2s ease all
}

.form-control:focus~.float-label,
.form-control:valid~.float-label {
    top: -15px;
    font-size: 12px
}

.btn-login {
    position: relative;
    font-family: inherit;
    font-weight: 100;
    font-size: 20px;
    border: 0;
    border-radius: 10px;
    padding: 10px;
    width: 100px;
    cursor: pointer;
    background-color: #dd2e34;
    color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .37)
}

#button {
    text-align: center
}


/* ADDITIONAL STYLES */

.login-wrapper {
    background: white;
    width: 35%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.loginpage {
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-logo {
    margin: 10px auto;
    display: block;
    width: 25%;
}

.login-main {
    border-top: 1px solid;
    padding: 40px;
}

.input-title {
    margin: 0;
}

.input-element {
    height: 40px;
    width: 100%;
}

.login-btn {
    background: #2c343f;
    color: white;
    border: none;
    outline: none;
    padding: 10px 30px;
    display: block;
    margin: 10px auto;
    width: 100%;
    cursor: pointer;
}

.input-div {
    padding: 0 0 20px 0;
}

.error-msg-user,
.error-msg-pass {
    text-align: center;
    color: red;
    line-height: 16px;
    font-size: 16px;
    margin: 0;
    display: none;
}

@media only screen and (max-width: 600px) {
    .login-wrapper {
        width: 90% !important;
    }
}

.fooddata {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 1.25rem 1.25rem !important;
    position: relative;
    white-space: nowrap;
    margin: 15px;
    width: 96%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.plus-btn {
    width: 30px;
    height: 30px;
    flex: 0 0 40px;
    margin: 0 10px;
    fill: #5c80d1;
    cursor: pointer;
}

.food-name {
    margin: 0 10px 0 0 !important;
    text-transform: capitalize;
    font-weight: 600;
    min-width: 200px;
}

.measurement-name {
    margin: 0 10px !important;
    background: #6c757d;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.main-measurement {
    position: relative;
}

.delete-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -12px;
    right: -3px;
    cursor: pointer;
    fill: red;
}

.delete-btn2,
.submit-btn {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 5px;
}

.submit-btn {
    fill: #5c80d1;
}

.delete-btn2 {
    fill: red;
}

.dropdown-div {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .fooddata {
        width: 90%;
    }
}

.modal-main {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.user-modal-wrapper {
    padding: 20px;
    background: white;
    text-align: center;
    max-width: 300px;
}

.contact-wrapper {
    display: flex;
}

.country-code {
    margin-right: 10px;
    width: 20% !important;
}