body{
    background-color: rgb(220, 220, 220) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.banner-col{
    min-width: 800px;
}

.up-select{
    -webkit-appearance: none;
    -moz-appearance: none;    
    background: transparent;
    background-image: url('../images/arrow_up.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.container-page{
    margin: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 17px;
    width: 1200px;
    bottom: 200px;
    background-color: white;   
}

.inner-container-page{
    margin: 0px;
    padding: 0px;
    /*max-width: 951px;*/
}

.header-img{
    height: 52px  ;    
}

.user-drop-button{
    height: 43px;
    width: 288px;
    border-radius: 9px;
    border: 2px solid #EFEFEF;
    font-family: Montserrat;
    color: #535353;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 40px;
    text-align: left;    
    background: transparent;
    background-image: url('../images/arrow_down.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 50%;
}

.user-drop-button:hover{
    border-radius: 9px;
    border: 3px solid #e0e0e0;
}

.user-col{
    min-width: 200px;
    text-align: end;    
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #9482A3;
}

.user-options-box{
    width: 288px;
    color: #535353;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.text-user-drop-span{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    color: #7B388D;
    vertical-align: middle;
    height: 28px;    
    margin-left: 9px;
}

.custom_footer{
    width: 1200px;
    margin: auto;
}