@font-face {font-family: "STC Forward Regular";
    src: url("STC-Forward-Regular-font/@font-face/157bc09a1cd0a9c9a52fe4287c0e1d31.eot"); /* IE9*/
    src: url("STC-Forward-Regular-font/@font-face/157bc09a1cd0a9c9a52fe4287c0e1d31.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("STC-Forward-Regular-font/@font-face/157bc09a1cd0a9c9a52fe4287c0e1d31.woff2") format("woff2"), /* chromeم€پfirefox */
    url("STC-Forward-Regular-font/@font-face/157bc09a1cd0a9c9a52fe4287c0e1d31.woff") format("woff"), /* chromeم€پfirefox */
    url("STC-Forward-Regular-font/@font-face/157bc09a1cd0a9c9a52fe4287c0e1d31.ttf") format("truetype"), /* chromeم€پfirefoxم€پoperaم€پSafari, Android, iOS 4.2+*/
    url("STC-Forward-Regular-font/@font-face/157bc09a1cd0a9c9a52fe4287c0e1d31.svg#STC Forward Regular") format("svg"); /* iOS 4.1- */
}
html{
    height: 100%;
    min-height: 100%;
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    background-image: url(../images/bg.png);
    background-size: cover;
    /* transition: all .5s linear;  */
    font-family: "STC Forward Regular" !important;
}
#page-wrapper {
    overflow: hidden;
        /* height: 100%;
    min-height: 100%; */
    /* position: relative; */
}
/* Header styles */
.header{
    width: 100%;
    background-color:#FFFFFF;
}
.header > ul{
     padding: 0;
     margin: 0;
     display: flex;
     justify-content: space-between;
     width: 98%;
}
.header > ul > li{
    display: flex;
    list-style-type: none;
    width: auto;
    align-items: center;
}

.header > ul > li > a {
    text-decoration: none;
    color: #999999;
    width: auto;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
}
.header > ul > li > a:hover{
    color:#000;
}
.logo{
    width:70%;
    padding: 15px
}
.search-container{
    width: 90%;
}
.search-container > input{
    background-color: #fff;
    border-radius: 30px;
    border: 1px #46108F solid;
    padding: 7px 9px 7px 40px;
    outline: none;
    width: 100%;
    font-family: "STC Forward Regular";
}
.search-container > button{
    position:absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 2px;
}
.search-container > button > img{
    width: 27px;
    margin-top: 5px;
    margin-left: 7px;
}
.search-container > input::placeholder{
    color: #c9c9c8 !important;
    font-size: 15px;
    font-family: "STC Forward Regular";
  }
.language {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    margin: 0 0 0 0;
    padding: 0;
    border: 0;
    right: 25px;
}
/* .language > select:hover{
    color: #000;
} */
.lang-globe {
    position: absolute;
    margin-bottom: 10px;
}
/* .language > select {
    font-size: 12px;
    height: 30px;
    line-height: 20px;
    padding: 0 0 0 24px;
    border: none;
    box-shadow: none !important;
    background: url('../images/globe.svg') no-repeat 5px center;
    background-size: 16px 16px;
    appearance: none;
    outline: none;
    color: #999999;
    cursor: pointer;
    font-family: "STC Forward Regular";
} */
/* .language > select > option{
    color: #000;
} */
.login-item{
    border-radius: 20px !important;
    border: 1px #46108F solid !important;
    padding: 9px 20px !important;
    color:#999999 !important;
}
/* .dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: #999999;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
    color: black;
  }

  .dropbtn:hover .dropdown-content {
    display: block;
  } */ 
