header{
    padding-top: 30px;
}
.remove, .remove-document {
    padding: 6px 15px;
}
.remove, .remove-document, .remove-role {
    background-color: #3293cf;
    color: white;
    position: relative;
    top: 10px;
    font-size: 20px;
    font-weight: bold;
}
.remove-role {
    padding: 12px 19px;
    margin: 5px;
}
.star_red {
    padding-left: 2px;
    color: red;
}
.header_left .nav-item .nav-link{
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.header_left .nav-item span{
    font-weight: 600;
}
.header_right{
    padding-top: 20px;
}
.header_right a{
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}
.header_right a span{
    margin-left: 10px;
}
.header_right svg,
.header_right i{
    font-size: 18px;
}
.ruvaa-content{
    margin-top: 100px;
}
.main-right-contact-form{
    border: solid 2px #d6d7d8;
    border-radius: 20px;
    box-shadow: 0px 12px 32px #dfdddd;
}
.form-group label{
    padding-left: 10px;
    margin-bottom: 5px;
}
header .container{
    max-width: 1300px !important;
}
 .container{
    max-width: 1500px !important;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #00a6cb;
    border-color: #00a6cb;
}

body{
    font-family: 'Roboto', sans-serif; 
}
.fira-font{
    font-family: 'Fira Sans', sans-serif !important;
}
.primary-color{
    color: #3293cf;
}
.grey-text{
    color: #605f5f;
    font-style: 16px;
    line-height: 24px;
}
.grey-text a{
    font-weight: 600;
    color: #505050;
}
.wrap{
    padding: 0px 40px;
}
.header_top_det img{
    width: 25px;
    margin-right: 10px;
}

.wave img{
    position: absolute;
    z-index: -999;
    top: 0px;
    right: 0px;
}

.bg-primary{
    background: #1a406a;
}
.social i,
.social svg{
    border-radius: 100px;
    border: solid 2px #fff;
    padding: 9px 8px;
    font-size: 17px;
    margin-left: 10px;
}
.social i.fa-facebook-f {
    padding: 8px 11px;
}
.form-control{
    border-radius: 50px;
    padding: 15px 20px;
    background: #eef0f3;
    border: inherit;
}
.btn-primary{
    background-color:#3293cf;
    color: #fff;
    border-radius:50px;
    border:inherit; 
    padding: 13px 50px;
    font-size: 16px;
    font-weight: 400;
}
.btn-primary:hover{
    background-color: #1a406a;
}
.main-content{
    margin: 50px 0px 100px 0px;
}
#datetimepicker,
input#employees,
.form-group select{
    border-radius: 50px;
    padding: 15px 20px;
    background-color: #eef0f3;
    border: inherit;
    color: #6c757d;
    width: 100%;
}
.add_new_role_btn span{
    font-size: 18px;
}
.footer_wave img{
    width: 100%;
    position: relative;
    margin-top: -440px;
    z-index: -9999;
}
.date_of_incorportation{
    position: relative;
}
/***mobile-header***/
.mobile_header{
    display: none;
}
@media (max-width:1179px){
    .desktop_header{
        display: none !important;
    }
    .mobile_header{
        display: block;
    }
    .mobile_logo img{
        width: 180px;
        position: relative;
        z-index: 10;
    }
    .wave img {
        width: 85%;
    }
    .mobile_header .site-nav__menu li{
        text-align: center;
        margin-bottom: 10px;
    }
    .mobile_header .site-nav__menu li a{
        color: #fff !important;
        text-decoration: none;
    }
    .site-nav--is-open .menu-button__line{
        background-color: #fff !important;
    }
    .site-nav--is-open .menu-button{
        color: #fff !important;
    }
    .site-nav--is-open .menu-button__lines{
        top: 20px;
    }
  .site-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .site-nav__menu {
    display: none;
    flex-direction: column;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
    animation-duration: .2s;
    animation-timing-function: ease-in-out;
    margin: 0px;
    padding: 40px 20px 20px 20px;
  }

  .site-nav__link {
    font-size: calc(1.2rem + 3vw);
  }

  .site-nav--is-open {
    height: 100vh;
    overflow-y: auto;
  }

  .site-nav--is-open .site-nav__menu {
    display: flex;
  }
}

@media (min-width: 1180px) {
  .site-nav__menu {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
}

.fade-in {
  animation-fill-mode: forwards;
  animation-name: fade;
}

.fade-out {
  animation-fill-mode: backwards;
  animation-name: fade;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*
  Curtain
*/

.site-nav__curtain {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: #07213c;
  border-radius: 50%;
  transform: translateY(100%) scale(0);
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

.curtain-up {
  animation-name: curtainUp;
}

.curtain-down {
  animation-name: curtainDown;
}

@media (min-width: 1180px) {
  .site-nav__curtain {
    visibility: hidden;
    transform: translateY(100%) scale(0) !important;
  }
}

@keyframes curtainUp {
  0% {
    border-radius: 50%;
    transform: translateY(100%) scale(1);
    visibility: visible;
    opacity: 1;
  }
  50% {
    border-radius: 50%;
  }
  100% {
    transform: translateY(0%) scale(3, 1);
    visibility: visible;
    opacity: 1;
    border-radius: 0;
  }
}

@keyframes curtainDown {
  0% {
    border-radius: 0;
    transform: translateY(0%) scale(3, 1);
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 1;
    visibility: visible;
    border-radius: 50%;
  }
  99% {
    transform: translateY(100%) scale(0);
    visibility: visible;
    opacity: 1;
  }
  100% {
    transform: translateY(100%) scale(0);
    opacity: 0;
    visibility: hidden;
  }
}

/*
  Menu button
*/

.menu-button {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0.5rem 0 0.5rem 2rem;
    color: #000;
    position: relative;
    top: 9px;
    align-self: normal;
    /* justify-self: start; */
    z-index: 10;
    /* grid-area: menuButton;*/
}

.menu-button:active {
  transform: translateY(-.2rem);
}

@media (min-width: 1180px) {
  .menu-button {
    display: none;
  }
}

.menu-button__lines {
  display: grid;
  gap: 5px;
  transition: all .2s ease;
  position: absolute;
  left: 0;
}

.menu-button__lines--open {
  gap: 0;
}

.menu-button__line {
  display: block;
  transition: .2s ease;
  content: '';
  width: 1.2rem;
  height: 2px;
  background-color: #000;
  transform-origin: center;
}

.menu-button:hover .menu-button__lines {
  gap: 8px;
}

.menu-button__lines--open .menu-button__line {
  grid-row-start: 1;
  grid-column-start: 1;
  transform: rotate(45deg) scale(1.6);
}

.menu-button__lines--open .menu-button__line:nth-child(3) {
  transform: rotate(-45deg) scale(1.6);
}

.role-name.col-md-11{
    width: 97.666667% !important;
}
/***my_media****/
@media (max-width:600px){
    .btn-primary{
        padding: 10px 30px;: 
    }
    footer{
        text-align: center;
    }
}