﻿
@import url('../../fonts/LTBukra/29ltbukraregular.ttf');
@font-face {
    font-family: 'ltbukra';
    src: url('../../fonts/LTBukra/29ltbukraregular.ttf');
}

body {
    direction:rtl;
    font-family: 'ltbukra' !important;
}

.row {
    width:100%!important
}

.container {
    width:90%
}

.register-info {  
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    margin-top:22% !important
}
.bg-color {
    background: #342842;
    background: linear-gradient(0deg, rgba(52, 40, 66, 1) 0%, rgba(132, 103, 168, 1) 74%);
    height: 100vh;
}
.img-bg {
    height: 100vh;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hello {
    color: #fff;
}

.custom-select:focus, .custom-select:focus:active, .form-control:focus, .form-control:focus:active, .form-select:focus, .form-select:focus:active {
    box-shadow: 0 0 0 .1rem #6cd6c2 !important;
}
.form-select {
    font-family: 'ltbukra' !important;
    height: calc(1.5em + .75rem + 2px) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background: #fff !important;
    line-height: 1.5 !important;
    appearance: none !important;
    padding-right: 16px !important;
    color: #727777 !important;
    position:relative;
}
.select-wrap {
    position:relative;
}

.form-select,
input[type="text"] {
    border-radius: 6px !important;
    border-color: #555 !important;
    border-color: #ced4da !important;
    background: transparent;
}
.select-wrapper:after {
    content: "\f107";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    transform: translate(0%, -3%);
    left: 3%;
    top: 56%;
    pointer-events: none;
    font-size: 15px;
    color: #413168;
}

.img-bg {
    background-image: url('../../images/Winners-rafiki 1.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.form-title {
    color: #413168 ;
    font-weight :700;
    font-size:18px !important;
}

.terms {
    text-decoration: underline;
    color: #2D5FA5;
    font-weight: bold;
}

.btn-success {
    display: flex !important;
    background-color: #413168 !important;
    color: #fff !important;
    font-weight: 800 !important;
    height: 38px !important;
    padding-inline: 48px !important;
    border: white !important;
}
.add-icon {
    color: #fff;
    font-weight: 800;
    font-size: 21px;
}
.login {
    color: #2D5FA5;
    cursor:pointer;
    text-decoration:none;
    font-size:13px
}

.btn-check:focus + .btn-success, .btn-success:focus {
    box-shadow: 0 0 0 .1rem #6cd6c2 !important;
    border-color: #413168 !important;
}

.modal-header {
    display: flex !important;
    justify-content: center !important; 
    color: #413168 !important;
}
.modal-title {
    font-weight : 700 !important ;
}
.modal-body h5 {
    font-weight :700;
    font-size :15px;
    line-height :26px
}
.modal-body p {
    color: #727777
}
/* Custom scrollbar for modal dialog scrollable content */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
  width: 8px; /* Set the width of the scrollbar */
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
  background-color: #f1f1f1; /* Color of the scrollbar track */
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background-color: #413168; /* Color of the scrollbar thumb */
    border-radius: 4px;
}

.modal-dialog-scrollable .modal-content {
    max-height: 45% !important;
}
.modal-dialog-scrollable .modal-body {
    border: 1px solid #d3d3d3; /* Adjust the color as needed */
    border-radius: 4px; /* Optional: smooth the corners */
    padding: 15px; /* Optional: add padding for spacing */
}

.modal-header {
     border-bottom: 0 !important; 
     border-top-left-radius: 0 !important; 
     border-top-right-radius: 0 !important;
}

.form-check-input:checked {
    background: #413168 ;
    border-color: #413168 ;
}

.team, .sector , .one {
    height:100vh
}


@media (min-width: 768px) {
    body {
  
        overflow: hidden;
    }

    .team, .sector, .one {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;

    }
}