@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
body {
    background: #ffff;
    overflow: hidden;
    overflow-y: auto;
    font-family: "Outfit", sans-serif;
    margin: 0;
    padding: 0;
}
*{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Outfit", sans-serif;
}

img{
    max-width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
}
::selection {
    background: #2f0ad3;
    color: #fff;
}

li{
    list-style: none;
}
a, a:hover{
    text-decoration: none;
}
.right {
    text-align: right;
}
p {
    font-size: 16px;
    line-height: 21px;
}

.orange{
    color: #F58529;
}
.black {
    color: #000;
}
.red{
    color: #FF3434;
}
.blue {
    color: #4285F4;
}
/* .bg-gran {
    background-image: linear-gradient(to right, #2E3192, #1A5EC2);
} */
.bg-green {
    background: #00C72C;
}
textarea {
    height: auto !important;
    min-height: 60px !important;
}
.regis-btn {
    padding: 13px 5px;
    border-radius: 10px;
    color: #fff;
    transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 15px;
    box-shadow: 0 0 5px #73777a69;
    background: #0089ED;
}

.view::before{
    background: #0d6efd;
    border-color: #0d6efd;
}
.regis-btn:hover::before {
    width: 100%;
    transition: all .5s;
}
.regis-btn:hover {
    color: #fff;
    transition: all .5s;
}

h2 {
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
}
.container {
    max-width: 1270px;
    padding: 0 15px;
}

.form-floating .form-control, .form-control, select, button.btn.dropdown-toggle.btn-default, select, textarea {
    font-size: 14px;
    line-height: normal;
    height: auto !important;
    max-height: none;
    border: solid 1px #9d9d9d00;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    padding: 17px 16px 5px !important;
    background: transparent;
    border: solid 1px #ccc;
}
.form-control.datetime{
    padding: 3px 16px !important;
}
.varificati .form-control.datetime {
    padding: 6px 1px !important;
    border-radius: 10px;
}
.form-control {
    padding: 10px 13px !important;
    /* border-radius: 10px; */
}
select.form-select, select, button.btn.dropdown-toggle.btn-default {
    font-size: 15px !important;
    padding: 12px 10px !important;
    line-height: normal !important;   
    outline: none !important;
}
.user_main {
    position: relative;
}
.user_main .dropdown {
    display: none;
    position: absolute;
    top: 100%;
    background: #2e3192;
    right: 0;
    left: auto;
    height: auto;
    padding: 13px 12px;
    min-width: 143px;
    border-radius: 6px;
    box-shadow: 0 0 13px #1f216342;
    z-index: 99;
}
.user_main .dropdown li {
    margin: 0 0 7px;
}
.user_main .dropdown li:last-child {
   margin-bottom: 0;
}
.user_main .dropdown a {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
}
.user_main .dropdown a:hover{
    color: #ffffffd1;
}
.bg-trans .form-select {
    --bs-form-select-bg-img: url(
    "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-color: transparent;
}

.border-r-10 .form-select, .border-r-10 input{
    border-radius: 10px;
}
.bg-trans input, .bg-trans label {
    background: transparent !important;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.85) translateY(-2rem) translateX(.15rem);
}
.form-floating>label, .form-control, select {
    left: 8px;
    color: #636363;
    font-weight: 400;
}
.form-control:focus, select:focus, textarea:focus, .form-select:focus {
    outline: none;
    box-shadow: none;
    border-color: #1d56b97a;
}
.btn_search {
    padding: 8px 12px;
    box-shadow: 0 0 9px #d21795 !important;
}
.bg-primary {
    box-shadow: 0 0 3px #0d6efd !important;
}
.bs-searchbox input.form-control {
    padding: 6px 11px !important;
}
.number {
    padding: 10px 12px 10px 86px !important;
    width: 100%;
    margin-left: -11px !important;
}
.iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;
}
.iti {
    display: flex;
}
.iti__country-list {   
    z-index: 999 !important;
}
.login_box {
    max-width: 450px;
    margin: 15px auto;
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 0 5px #cccccc69;
}
label {
    font-weight: 600 !important;
    color: #000000;
    font-size: 14px;
}
.form-check-input:checked {
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
    box-shadow: none !important;
}
.modal-body table tr th  {
    border-top: none !important;
    
}
.modal-body table tr td{
    border-right: none !important;
}


.main_loging {
    background: url(../images/bg_login.gif);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
}
.main_loging::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: linear-gradient(180deg, #ffffff, #0089ed);
    z-index: -1;    
}

.main_loging::after {
    background: url(../images/vactor_img.png);
    position: absolute;
    top: 58%;
    transform: translateY(-38%);
    width: 100%;
    height: 338px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    /* background-attachment: fixed; */
    /* position: fixed; */
    animation: mymove_bg 7s infinite;
}
@keyframes mymove_bg {
    0%   {top: 58%; left: 0;}
    75% {top: 59%; left: -1%;}
  100% {top: 60%; left: auto; right: -1%;}
  }
.main_loging .container {
    max-width: 1270px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.logol.logo_login {
    padding: 30px;
}
.main_loging label{
    margin: 0 0 8px;
}
