/*Custom Scrollbar*/
::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px grey; border-radius: 10px;}
::-webkit-scrollbar-thumb {background: #e9a13b; border-radius: 10px;}
::-webkit-scrollbar-thumb:hover {background: #997748; }

input::placeholder{color:#555!important}

*,
*::before,
*::after {padding: 0;margin: 0;box-sizing: border-box;list-style: none;list-style-type: none;text-decoration: none;
-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;}

body, 
html {height: 100%;margin: 0;font-family: 'Segoe UI', sans-serif;background-color: #070b17;color: #e6e6e6;}

a {color: #479fca;text-decoration: none;}
a:hover {color: #e9a13b;}

.split-left {background: url('../images/bg-login-s.jpg') no-repeat center center;background-size: cover;color: #e6e6e6;}
.split-left h1{color:#e9a13b;font-weight: 800;font-size: 3.4rem;}
.split-left h1 span{color:#fff;font-weight: 300;}

.overlay {background-color: rgba(0, 0, 0, 0.7);height: 100%;padding: 4rem;}

.login-box {padding: 4rem 3rem;max-width: 400px;margin: auto;}
.login-box a.logo img{padding: 2rem 0rem;width: 100%;height:auto;margin-left: auto;}
.login-box-text {padding: 4rem 0rem;margin: auto;}/*max-width: 420px;*/

.bi.password-field-icon-eye{position:absolute;right: 22px;top:38px;color: #d38e41; }

.btn-warning {background-color: #b6742c;color: #fff!important;border: none;}
.btn-warning:hover {background-color: #e9a13b;color: #fff!important;}

.form-control {background-color: #182031;color: #fff;border: 1px solid #273143;}
.form-control:focus {background-color: #182031;color: #fff;border-color: #d38e41;box-shadow: 0 0 0 0.2rem rgba(211, 142, 65, 0.25);}

.btn-google, 
.btn-microsoft {background-color: #182031;color: #fff;border: 1px solid #444;}

.btn-google:hover, 
.btn-microsoft:hover {background-color: #2a2a2a;}
.btn-google img, 
.btn-microsoft img {height: 20px!important;margin-right: 10px;}

/*--cookies--*/
html:has(body.block-scroll) {overflow: hidden;}
html:has(body) {overflow: auto;}

#parent-cookieconsent{padding-right:0px !important;overflow: hidden!important; background: rgba(0, 0, 0, 0.5); -webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px);display:inherit;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 9999;}
/* .cc-color-override--1762072787.cc-window{position:absolute;top:0} */
.cc-color-override--1762072787.cc-window{background: rgb(3,0,55);background: linear-gradient(90deg, rgba(3,0,55,1) 0%, rgba(5,50,162,0.6755077030812324) 50%, rgba(0,0,51,1) 100%);padding-top:30px!important;padding-bottom: 30px!important;z-index: 99;}
.cc-banner .cc-message{color: #ffffff!important;}
.cc-color-override--1762072787 a.cc-link{color: #ffffff!important;}
.cc-color-override--1762072787 .cc-btn{color: #212529!important;background-color: #ffc107!important;border-color: #ffc107!important;text-transform: uppercase; font-weight: 600;}
.cc-color-override--1762072787 .cc-btn:hover {color: #212529;background-color: #e0a800!important;border-color: #d39e00!important;}


/* swiper */
/*.slider-section a,
.slider-section button {cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;
    user-select: none;border: none;outline: none;background: none;}
.slider-section img {display: block;max-width: 100%;height: auto;-o-object-fit: cover;object-fit: cover;
image-rendering: -webkit-optimize-contrast;image-rendering: -moz-crisp-edges;image-rendering: crisp-edges;}
.slider-section .container {max-width: 75rem;height: auto;margin-inline: auto;padding-inline: 0rem;}
.slider-section .container .swiper-horizontal{padding: 25px;}
.slider-section .swiper-slide{background: rgba(255, 255, 255, 0.7);border-radius: 15px;border: 2px solid #e9a13b;}
.slider-section .swiper-button-next::after, 
.slider-section .swiper-button-prev::after {display: flex;align-items: center;justify-content: center;font-size: 0.75rem;font-weight: 800;padding: 1rem;
width: 2rem;height: 2rem;opacity: 1;border-radius: 50%;color: #fff;background: #e9a13b;}background: var(--black-300);*/

