.header {
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    padding-top: 1.2rem!important;
    padding-bottom: 1.2rem!important;
}
.header-content {
    font-size: 14px;
    color: rgb(51, 51, 51);
}
.header .button, .header .button:hover{
    color: rgb(51, 51, 51);
    border-color: #ccd0da;
    cursor: pointer;
    align-items: flex-start;
    display: inline-block;
    text-align: center;
}
.logo {
    display: inline-flex;
    float: left;
    width: 13rem;
    padding: .3rem 0;
    transition: 0.3s;
    /*margin-top: 4px;*/
    /*height: 42px;*/
}

.header-nav .col{
    margin:0;
    padding: 0;
}
/**/

.header .nav-link, .nav-link:hover {
    text-decoration: none;
    color: rgb(51, 51, 51);
}

.header-content-mobile{
    display: none;
}
.navbar-custom-toggler {
    /*flex-grow: 0;*/
    border: 1px solid rgba(204, 208, 218, .3);
    background: none;
    border-radius: 50%;
    text-align: center;
    padding: 4px 0 6px 0;
    /*padding: 0;*/
    margin-right: 5px;
    height: 35px;
    width: 35px;
    outline: none;
    vertical-align: middle;
    font-style: normal;
}
a.navbar-custom-toggler {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.navbar-custom-toggler img{
    width: 14px;
    height: 14px;
    margin: 0;
    /*vertical-align: middle;*/
}
.header .modal-content {
    width: 320px;
    padding: 20px 30px 30px;
    font-size: 14px;
}
.header .modal-content .btn-green-submit{
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    height: 50px;
}
.warning {
    color : red;
}
.close-item button {
    display: none;
}
.header-button {
    cursor: pointer;
    border: 1px solid #70768B;
    background: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #70768B!important;
    transition: .3s;
    text-transform: none;
    text-align: center;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}
.header-button:hover {
    color: #824BA9!important;
    border-color: #824BA9;
}
a.header-button i{
    vertical-align: middle;
}
.lang-button {
    width: auto!important;
    border-radius: 20px!important;
    -webkit-padding-start: 5px;
    -webkit-padding-end: 5px;
}
a.logout-btn {
    cursor: pointer;
}
a.logout-btn:hover {
    text-decoration: none;
    background-color: #f8f9fa;
}
.header-menu:after, .header-menu:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    top: -10px;
    content: '';
    left: 83%;
    position: absolute;
}
.header-menu {
    top: 10px!important;
}
.header-menu {
    position: absolute;
    top: 10px!important;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    font-size: 14px;
}
.header-menu:before {
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    border-bottom: 11px solid;
    border-bottom-color: inherit; /* Can't be included in the shorthand to work */
    top: -11px;
    margin-left: -1px;
}
.header-menu .dropdown-item.active, .header-menu .dropdown-item:active {
    background-color: #824BA9;
    color: white;
}
@media (max-width: 767px) {

    .header-button {
        width: 28px;
        text-align: center;
        height: 28px;
    }
    .header-button i {
        font-size: 12px!important;
    }
    .logo {
        width: 10rem;
    }
    .header-menu {
        display: block;
        height: 100%;
        width: 0;
        min-width: 0;
        position: fixed;
        z-index: 100;
        top: 0!important;
        left: 0;
        background-color: #ffffff;
        overflow-x: hidden;
        transition: 0.5s;
        margin: 0!important;
        text-align: left;
        list-style: none;
        border: none;
        border-radius: 0;
    }
    .header-nav-title {
        font-size: 16px;
        padding: 8px 8px 8px 32px;
        /*color: rgb(51, 51, 51);*/
    }
    .header-menu a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 16px;
        color: rgb(51, 51, 51);
        display: block;
        transition: 0.3s;
    }

    .header-menu a:hover {
        color: rgb(138, 146, 166);
    }

    .header-menu .closebtn {
        padding: 0 20px 0 0;
        float: right;
        vertical-align: top;
        color: #824BA9;
    }
    .closebtn i {
        vertical-align: top;
    }
}

/*@media (max-width: 1199.98px) {*/
    /*!*.header-content-mobile {*!*/
        /*!*display: block;*!*/
    /*!*}*!*/

    /*.logo{*/
        /*!*width: 9rem;*!*/
        /*width: 8.5rem;*/
    /*}*/

    /*!*#navbarNav{*!*/
        /*!*text-align: right;*!*/
        /*!*padding-top: 40px;*!*/
        /*!*overflow: visible;*!*/
        /*!*position: fixed;*!*/
        /*!*height: 100%;*!*/
        /*!*right: -300px;*!*/
        /*!*top: 0;*!*/
        /*!*width: 300px;*!*/
        /*!*z-index: 10;*!*/
        /*!*color: white;*!*/
        /*!*font-size: 16px;*!*/
        /*!*background-color: #24152F;*!*/
        /*!*!*background-color: #FDFCFC;*!*!*/
        /*!*-webkit-transition: width 2s;*!*/
        /*!*transition: width 2s;*!*/
    /*!*}*!*/
    /*!*#navbarNav .close-item {*!*/
        /*!*padding: 20px;*!*/
    /*!*}*!*/
    /*!*.close-item button {*!*/
        /*!*display: flex;*!*/
        /*!*float: right;*!*/
        /*!*background: none;*!*/
        /*!*border: none;*!*/
        /*!*outline: none;*!*/
    /*!*}*!*/
    /*!*.close-item .icon-20:focus {*!*/
        /*!*width: 15px;*!*/
    /*!*}*!*/
    /*#navbarNav .nav-item{*/
        /*padding: 20px;*/
        /*color: white;*/
    /*}*/
    /*.header .nav-item .nav-link {*/
        /*color: white;*/
    /*}*/

    /*#navbarNav .nav-item:hover{*/
        /*background-color: rgba(138, 146, 166, 0.3);*/
        /*width: 100%;*/
    /*}*/
/*}*/