/* intro section styles */
.intro-section { 
    width:100%; 
    /* height: 54rem;  */
    margin-top: 139.8px;
}
.intro-video{
    width: 90%;    
    display: block;
    margin: 0 auto;
}
/* .opacity { 
    position:absolute; 
    width:100%; 
    height:830px; 
    z-index:1;     
    opacity:70%;
    background-color: #6BCDB2; 
} */
.intro-video > video {
    /* width: 60%; */
    width: 800px;
    display: block;
    margin: 0 auto;
    padding-top: 90px;
    filter: drop-shadow(8px 7px 7px rgba(0, 0, 0, 0.25));

}
.intro-title{
    color: #4D008C;
    text-align: center;
    /* padding-top: 35px;
    margin: 30px 0px; */
    font-weight: normal;
    margin-bottom: 50px;
  }
  .intro-paragraph{
    color: #606060;
    text-align: justify;
    width: 100%;
    margin: 0 auto;
  }
  /* Courses section styles */

.courses-section{
    width: 100%;
    /* height: 200px; */
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.each-cat {
    display: inline-block;
    /* width: 20%; */
}
.each-cat > img {
    /* width: 80%; */
    /* width: 170px; */
    margin: 0 auto;
    display: block;
}
.each-cat > p {
    text-align: center !important;
    color: #606060 !important;
    font-size: 14px !important;
}
/* Videos carousel section */
.videos-carousel-container{
    display: block;
    height: 100%;
    width: 100%;
    margin-top: 4%;
}
.owl-carousel .item {
    /* height: 12rem; */
    display: inline-block;
    justify-content: center;
    align-items: center; 
    /* font-size:70px; */
    /* z-index:2;  */
}
.item-title{
    /* display: inline-block; */
    font-size: 12px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    /* position: absolute; */
}
.opacity-carousel { 
    position:absolute; 
    width:100%; 
    height:370px; 
    z-index:1;     
    opacity:10%;
    background-color: #606060; 
}
.owl-prev{
    background-color: #fff !important;
    height: 79%;
    opacity: 45%;
    top: 0;
    width: 5%;
    left: 0;
    position: absolute;
}
.owl-next{
    background-color: #fff !important;
    height: 79%;
    opacity: 45%;
    width: 5%;
    top: 0;
    right: 0;
    position: absolute; 
}
.owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      /* background: url(nav-icon.png) no-repeat scroll 0 0; */
      left: -33px;
  }
  .owl-carousel .next-slide{
      /* background: url(nav-icon.png) no-repeat scroll -24px 0px; */
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }

.owl-dots{
    display: none !important;
}
  /* Certificates section styles */

.certificates-section{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    /* margin: 40px auto; */
}
.single-certificate {
    display: inline-block;
    width: 20%;
}
.single-certificate > img {
    width: auto;
    margin: 0 auto;
    display: block;
}
.single-certificate > p {
    text-align: center;
    color: #606060;
    font-size: 14px;
    line-height: 50px;
}
/* Footer styles */
.footer{
    background-color: #606060;
    color: rgb(202, 202, 202);
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    width: 100%;
    height: auto;
    /* position: absolute; */
    bottom: 0;
    right: 0;


    
}
.social-media-icons{
    width: 30%;
}
.social-media-icons > a > img {
    padding: 10px;
    cursor: pointer;
}

.social-media-icons > a > img:hover{
    transform: rotate(350deg);
}
.footer-navigations{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-basis: 80%;
    justify-content: space-evenly;
    }
