
/* Package */

.info-left {
    width: 70%;
    float: left;
    color: #bbcdf0;
    text-align: left;
    font-size: 14px;
    padding-right: 15px;
    padding-top: 10px;
}
.info-right {
    width: 30%;
    float: left;
}
.info-right-inner {
    width: 100%;
    float: left;
    border-radius: 4px;
    /* background-color: #233065; */
    /*padding: 0 10px 10px 10px;*/
}
.info-right .info-text {
    color: #414141;
    font-size: 14px;
    font-weight: 300;
    word-break: break-word;
    margin-bottom: 5px;
    width: 100%;
    float: left;
    text-align: center;
}
.info-right .info-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 1px solid #ebeaea;
}

.box-default-holder {
    width: 100%;
    float: left;
    /*padding-left: 10px;
    padding-right: 10px;*/
}
.box-default-inner {
    display: block;
    padding: 5px 25px 5px 25px;
    border: 1px solid #ebeaea;
    width: 100%;
    float: left;
    border-radius: 6px;
    background-color: #ffffff;
    margin: 15px 0 15px 0;
    position: relative;
    /*left: 50%;
    transform: translateX(-50%);*/
}
.box-default-inner .title {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    padding: 10px;
    margin-bottom: 0;
    text-align: center;
}
.box-bank-content {
    float: left;
    width: 100%;
    position: relative;
}
.box-bank-text {
    float: left;
    display: block;
    min-height: 50px;
    padding: 0 15px;
    text-align: left;
    width: 100%;
    /* border: 2px solid #000; */
    border-radius: 4px;
    text-align: center;
    padding: 7.5px;
    color: #000;
}
.box-bank-text .box-bank-title {
    display: block;
    color: #444444;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px;
}
.box-bank-text .box-bank-subtitle {
    display: block;
    color: #444444;
    font-size: 15px;
    font-weight: 300;
    padding-bottom: 4px;
}
.box-bank-img {
    /* float: left; */
    width: 50px;
    height: 50px;
    background-color: #000;
    /* margin: 0 0 0 0; */
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    /* margin-top: 10px; */
    margin-bottom: 10px;
}
.box-bank-img > img {
    height: 100%;
    max-width: 100%;
}

.text-suggest .title-remark {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    margin-bottom: 10px;
}
.text-suggest .text {
    display: block;
    font-weight: 300;
    color: #444444;
    margin-bottom: 10px;
}


/* Loading Dot */

.loading-text {
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 10px;
    color: #ff9800;
}
.loading {
    float: left;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.loading-dot {
    float: left;
    width: 4px;
    height: 4px;
    margin: 0 4px;
    background: #ffab16;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-box-shadow: 0 0 2px #ffd12a;
    -moz-box-shadow: 0 0 2px #ffd12a;
    -ms-box-shadow: 0 0 2px #ffd12a;
    -o-box-shadow: 0 0 2px #ffd12a;
    box-shadow: 0 0 2px #ffd22d;
    -webkit-animation: loadingFade 1s infinite;
    -moz-animation: loadingFade 1s infinite;
    animation: loadingFade 1s infinite;
}
.loading-dot:nth-child(1) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
}
.loading-dot:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.loading-dot:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loading-dot:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes loadingFade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}
@-moz-keyframes loadingFade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}
@keyframes loadingFade {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.8;
    }

    100% {
        opacity: 0;
    }
}


/* Pagination */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
    padding-left: 5px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #252525;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}


/********** Pagination/ Pager **********/

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.pagination > li > a,
.pagination > li > span {
    color: #2b2b2b;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #e4e7ea;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #ad060e;
    border-color: #ad060e;
}

.pager li > a,
.pager li > span {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #2b2b2b;
}


/* Register Success */

.register-success {
    display: none;
    text-align: center;
    height: 480px;
}
.register-success i {
    font-size: 5rem;
    color: #6ab04d;
}
.register-success .card-alert {
    color: #6ab04d;
    font-size: 1.5rem;
}


/* Modal Login */

