/** {*/
/*    font-family: Roboto, sans-serif;*/
/*}*/

.cat__pages__login {
    min-height: 100vh;
}

/*.nav-tabs {*/
/*    margin-bottom: 15px;*/
/*}*/


/*.cat__menu-left__logo img {*/
/*    filter: invert(1);*/
/*}*/

/*.card-badge {*/
/*    background: #fff;*/
/*    border-radius: 5px;*/
/*    border: 1px solid #e4e9f0;*/
/*}*/

.dropdown-no-arrow::after {
    display: none!important;
}
.driver__title {
    font-size: 19px;
    line-height: 17px;
    margin-bottom: 10px;
    color: #002C47;
}

.driver__subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 16px;
    color: #002C47;
}

.driver__btn {
    background: #4CAF50;
    border-radius: 30px;
    font-style: normal;
    font-size: 16px;
    text-decoration: none;
    line-height: 16px;
    color: #FFFFFF;
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    justify-content: center;
    padding: 10px 30px;
}

.stat__name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    width: 120px;
    line-height: 16px;
    color: #FFFFFF;
}

.stat__number {
    font-style: normal;
    margin-top: 20px;
    font-weight: 300;
    font-size: 25px;
    line-height: 9px;
    color: rgba(255, 255, 255, 0.5);
}

.stat__more {
    font-style: normal;
    font-weight: 300;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.5);
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000!important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000!important;
}

.tooltipContainer{
    position:relative;
}

.tooltipContainer.danger-popup .tooltipD{
    border: 1px solid #fe0032;
}

.tooltipD{
    position:absolute;
    right:25px;
    top: 40px;
    background:#fcfcfc;
    color:#000;
    visibility: hidden;
    width:300px;
    border-radius:10px;
    box-shadow: 0 0 3px #000;
    z-index:999;
}

.tooltipContainer:hover .tooltipD{
    visibility: visible;
}

.tooltipD .tooltipH{
    font-size:14px;
    padding:10px 15px;
    border-bottom:1px solid #cecece;
}

.tooltipD .tooltipContent{
    padding:10px 15px;

}


.table__td.danger-popup{
    color: #fe0032;
    cursor: pointer;
}