.footer-navigations > a {
    cursor: pointer;
    color: rgb(202, 202, 202);
}
.footer-navigations > a:hover{
    color:orange;
}
/* Form Modal styles */
.modal-content{
    background-image: url(../images/bg3.png) !important;
    border-radius: 44px !important;
    margin: 0 auto;
    width: 90%; 
    background-size: cover;
}
.modal-dialog {
    width: 600px;
    /* margin: 100px auto !important; */
    font-family: "STC Forward Regular";
}
.form-group{
    border:1px solid #999;
    margin:10px;
    border-radius: 5px;
    font-size: 15px;
    margin-top: 30px !important;
  }
  .label-mawaheb{
    position: absolute;
    top: 107px;
    left: 108px;
    background-color: #fff;
    color: #999999;
    padding: 0 5px;
    font-weight: normal;
    font-size: 15px;
  }
  .form-group .required{
    color:red;
    padding:0 5px;
  }
  .form-group > input{
    border:none;
    background-color: transparent;
    line-height:100%;
  }
  button.close {
    padding: 10px !important;
    font-size: 40px !important;
}
  .input-form{
    border-radius: 25px !important;
    border: 1px #46108F solid !important;
    font-size: 15px !important;
    padding: 10px 30px !important;
  }
  .form-group {
    border-radius: none !important;
    border: none !important;
  }
  .input-form::placeholder{
    color: #c9c9c8 !important;
    font-size: 15px;
    /* font-family: "STC Forward Regular"; */
  }
  .form-modal{
    margin: 20% auto 0 auto;
    width: 80%;
  }
  
.login-item{
    border-radius: 20px !important;
    border: 1px #46108F solid !important;
    padding: 9px 20px !important;
    color:#999999 !important;
}
  .submit-button-m{
    background-color: #46108F;
    opacity: 90%;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    margin: 20px auto;
    width: 140px;
    padding: 7px 30px 7px 30px;
    font-size: 15px;
    border-radius: 30px;
    font-family: "STC ";
  }
  .forgot-pass{
    color: #999999;
    font-size: 15px;
    font-family: "STC ";
    text-align: right;
    display: block;
    font-weight: 200;
    cursor: pointer;
    padding: 0 20px 0 20px;
    text-decoration: none;
}
.or{
    position: absolute;
    top: -10px;
    left: 254px;
    background-color: #fff;
    color: #999999;
    padding: 0 5px;
    font-weight: normal;
    font-size: 15px;
}
.horizontal-line {
    margin-top: 55px;
    position: relative;
}
.social-login-container{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}
.social-login-container > a {
width: 50%;
cursor: pointer;
}
.social-login-container > a > img {
    /* width: 15%; */
    /* padding: 12px; */
}
.register-now{
    display: block;
    text-align: left;
    color: #999999;
    width: 75%;
    font-weight: bold;
    margin: 10px auto 10px auto;
    font-family: "STC";
}
.register-now > a {
    color: #46108F;
    font-weight: normal;
    text-decoration: underline;
    text-decoration-color:#999999;
    text-underline-offset: 0.6rem;
    cursor: pointer;
}
/* Register Form Page styles */

.reg-opacity{
    /* position:absolute;  */
    width:100%; 
    margin-top: 110px;
    height:100%; 
    z-index:1;     
    /* opacity:70%; */
    background-color: #E2F4EE;
    background-image: url(../images/bg2.png);
    background-size: cover;
}
.reg-form{
    position:relative;
    width:85%; 
    margin: 0 auto;
    height:100%; 
}

.reg-title{
    color: #777c7d;
    text-align: left;
    padding-top:40px;
    margin: 0px ;
    font-weight: normal;
  }
.reg-input{
    width: 100%;
    border-radius: 25px !important;
    border: 1px #c9c9c8 solid ;
    font-size: 15px !important;
    padding:10px 20px !important;
    font-family: "STC";
    background-color: #ffffff ;
    outline: none;
}
.reg-input::placeholder{
    color: #c9c9c8 !important;
    font-size: 15px;
    font-family: "STC";
  }
  .mob-input::placeholder{
    margin-right: 20px !important;
  }
  .form-select  {
    position: absolute;
    border-radius: 25px 0 0 25px;
    left: 0;
    border: none;
    outline: none;
    padding: 8px;
    padding-left: 20px;
    width: 80px;
    margin: 1.5px;
    border-right: solid 1px #cccccc;
    -webkit-appearance: none;
    /* -moz-appearance: none; */
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 35%;
    background-color: #ffffff;

}

.inline-group{
    display: inline-flex;
    justify-content: space-between;
    width: 60%;
}
.inline-group > input {
    width: 48%;
}

