﻿body {
    direction: rtl;
    line-height: unset;
    font-size: 16px;
}

.SideMenuLeft ul {
    margin-top: unset;
    margin-bottom: unset;
}

[class*="col-"] {
    float: right;
    padding-left: 0px;
    padding-right: 0px;
}
/*.col-form-label {
    padding-top: calc(.375rem + 1px) !important;
    padding-bottom: calc(.375rem + 1px) !important;
}*/
.row, .form-row {
    margin-right: 0;
    margin-left: 0;
    line-height: 1.5;
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.btn-zap {
    width: 100%;
    height: 48px;
    background-color: rgba(0, 28, 50, 1);
    color: white;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 400;
}
.btn-zap:hover {
    color: #fff !important;
}
.btn:hover {
    color: #fff !important;
}


.btn-zap-2 {
    color: #fff !important;
    background-color: #007b9d;
    border-color: #007b9d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8rem;
}
    .form-control-zap-input {
        background-color: #eeeff1;
        border-radius: 7px;
        border-color: #eeeff1;
    }
        .form-control-zap-input:focus {
            box-shadow: none;
            border-color: #eeeff1;
        }

/* Checkbox color */
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: rgba(130, 180, 255, 1);
    background-color: rgba(130, 180, 255, 1);
}
/* Popup modal */
.vertical-align-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

a:hover {
    text-decoration: unset;
}