.modal-login {		
	color: #636363;
	width: 350px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
    font-size: 24px;
    font-weight: 300;
}
.modal-login .form-control:focus {
	border-color: #70c5c0;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .btn-close {
	position: absolute;
	top: -5px;
	right: -5px;
}	
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-footer a {
	color: #999;
}		
.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -70px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: #60c7c1;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login.modal-dialog {
	margin-top: 80px;
}
.modal-login .btn, .modal-login .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #89b0ae !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #45aba6 !important;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.modal-login .form-group {
    padding-bottom: 20px;
}


/* Program */

.program-wrapper {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.program-wrap .program-row .program-list .program-menu .program-item:nth-of-type(1) {
    width: 20%;
}

.program-wrap .program-row .program-list .program-menu .program-item:nth-of-type(2) {
    width: 60%;
}

.program-wrap .program-row .program-list .program-menu .program-item:nth-of-type(3) {
    width: 20%;
    flex-wrap: wrap;
    padding: 5px 0;
}

.slick-initialized .swipe-tab-content {
    min-height: 500px !important;
    height: auto;
}

.program-wrapper .program-header {
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.swipe-tabs.container-fluid {
    width: 100%;
    max-width: 1200px;
    padding: 0;
}

@media screen and (min-width: 1024px) {
    .swipe-tabs.container-fluid {
        padding: 0 16px;
    }
}

.slick-initialized .swipe-tab-content {
    position: relative;
}

@media screen and (min-width: 767px) {
    .slick-initialized .swipe-tab-content {
        min-height: 500px;
    }
}

.slick-initialized .swipe-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    border-right: 1px solid #222;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    outline: 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

    .slick-initialized .swipe-tab:hover {
        color: #f1f1f1;
    }

    .slick-initialized .swipe-tab.active-tab {
        border-bottom-color: #b10302;
        font-weight: bold;
    }

.swipe-tabs, .swipe-tabs-container {
    color: #505050;
}

.program-wrapper .program-content {
    border-radius: 0 0 4px 4px;
    overflow: hidden;
}

.swipe-tab-content {
    padding: 15px;
    background: #1e1e1e;
    color: #000000;
    font-size: 1rem;
}

.slick-initialized .swipe-tab {
    background-color: #454545;
    font-size: 0.875rem;
}

    .slick-initialized .swipe-tab.active-tab {
        background-color: #ff0000;
        color: #ffffff;
        font-size: 1rem;
    }

.slick-title {
    font-size: 28px;
    color: #ffffff;
    margin: 1rem 0;
}

.slick-title, .slick-caption {
    text-align: center;
}

.blinkblink {
    animation: blinkblinkText 1.5s infinite;
}

@keyframes blinkblinkText {
    0% {
        color: #dc3545;
    }

    49% {
        color: #dc3545;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #dc3545;
    }
}

/* program live */
.program-wrap {
    position: relative;
}
.program-wrap .header {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    background: #003049;
    border-radius: 6px 6px 0 0;
}
.program-wrap .header .item {
    padding: 0.75rem;
    font-size: 0.875rem;
    color: #fff;
}
.program-wrap .program-row {
    width: 100%;
    padding: 0;
    margin: 0;
    /*border: 1px solid #2e2e2e;*/
    border: 0;
    border-radius: 0 0 4px 4px;
}
.program-wrap .program-row .program-list {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #2e2e2e;
    /* background-color: #242424; */
    margin-bottom: 10px;
}
.program-wrap .program-row .program-list .program-menu {
    list-style: none;
    width: 100%;
    display: flex;
    grid-template-columns: 1fr 4fr 1fr;
    text-align: center;
}
.program-wrap .program-row .program-list .program-menu .program-item .text.win {
    background: #ff0100;
    color: #fff;
}
.program-wrap .program-row .program-list .program-menu .program-item .text.default {
    /* background: #3c3c3c; */
    color: #ebebeb;
    font-weight: 400;
}
.program-wrap .program-row .program-list .program-list:last-child {
    border-bottom: 0;
}
.program-wrap .program-row .program-list .program-list {
    border-bottom: 1px solid #003049;
}
.program-wrap .program-row .program-list:last-child {
    border-bottom: 1px solid black !important;
}
.program-wrap .program-row .program-list .program-menu .program-item .text {
    color: #cfcfcf;
    font-weight: 300;
}
.program-wrap .program-row .program-list .program-menu .program-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.program-wrap .program-row .program-list .program-menu .program-item .program-ele {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    justify-content: center;
    height: 100%;
}
.program-wrap .program-list .view-detail {
    font-size: 14px;
    font-weight: 300;
    color: #d20100;
}
.program-wrap .program-list .program-detail {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding: 10px;
    color: #ff0033;
    /* border-top: 1px solid #2e2e2e;
    background: #3c3c3c; */
}
.program-empty {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    padding: 10px;
    color: #cbcbcb;
}

.slick-initialized .swipe-tab {
    font-size: 0.875rem;
    font-weight: 300;
}
.slick-initialized .swipe-tab.active-tab {
    font-size: 0.875rem;
    font-weight: 500;
}
.program-wrap .header .item {
    font-size: 0.65rem;
    padding: 0.5rem 0rem;
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swipe-tab-content {
    padding: 10px;
}

.program-wrap .program-row .program-list .program-menu .program-item .text {
    font-size: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.program-wrap .program-row .program-list .program-menu .program-item .blinkblink {
    font-size: 0.65rem;
}

.modal-dialog.theme-modal .modal-content .modal-header .modal-title {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #363636;
}

.modal-dialog.theme-modal .modal-body {
    min-height: 150px;
}

.btn-live img {
    width: 30px;
}

.btn-outline-deepblue {
    color: #003049;
    border-color: #003049;
    background: #ffffff;
}

.btn-outline-deepblue:hover,
.btn-outline-deepblue:focus {
    color: #ffffff !important;
    border-color: #003049;
    background: #003049;
}

.btn-outline-deepblue:hover .text-dark {
    color: #ffffff !important;
}

.badge.red {
    background: #ff0100;
    margin: 0 2px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 400;
    margin: 2px;
    width: 40px;
}

.badge.deepblue {
    background: #003049;
    margin: 0 2px;
    border-radius: 25px;
    font-size: 10px;
    font-weight: 400;
    margin: 2px;
    width: 40px;
}

.text.reward {
    color: #ff0100;
}

.text.reward {
    color: #ffffff !important;
}

.text.badge.reward {
    color: #fff !important;
    background: #ff0100;
}

.red.reward {
    color: #000 !important;
    font-size: 9px !important;
    font-weight: 900;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
    .slick-initialized .swipe-tab {
        font-size: 12px;
        font-weight: 300;
        height: 40px;
    }
    .slick-initialized .swipe-tab.active-tab {
        font-size: 12px;
        font-weight: 800;
    }
    .program-wrap .program-list .view-detail {
        font-size: 12px;
    }

    .program-wrap .program-row .program-list .program-menu .program-item .program-ele .text:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
    }

    .program-wrap .program-row .program-list .program-menu .program-item .text:nth-of-type(3) {
        display: flex;
        flex-wrap: wrap;
    }

    .program-wrap .program-row .program-list .program-menu .program-item:last-child {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .program-wrap .program-row .program-list .program-menu .program-item .program-ele .text:nth-of-type(1) {
        justify-content: center;
        padding-right: 5px;
        text-align: center;
    }

    .program-wrap .program-row .program-list .program-menu .program-item .text:nth-of-type(3) {
        justify-content: center;
        padding-left: 5px;
    }
}

@media screen and (min-width: 768px) {
    .badge.deepblue {
        font-size: 10px !important;
    }

    .program-wrap .program-row .program-list .program-menu .program-item .text:nth-of-type(1) {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px 0;
    }

        .program-wrap .program-row .program-list .program-menu .program-item .text:nth-of-type(1) .name {
            width: 100%;
        }

    .program-wrap .program-row .program-list .program-menu .program-item .text:nth-of-type(3) {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding: 10px 0;
    }

        .program-wrap .program-row .program-list .program-menu .program-item .text:nth-of-type(3) .name {
            width: 100%;
        }

    .program-wrap .program-row .program-list .program-menu .program-item:nth-of-type(3) .text.mx-1.red.reward {
        padding: 0;
    }

    .program-wrap .program-row .program-list .program-menu .program-item:nth-of-type(3) .text {
        padding: 0;
    }
}

@media screen and (min-width: 1024px) {
    .program-wrap .header .item {
        font-size: 0.875rem;
    }

    .program-wrap .program-row .program-list .program-menu .program-item .text {
        font-size: 0.765rem;
    }

    .badge.red {
        font-size: 12px !important;
    }

    .badge.deepblue {
        font-size: 12px !important;
    }

    .program-wrap .program-row .program-list .program-menu .program-item:nth-of-type(3) .text.mx-1.red.reward {
        font-size: 0.95rem !important;
    }
}

@media screen and (min-width: 1366px) {
    .slick-initialized .swipe-tab {
        font-size: 14px;
    }
    .slick-initialized .swipe-tab.active-tab {
        font-size: 14px;
    }

    .program-wrap .header .item {
        font-size: 0.95rem;
        min-height: 45px;
    }
    .program-wrap .program-row .program-list .program-menu .program-item .text {
        font-size: 14px;
    }
    .program-wrap .program-row .program-list .program-menu .program-item .blinkblink {
        font-size: 14px;
        font-weight: 300;
    }
    .program-wrap .program-row .program-list .program-menu .program-item {
        min-height: 45px;
    }
}


/* Language */

.header-web > .header-top {
    width: 100%;
}

    .header-web > .header-top .hamburger-user > img.lazy- {
        margin-left: 0 !important;
    }

    .header-web > .header-top .hamburger-user > i.fas.fa-bars {
        margin-left: 5px !important;
    }

.dropdown.dropdown-languages {
    margin: 0 11px;
}

    .dropdown.dropdown-languages .button-languages {
        height: 34px;
        width: auto;
        font-size: 13px;
    }

        .dropdown.dropdown-languages .button-languages:hover,
        .dropdown.dropdown-languages .button-languages:focus {
            outline: none !important;
            box-shadow: none !important;
        }

    .dropdown.dropdown-languages .dropdown-menu {
        min-width: 100%;
        padding: 0;
        overflow: hidden;
    }

        .dropdown.dropdown-languages .dropdown-menu li {
            border-bottom: 1px solid #e5e5e5;
        }

            .dropdown.dropdown-languages .dropdown-menu li:last-child {
                border-bottom: 0;
            }

        .dropdown.dropdown-languages .dropdown-menu .dropdown-item {
            font-size: 14px;
            padding: .25rem 0.75rem;
            text-align: center;
        }

            .dropdown.dropdown-languages .dropdown-menu .dropdown-item:focus {
                background: transparent !important;
                color: inherit !important;
            }


/* ==================================================
    Responsive
=====================================================  */
@media screen and (max-width: 1024px) {
    /* hamberger */
    .header-web > .header-top .hamburger-user {
        width: auto;
        text-align: center;
        justify-content: center;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 768px) {
    .header-web > .header-top .btn-main-register {
        margin: 0 2px;
    }

    .header-web > .header-top .btn-main-login {
        margin: 0 2px;
    }

    .dropdown.dropdown-languages {
        margin: 0 6px;
    }
}

@media screen and (max-width: 480px) {
    .header-web > .header-top .btn-main-group {
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .header-web > .header-top .btn {
        padding: 3px 5px;
    }

    .header-web > .header-top .btn-main-register {
        background-color: unset;
        color: white;
        margin: 0;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid #585858;
    }

    .header-web > .header-top .btn-main-login {
        background-color: unset;
        color: white;
        margin: 0;
        font-size: 12px;
        font-weight: 300;
        border: 1px solid #585858;
    }

    .header-web > .header-top .hamburger-user img {
        margin-right: 0px;
    }

    .dropdown.dropdown-languages .button-languages {
        font-size: 10px;
        min-width: 45px;
    }

    .dropdown.dropdown-languages .button-languages {
        height: 26px;
    }

    .dropdown.dropdown-languages .dropdown-menu .dropdown-item {
        font-size: 12px;
    }
}