.field-icon {
    position: absolute;
    z-index: 1;
    right: 4%;
    top: 44%;
    width: 27px;  
    color: #c9c9c8;
}
/* parents register page2 */
input[type=checkbox].ckb,  input[type=radio].ckb{
    z-index: -1;
    opacity: 0;
  }
  input[type=checkbox].ckb + label, input[type=radio].ckb + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    padding: 0 35px 0 35px;
    cursor: pointer;
    height: 50px;
    width: 110px;
    font-weight: normal;
    border-radius: 30px;
    border: 1px solid #cacac9;
    transition: all 0.3s;
    color: #999999;
    justify-content: center;
}
label[for="ckb12"], label[for="newsletter_ckb12"] {
    border: none !important;
}

.answers{
    display: flex;
}
  input[type=checkbox].ckb + label::before, input[type=radio].ckb + label::before  {
    transition: all 0.3s;
    content: "";
    display: none;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #c9c9c8;
    border-radius: 100%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    margin: 20px 5px;
  }

  input[type=radio].ckb + label::before {
    border-radius: 50px;
    width: 0px;
    height: 0px;
    opacity: 0;
}

input[type=checkbox].ckb:checked + label::before, input[type=radio].ckb:checked + label[for="ckb12"],
input[type=radio].ckb:checked + label {
    transition: all 0.3s;
    border-color: #6fbba4;
    background-color: #6fbba4;
    color: #fff;
  }

 .flex-group{
    display: flex !important;
    justify-content: space-evenly;
    margin-top: 30px !important;
    flex-wrap: wrap;
    align-items: center;
 }
 .reg-input > select {
    width: 100%;
    width: 140px !important;
    display: block;
    background-color: transparent !important;
    margin-left: -25px;
    align-items: baseline;
    text-align: center;
    border: none;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/public/assets/images/arrow-down.svg);
    background-repeat: no-repeat, repeat;
    background-position: left 100% top 50%, 0 0;
    background-size: 15px auto, 100%;
}
    /* .date-birth{
    border: none;
    outline: none;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../images/date-icon.svg);
    background-repeat: no-repeat, repeat;
    background-position: left 96% top 50%, 0 0;
    background-size: 1.5em auto, 100%;    
    } */
 /* Course Page styles */
 .item-title{
    margin-top: 15px;
}
.progress-percent{
    width: 113%;
    text-align: right;
    line-height: 25px;
    color: #999999;
}

