body
{
   height: 100% !important;
}

.navbar
{
   height: 10vh !important;
    background-color: #202020;
}

.navbar-toggler-icon
{
    color: #fff;
}

.fa-bars
{
    color: #fff;
}

.image-container {
  width: 100%;
  display: grid;
  place-items: center;
}

@media (max-width: 575.98px) { 
  .image-container {
    width: 90%;
    display: grid;
    place-items: center;
  }
  
 }

 
@media (max-width: 575.98px) { 
  .sign-title {
    margin-top: -120px !important;
  }
  
 }

section {
   height:93vh;
 }

 .sidebar
 {
   background-color:#202020;
   width: 17%;
   height: 100%;
   z-index: 9999;
 }

 @media (max-width: 1024.98px) { 
  .sidebar
 {
   background-color:#202020;
   width: 0%;
   height: 90%;
   position: absolute;

 }
  }

 .main
 {
   padding: 30px;
   background-color:black;
   width: 83%;
   height: 90vh;
 }

 @media (max-width: 1025px) { 
  .main
 {
   padding: 30px;
   background-color:black;
   width: 100% !important;
   height: 90vh;
 }
  }


 .longEnough {
   height:80%;
   width: 100%;
   overflow: auto;
 }

 .video-body
 {
   height: 90vh;
 }

 .video-links
 {
   font-size: 20px;
 }

 .icon {
   cursor: pointer;

   width: 100%;

   display: flex;
   justify-content: center;
   align-items: center;
   gap: 1em;

   padding: 0.5em;
   border-radius: 8px;

   background: var(--bg-secundary);

   transition: all ease 0.5s;
 }

 .signout {
   margin-top: auto;
   color: #202020;
   background: white;
   box-shadow: 0 1px 2px 0 #0000, 0 1px 3px 1px #0000;

}

.card {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color:#202020 !important;
   background-clip: border-box;
   border: 1pxsolidrgba(0,0,0,.125);
   border-radius: 0rem !important;
}

.close-btn
{
   color: white;
   float: right;
}


.btn-link
{
   font-size: 20px !important;
   color: white !important;
}

a {
   color: white !important;
   text-decoration: none;
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
}

.closed
{
   height: 4%;
   float: right;
   background-color: #202020;
}


.icon {

   gap: 0.5em !important;
}

.p-btn
{
   margin-top: auto;
   color: #202020 !important;
   background: white;
   box-shadow: 0 1px 2px 0 #0000, 0 1px 3px 1px #0000;
   cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 0.5em;
    border-radius: 8px;
    transition: all ease 0.5s;

}

/* CSS */
.button-27 {
  appearance: none;
  background-color: #fff;
  border: 2px solid #202020;
  border-radius: 15px;
  box-sizing: border-box;
  color: #202020;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 20px;
  min-width: 0;
  outline: none;
  padding: 12px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}

.button-27:disabled {
  pointer-events: none;
}

.button-27:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.button-27:active {
  box-shadow: none;
  transform: translateY(0);
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem !important;
}

.submit-btn
  {
    width: 270px !important;
    padding: 15px;
    height: 40px !important;
  }

  @media (max-width: 575.98px) { 
    .submit-btn
  {
    width: 270px !important;
    padding: 15px;
    height: 40px !important;
  }

   }

   dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    color: white;
}

.be-btn
{
  width: 125px !important;
}

.log
{
  overflow: auto;
}

.span-link
{
  color:#0D70B2 !important;
}

::placeholder {
   text-align: center; 
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
   text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

:-ms-input-placeholder {  
   text-align: center; 
}

/* .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]
{
  padding-right: 6px;
    padding-left: 52px !important;
    margin-left: 0;
} */

@media (max-width: 575.98px) { 
#cancel-login-btn
  {
    width: 90px !important;
  }
 }


 @media (max-width: 575.98px) { 
  #submit-login-btn
    {
      width: 90px !important;
    }
   }

.halfw
{
  max-width: 40% !important;
  justify-content:center;
}

.login-tag
{
justify-content: center;
}


@media (max-width: 575.98px) { 
  .login-tag
    {
     justify-content:none;
    }
   }

   
 @media (max-width: 575.98px) { 
  .halfw
{
  max-width: 50% !important;
  justify-content:center;
}
   }

   .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 20%);
    background-color: #333333 !important;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;