.box1 { grid-area: left; }
.box2 { grid-area: right; }
.box3 { grid-area: obj; }
.box4 { grid-area: ext; }
.box5 { grid-area: outline; }

 .course-details-container{
    display: grid;
    grid-template-areas:
      'left left left right right right';
      /* 'obj obj obj ext ext ext'
      'outline outline outline outline outline outline'; */
    gap: 10px;
    background-color: #2196F3;
    padding: 10px;
   }

 .left-course-container{
    width: 100%;
    padding-top: 40px;
 }
 .left-course-container > div{
    /* height: 21%; */
 }
 .right-course-container > div > h4 , .course-progress{
    color: #46108F;
 }
 .course-progress{
    height: 14% !important;
 }
 .course-details{
    width: 85%;
    margin: 0 auto;
 }
 .course-details > h4 {
    text-align: center;
    color: #46108F;
 }
 .course-details > p {
    text-align: left;
    font-size: 15px;
    color: #606060;
 }
 .right-course-container{
    width: 100%;
    padding-top: 40px;
 }
 .intro-video-course{
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
 }
 .course-slider-container{
    /* height: 40%; */
    border: #999999 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 83%;
    margin: 0 auto;
    backdrop-filter: contrast(120%);
 }
 /* .start-course-btn{
    height: 10%;
    width: 100%;
 } */
 .intro-video-course > video {
    width: 85%;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(8px 7px 7px rgba(0, 0, 0, 0.25));
 }
 /* .start-course-btn > button {
    background-color: #46108F;
    color: #fff;
    border: none;
    outline: none;
    display: block;
    cursor: pointer;
    margin: 20px auto;
    height: 40px;
    width: 83%;
    padding: 7px 30px 7px 30px;
    font-size: 15px;
    border-radius: 30px;
    font-family: "STC Forward Regular";
 } */
 .bar{
    width: 70%;
    height: 25px;
    background: #FFFFFF;
    margin: 0 auto;   /*jekono div k maje ante ata ude hoi*/
    border-radius: 15px;
    display: flex;
    border: 1px solid #ddd;
    align-items: center;
}
.flexiblebar{
    /* width: 80%; */
    height: 25px;
    background: #6BCDB2;
    border-radius: 15px;
    border: 1px solid #ddd;
    /* margin-left: 2px; */
}
.percent{
    left: 40%;
    position: absolute;
    text-align: right;
    line-height: 25px;
    color: #999999 !important;
}
.course-progress{
    display: flex;
    width: 85%;
    margin: 0 auto;
}
.course-progress > h4 {
    line-height: 9px;
}
.gallery-container{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}
.single-card{
    width: 33%;
    display: inline-block;
    padding: 0 20px;
}
.single-video{
    width: 100%;
    display: block;
    margin-top: 33px;
}
.video-item{
    width: 90%;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(8px 7px 7px rgba(0, 0, 0, 0.25));
}
.single-course-details{
    display: block;
    width: 100%;
    margin: 12px auto;
}
.single-course-details > div > img {
     cursor: pointer;
}
.left-user-details{
    float: left;
    width: 50%;
    display: flex;
    align-items:center;
}
.left-user-details > p{
    margin:0px 0px 0px 10px;
}
.right-user-details{
    float: right;
    text-align: right;
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
}
.like-icon{
    margin-right: 10px;
}
/* Child Profile styles */
       
/* .my-courses-section{
    height: 100%;
    margin-top: 113px;
    width: 100%;
    display: block;
    background-color: #EBEBEC; 
    background-image: url(../images/bg.png);   
}
.top-section{
    width: 90%;
    margin: 0 auto;
    display: block;
    height: 80px;
    padding-top: 40px;
}
.child-name{
    display: inline-block;
    text-align: left;
    float: left;
    color: #606060;
    font-size: 30px;
}
.filter-area{
    display: inline-block;
    text-align: right;
    float: right;
}
.my-courses-title{
    margin: 0 auto;
    text-align: center;
    clear: both;
    font-size: 38px;
    color: #4D008C;
    display: block;
    padding: 20px 0 20px 0;
}
.courses-table-info{
    width:90%;
    text-align: center !important;
    margin: 0 auto;
    font-size: 14px;
}
.table-th{
    text-align: center !important;
    padding: 13px;
    font-size: 16px;
    color: #4D008C;
}
.table-tr{
    margin: 10px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
td > a{
    color: #606060;
}
td {
    cursor: pointer;
    padding: 10px !important;
    font-size: 14px;
}
.course-img{
    width:25%;
    padding-top: 10px;
}
.actions-td > span{
    display: flex;
    justify-content: center;
}
.subm-projects-td > span {
    display: flex;
    justify-content: center;
}
.subm-projects-td > span > a {
    color: #606060;
}
.actions-td > span > a{
    color: #606060;
}
.course-name-table{
    display: block;
    text-align: center;
    padding-top: 10px;
    color: #606060;
} 
.all-courses-section{
    padding-bottom: 80px;
}
.tabs-container{
    margin: 0 auto;
    display: block;
    width: 90%;
}
.tab-pane{
    display: inline-block;
}
.each-course-item{
    display: inline-block;
    width: 24.5%;
    padding: 10px;
}
.each-course-item > a > img {
    margin: 0 auto;
    width:auto;
}
.each-course-item > a > p{
    text-align: center;
}
.each-course-item > a {
    color: #606060;
    text-decoration: none;

} */

/* Media Queries */
@media(max-width:1000px){
.footer{
    height: 150px;
}
 .footer-navigations {
    display: flex;
    flex-direction: column;
    flex-basis: auto;
    padding-right: 20px;
}
.footer-navigations > a {
    line-height: 23px;
}
.social-media-icons {
    padding-left: 20px;
}
.social-media-icons > a > img {
    padding: 0px;
}
}
@media(max-width:992px){
    input[type=checkbox].ckb,  input[type=radio].ckb{
        display: none;
      }
}
@media(max-width:800px){
    .intro-video > video{
        padding:15px;
        padding-top: 40px;
      }
      .intro-title {
        color: #4D008C;
        text-align: center;
        /* padding-top: 0;
        margin: 10px; */
        font-weight: normal;
        font-size: 25px;
    }
    .each-cat > img {
        width: 80%;
    }
    .reg-form {
        width: 60%;
    }
}

@media(max-width:768px){
    .intro-paragraph{
        width: 90%;
      }
      .single-certificate {
        width: 25%;
    }
    .single-certificate > img {
        width: 50%;
        height: 60%;
    }
    .certificates-section {
        height: auto;
    }
    .single-certificate > p {
        font-size: 12px;
        line-height: 20px;
    }
}

@media(max-width:650px){
    .intro-video > img {
        width: 90%;
    }
}
@media(max-width:500px){
    .single-card {
        width: 100%;
        display: inline-block;
    }
}
@media(max-width:380px){
    .label-mawaheb {
        top: 65px;
        left: 77px;
    }
    .reg-form {
        width: 80%;
    }
    .or {
        top: 335px;
        left: 130px;
    }
    /* .social-login-container > a > img {
        width: 20%;
    } */
    .courses-section {
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .each-cat {
        width: 100%;
    }
}

.error {
    color: #e62828;
    font-size: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: right;
    margin-top: 0.2rem;
}

input.input-error,
select.input-error {
  border-color: #e62828 !important;
  background-color: #fff !important;
}

/* #mobile{
    padding: 10px 20px 10px 100px !important;
} */


.mwaheb-select{
    position: relative !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.flex-group-start{
    justify-content : start !important;
}

.prices-page{
    float: right;
}

.prices-text{
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    color: #999999;
    font-size: 35px;
}

.flex-center{
    justify-content: center;
    margin:25px;
}

.price-step .answers input[type=radio] + label{
    width : 200px;
}

.inline-block{
    display: inline-block !important;
}
button.btn-margin{
    margin-left: 5px;
    margin-right: 5px;
}

.svg-logo2{
        /* to black */
        /* filter: invert(1); */
        /* or to other color */
        width: 55px;
        /* filter: invert(0.5) sepia(0.1) saturate(5) hue-rotate(175deg); */
      
}

.checkboxes-container{
    margin: 70px;
    font-size: 2.2rem;
    line-height: 1.1;
}
.rounded-checkbox {
    position: relative;
    margin-top:20px;
    margin-bottom:20px;
}

.rounded-checkbox label{
    padding-left: 4rem;
    cursor: pointer;
    vertical-align: -webkit-baseline-middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;    
}

.rounded-checkbox label:before {
    content: "";
    background-color: #fff;
    border: 1px solid #a19f9f;
    /* box-shadow: 0 0 0 1px #a19f9f; */
    border-radius: 50%;
    cursor: pointer;
    width: 0.8em;
    height: 0.8em;
    display: inline-block;
    /* position: absolute; */
    left: 0;
    top: 9px;
    margin-right: 0.8em;
    margin-left: 0;
}
.rounded-checkbox input[type="checkbox"] {
    visibility: hidden;
}
.rounded-checkbox input[type="checkbox"]:checked + label:before {
    background-color: #f49422;
    border: 1px solid #f49422;
    opacity: 1; 
  }


