/* Add here all your CSS customizations */

a:hover{
    text-decoration: none !important;
     transition: all 0.5s ease-out !important;
     color: #FFF;
}
.height-80vh{
    height: 80vh;
}
.height-70vh{
    height: 70vh;
}
.height-50vh{
    height: 50vh;
}
.slider-height{
    height: 100vh;
}
.padding-top-0{
    padding-top: 0px !important;
}
.post-sidebar-img{
    object-fit: cover;
}
video{
    object-fit: cover; /*to cover all the box*/
 }
.dark .color-text{
    color : #777;
}
.h-180{
    height: 180px;
}
.h-200{
    height: 200px;
}
.flex{
    display: flex;
}
.flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dark a{
    color :#ccc;
}
.slick-slide img {
    opacity: 0.8 !important;
    transition: all 1s ease-in-out;
    cursor: pointer;
}
.slick-slide img:hover{
    opacity: 1 !important;
}
.map-intro{
    min-height: 500px;
    margin-top: -90px !important;
}

.counters strong{
    font-size: 35px !important;
}
.counters label{
    font-size: 16px !important;
}
.counters [class*="fa-"], .counters .icons {
    margin-bottom: 0px !important;
}
.slide-kt-title{
    font-weight: 800;
    margin-bottom: 0px !important;
}
.dark .form-control{
    background: transparent;
    color: #9c9c9c;
    border-color: #424240 !important;
}
.insta-url-img{
    object-fit: cover;
    max-width: 100%;
    border-radius: 5px;
    opacity: 0.5;
    transition: all 1s ease-in-out;
}
.custom-counter-1 div{
    margin-right: 30px;
}
.custom-counter-1 h3 {
    font-size: 3.571em;
    line-height: 1;
    font-weight: bold;
    /* margin-right: 30px; */
    border-bottom: 1px solid #4f4a4a;
    padding-bottom: 15px;
}
.rtl .custom-counter-1 div{
    margin-right: 0px !important;
    margin-left: 30px !important;
}
.rtl .home-slide-content{
    margin-left: 30px !important;
    margin-right: 0px !important;
}
.weburl{
    display: block;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 1px solid #040404;
    border-radius: 12px;
    background: #1b1e21;
}
.weburl .url-content{
    text-align: center;
    
}
.weburl .url-content i{
    font-size: 60px;
    margin-bottom: 15px;
}
.insta-url{
    display: block;
    position: relative;
}
.insta-url-title{
    position: absolute;
    bottom:15%;
    left:26%;
}

.insta-url-img:hover{
    box-shadow: 0 0 8px 6px #c3eaf19c;
}
.w-300{
    width: 300px;
}
.w-500{
    width: 500px;
}
.submit-modal{
    width: 700px !important;
}
.modal-social-login{
    max-width: 95% !important;
    width: 700px !important;
}
.link-first{
    border-right: none !important;
}
.home-carousel .slick-list{
    border-top-right-radius: 20px;
}
.modal-social-login .modal-content{
    background-color: #2021249e !important;
    border: 1px solid #333;

}
.btn-close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;

}
.btn-back{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;

}


.btn-close i , .btn-back i{
    color:#b9b3b3;
}
.p-6 {
    padding: 4rem !important;
}
.modal-social-login .modal-body {
    color: aliceblue;
    max-height: 95vh;
}
.modal-social-login .modal-body p {
    color: aliceblue;
}

.border-radius-25{
    border-radius: 25px;
}
html.dark form.styled .form-control{
    border-color:#454542 !important;
    color : #c2c2c2 !important;
}
.hide{
    display: none;
}
.penlink{
    color: #777;
    font-size: 18px;
    margin-left: 10px;
}
.penlink:hover{
    color: #fff;
}
html.dark .text-light-in-dark {
    color: #fff !important;
}
html.dark .icon-featured{
    color: rgb(180, 179, 179) !important;
}
html.dark .dropdown-menu{
    border-top:3px solid #353535 !important;
}
html.dark .text-gray-in-dark{
    color: #ccc;
}
.header-nav-features{
   
    
}
.header-nav-features-toggle{
color: #ccc !important;
}

.responsive-menu{
    display: block;
    padding: 25px;
    color: #ccc;
    width: 80%;
    height: 100vh;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: -100%;
    background-color: #16181b;
    transition: 1s;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0.97;
}
.responsive-menu ul.nav-list li a{
    font-size: 1.1em;
}
.responsive-menu.active{
    left: 0;
}
.responsive-menu .menu-close{
    color:#ccc;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 20px;
} 
.saving-star{
    float: left;
    margin-left: 5px;
}
.stars-container{
    display: flex;
    flex-direction: row;
    margin-top: 5px;

}
.stars-container span{
    font-size: 40px !important;
}
.help-icon-modal-footer{
    font-size: 44px;
}
.noch .fa-chevron-down{
    display: none !important;
}
.noch::before{
    margin-top: 10px;
}
.responsive-menu>.nav{
    margin-top: 40px;
}
.responsive-menu .menu-close:hover{
    color:#fff;
}
.img-responsive{
    width:100%;
    
}
.rtl .lan-bold{
    font-weight: bold !important;
}
.img-header-post{
    height: 50px;
    width: 50px;
    object-fit: cover;
}
.rtl .lan-full-width{
    width: 100%;
}

.rtl .posts-list{
    padding-left: 0px;
    padding-right: 5px;
    border-left: none;
    border-right: 5px solid #2c3237;
}
.mb-5p{
    margin-bottom: 5px;
}
.mt-10{
    margin-top: 10px;
}
.mt-30{
    margin-top: 30px;
}
.mb-20{
    margin-bottom: 10px;
}

.border-1{
    border:1px;
}
.mb-40{
    margin-bottom: 40px;
}
.social-icons {
    text-align: left;

}
.bg-ch{
    background-color: #222529;
}
.bg-transparent{
    background-color: transparent !important;
}
.bg-signup{
    background-image: url('images/signupheader.jpeg');
}
.bg-about{
    background-image: url('images/about_bg.jpg');
}
.op-7{
    opacity: 0.5;
}
.padding-15{
    padding: 15px;
}
.carousel-container{
    padding: 25px ;
    background-color: #16181b;
}
.min-h-100{
    min-height: 100px;
}
.carousel-container .carousel-item{
    margin-left: 5px;
    cursor: pointer;
}

.videogrid-container{
    padding: 25px ;
    /* background-color: #16181b; */
}
.videogrid-container .videogrid-item{
    margin-bottom: 20px;
}
.videogrid-item-title{
    text-align: center;
    padding: 10px;
}

.py-10{
    padding-top: 10px ;
    padding-bottom: 10px ;
}
.pb-0{
    padding-bottom: 0px !important;
}
.color-gray{
    color : #777 !important;
}
.btn-facebook{
    width: 100%;
    color:#fff;
    border-radius: 35px !important;
    padding: 10px !important;
    opacity: 0.8;
    font-size: 14px !important;
    background-color: #3b5998;
}
.input-group-text{
    border-radius: 25px;
    background: transparent;
    color: #777;
    border-color: #c5c5c2;
}
html.dark .input-group-text{
    border-radius: 25px;
    background: transparent;
    color: #777;
    border-color: #454542;
}
.blackhr{
    background-image:linear-gradient(270deg,#21252900,#3c3d3f,#21252900) !important
}
.title-linear-bg{
    background-color: transparent !important;
    background-image:linear-gradient(0deg,#000,transparent) !important;

}
label.error{
    display: block;
    width: 100%;
}
.p-x-2{
    padding-left: 10%;
    padding-right: 10%;
}
.user-logo{
    margin-right: 8px;
    object-fit: cover;
}
#header .header-logo img{
    width: 150px;
}
.about-talents{
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}
.about-talents li{
    width: 145px;
    color: #c2c2c2;
    font-size: 12px;
}
.dark .process .process-step-circle-content{
    color: white;
}
.dark .home-concept strong{
    font-size: 0.8em;
    color: white !important;
}
.home-concept .our-work{
    font-size: 1.2em !important;
    color: white !important;
}
.mr-3p{
    margin-right: 2%;
}
.no-before::before{
    display: none !important;
}
.nav-pills .nav-link{
    border-radius: 0 !important;
}
.border-primary{
    border : 1px solid #3e3e3c !important;
}
html.dark .tabs .nav .nav-item .nav-link.active{
    background-color: #16181b;
    border-top-color: #c2c2c2;
    border-left-color: #16181b;
    border-right-color: #16181b;
    color:#c2c2c2;
}
html.dark .tabs .nav .nav-item .nav-link{
  
    color:#757474;
}
html.dark .error{
    color:rgb(189, 123, 123) !important;
}
.right-trash{
    right:45px !important;
}
.loading{
    color:green;
}
.padding-x-5{
    padding: 0px 5px;
}
.height-122{
    height:122px
}
.height-200{
    height:200px
}
.color-green{
    color:green
}
.height-160{
    height:160px
}
.portfolio-item{
    cursor: pointer;
}
.coursedocuments{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mr-talent-desc{
    margin-right: 40px;
}
.circle-grandparent{
    width: auto !important;
    height: auto !important;;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
}
.certificates{
    float:left;
    width:120px;
    height: 150px;
    margin-left: 5px;
    background-color: #212529;
    padding: 5px;
    display: flex;
    position: relative;
    
}
.certificates img{
    float:left;
    width:100%;
    cursor: pointer;
}
.my-10{
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-right-10{
    margin-right: 10px;
}
.flag-icon{
    left:10px !important; 
}
.margin-left-5{
    margin-left: 5px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-left-15{
    margin-left: 15px;
}
.margin-left-20{
    margin-left: 20px;
}
.color-orange{
    color:#e69d16 !important;
}
.border-top-primary{
    border:1px solid #dee2e6 !important;
}
.MuiPickersPopper-root{
    z-index: 130000 !important;
}
.rounded-control .MuiInputBase-root{
    border-radius: 30px;
}
html.dark .border-top-primary{
    border-top:1px solid #454542  !important;
    border-left: 0 !important;   
    border-right: 0 !important;   
    border-bottom: 0 !important;  
}
.border-bottom-primary{
    border-color: #dee2e6 !important;
    
}
html.dark .border-bottom-primary{
    border-color: #454542 !important;
     
}
.certificates i{
    float:right;
    margin-left: 5px;
    display: none;
    cursor: pointer;
    position: absolute;
    top:5px;
    right:5px;
    color: white;
    padding: 10px;
    background: #16181b;
}
.thumb-info .thumb-info-action-icon{
    width:35px;
    height:35px;
}
.certificates:last-child{
    border-bottom: none;
}
.certificates:hover i{
    display: block;
}
.certificate{
    margin-right: 10px;
}
.certificate .thumb-info-wrapper{
    width:100px;
    height:130px;
}
.min-w-500{
    min-width:500px;
}

.w-700{
    width:700px;
    max-width: 95% !important;
}

.alert-danger , .alert-info{
    background-color: transparent;
    border:none;
    padding: 5px 10px;
}
.mt-2{
    display: block;
    margin-top: 8px;
}
html.dark .alert-danger{
    color :rgb(189, 123, 123)
}


.talentselect-input {
    padding: 0 10px 0 0;
    float: left;
    width:400px;
    max-width: 98%;
    
}
html.dark .modal-backdrop.show{
    opacity:0.8;
}
.min-vh-200{
    min-height: 200px;
}
.modal {
  text-align: center;
}
.modal-footer{
    display: block;
}
.pull-left{
    float: left;
}
@media (min-width: 992px){
    .modal-lg, .modal-xl {
        max-width: 800px;
        min-width: 800px;
    }
    
}
@media screen and (min-width: 768px) { 
   
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}



.group_options{
    color : #302f2f ;
    text-transform: capitalize;
    
}
html.dark .group_options{
    color : #c2c2c2 ;
    text-transform: capitalize;
    font-style: normal !important;
    
}

.mln-10{
    margin-left: -5px;
    margin-right: 5px;
    color: #454542;
}
.options{
    color:#474747;
    padding:5px ;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
}
html.dark .options{
    color:#c8c9ca;
    padding:5px ;
    border-bottom: 1px solid #19191a;
    transition: all 0.5s ease-in-out;
    padding-left: 15px;
}
html.dark .options:hover{
    color : #9c9c99;
}
.width-100 {
    width:100px;
}
.about-textarea{
    border-top-left-radius: 0px !important;
}
.border-radius-50{
    border-radius: 50%;
}
html.dark .toggle-primary .toggle .toggle-title{
    color : #b3aeae !important;
}
.rtl .toggle > .toggle-title:before {
    left:14px !important;
    right:unset !important;
}
.pill{
    background-color: transparent;
    color: #9c9c9c;
    border: 1px solid #454542;
    padding: 8px 10px;
    border-radius: 25px;
    cursor: pointer;
}
.dark ul{
    color : #d2d6de;
}
.sendurlcontainer{
    display:flex;
    justify-content: center;
}
.sendurlcontainer .big{
    flex:1;
}
.sendurlcontainer>div{
    padding: 0 5px;
}
.orcontainer{
    display:flex;
    justify-content: center;
    margin: 40px 0px;
}
.bg-dark{
    background-color: #16181b;
    color: #c7c4c7;
}
.alert-warning2 {
    color: #c7c4c7;
    background-color: #16181b;
    border-color: #2c3136;
    display:flex;
    justify-content: space-between;
    align-items: end;
    margin-right:10px;
    margin-left:10px;
}
.padding-12{
    padding: 12px;
}
.progress-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.progress-container p{
    margin: 0;
}
.progress-container progress{
    margin: 0;
}
progress {
    border-radius: 3px; 
    height:5px;
  }
  progress::-webkit-progress-bar {
    background-color: #16181b;
   
    border-radius: 3px;
  }
  .width-200{
      width:200px;
  }
  progress::-webkit-progress-value {
    background-color: #ccc;
    border-radius: 3px;
    box-shadow: 1px 1px 5px 3px rgba(17, 17, 17, 0.8);
  }
  progress::-moz-progress-bar {
    /* style rules */
  }

.rtl .alert ul li {
    text-align: right !important;
    font-family: 'kurdireg'!important;
    margin-right: 25px !important;
}

.width-20p{
    width:20%;
}
.width-40p{
    width:40%;
}
.padding-0{
    padding:0px;
}
.btn-upload-file{
    width: 300px;
    max-width: 100%;
    padding:15px;
}
.font-34{
    font-size:34px;
}
.pill .fa{
    float: right;
    margin-right: 10px;
    margin-top: 7px;
    color:#f7f7f7;
}
html .child-border-bottom{
     border-bottom: 1px solid #19191a !important;
     padding-bottom: 5px !important;
     margin-bottom: -10px !important;
}
.toggle.active .toggle-content{
    display:block !important;
}
html.dark .child-border-bottom{
     border-bottom: 1px solid #19191a !important;
     padding-bottom: 5px !important;
     margin-bottom: -10px !important;
}
.no-border-bottom{
    border-bottom: 0px !important;
}
html .child-option{
     color : rgb(71, 70, 70) !important ;
     padding:0px ;
     padding-right: 10px !important;
     padding-left: 30px !important;
     border-bottom: 1px solid #ccc;
}
html.dark .child-option{
     color : #ccc !important ;
     padding:7px 0px ;
     padding-left: 30px !important;
      border-bottom: 1px solid #30302f;
}
.no-children{
    padding-left: 15px !important;
}
.grand-child-option{
    padding-left: 10px;
}
.with-childs{
    margin-bottom: 0px;
     padding-left: 5px !important;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.min-w-i {
    width: 250px;
}
.select-icon{
    font-size: 10px;
    margin-right: 5px;
    margin-left:-5px
}
.bg-artist{
    background-image: url('images/headerbg.jpeg');
}
.margin-0{
    margin:0px !important;
}
.padding-r-0{
    padding-right: 0px !important;
}
.padding-r-10{
    padding-right: 10px !important;
}
.bg-loading{
    background: #21252924 !important;
}
.profile-information-container{
    margin-bottom: 50px;

}
.profile-image-input{
    display: none;
}
.profile-information-container>h1{
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px !important;
}
.profile-image-aside-container{
    position: relative;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 5px;
    background-color: #454542 !important;
    text-align: center;
}
.profile-image-linear-container{
    position: relative;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 5px;
    background-color: #454542 !important;
    text-align: center;
}
.profile-information-image-button{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 30px;
    border-radius: 100%;
    padding: 3px;
    background-color: #21252955;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

}
.profile-image-aside-container:hover .profile-information-image-button , .profile-image-linear-container:hover .profile-information-image-button {
    transform: scale(1.2);
}

.profile-image-aside-container img , .profile-image-linear-container img{
    border-radius: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.upload-icon-container{
    width: 100%;
    height: 200px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}
.upload-icon-container-big{
    width: 100%;
    height: 200px;
    max-height: 90vh;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
}
.widget-my-videos-container{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: start;
    padding-top:5px;
    margin-bottom:15px;
    
}
.user-document-widget-item{
    width: 100%;
}
.user-document-widget-item .info{
    font-size: 14px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #333;
    color:#ccc;
}
.user-document-widget-item .info a{
    color:#8d8d88;
}
.widget-my-videos-container .my-video{
    width: 100%;
}

.document-video-preview-simple{
    height: 180px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.document-video-preview-simple video{
    width: 100%;
    height: 100%;
}
.user-document-caption-item{
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.user-document-caption-item:not(:last-child){
    border-bottom: 1px solid #333;
}
.user-document-caption-item i{
    color: rgb(108, 95, 70) !important;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;

}
.user-document-caption-item:hover{
    color:white !important;
}
.user-document-caption-item:hover i{
    color:orange !important;
}

.portfolio-item-preview{
    border: 1px solid #535353;
    box-shadow: 0px 0px 10px 5px #00000050;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.portfolio-item-preview video{
    transition: all 1s ease-in-out;

}
.portfolio-item-preview:hover video{
    transform: scale(1.5);
}
.video-fit-contain{
    object-fit: contain !important;
}
.w-50p{
    width: 50%;
}
.w-60p{
    width: 60%;
}
.height-160{
    height: 160px;
}
.home-languages{
    margin-top: 30px;
}
.home-languages a{
    margin:0 10px;
}
.upload-icon-container video{
    position: absolute;
    height:270px;

}
.height-40{
    height:40px;
}
.to-complete-list{
    margin : 10px 0 10px 0px !important;
    margin-left: 20px !important;
    color: #777;
}
.to-complete-list li{
    color: #777;
    margin-bottom: 5px;
}
li{
    color: #777;
}

.contest-image-container{
    width:60%;
    height:200px;
    border-radius: 3px;
    border: 1px solid #535353;
    box-shadow: 0px 0px 10px 5px #00000050;
    display: flex;
    justify-content: center;
    position: relative;
}
.contest-image-container .contest-view-icon{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 12px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.contest-image-container .contest-view-icon:hover{
    color: #ccc;
}
.contest-image{
    width:100%;
    height:200px;
    object-fit: cover;
    opacity: 0.6;
    border-radius: 3px;
}
.contest-image-view{
    width:100%;
    height:200px;
    object-fit: cover;
    opacity: 1;
    border-radius: 3px;
}
.flex-space-between{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.full-width{
    width: 100%;
}
.upload-icon{
   width:50px !important;
   height:50px !important;
}
.file-container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-container video {
    width: 100%;
    height: 400px;
    object-fit: contain !important;
}
.file-container img{
    max-height: 500px;
   
}
.modal-sm{
    width: 400px !important;
}
.widgets{
    display: flex;
    gap: 15px;
}
.duration{
    position: absolute;
    margin-bottom: 0px;
    bottom: 10px;
    left:10px;
    z-index: 10;
    font-size: 11px;
    color: #b9b3b3;
     background: #00000073; 
    padding: 3px;
    margin: 0px !important;
    line-height: 10px;
}
.kt-widget{
    width: 200px;
    height: 140px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    border: 1px dashed #111;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.kt-widget:hover{
    border-color: #999;
    background-color: #040404;

}
.userdocument-item-box{
    /* padding: 15px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px dashed #111; */
    /* border-radius: 10px; */
    /* cursor: pointer; */
    transition: all 1s ease-in-out;
    margin-bottom: 20px;
}
.padding-2{
    padding: 10px;
}
.userdocument-preview-video-container{
    width: 100%;
}
.youtube-iframe{
    width: 100%;
    aspect-ratio: 16/9;
}
.userdocument-preview-video-container video{
    padding: 10px;
    width: 100%;
    aspect-ratio: 16/9;
}
.kt-widget-box{
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px dashed #111;
    border-radius: 10px;
    cursor: pointer;
    transition: all 1s ease-in-out;
}
.kt-widget-box:hover{
    border-color: #999;
    background-color: #04040449;

}
.flex-gap-3{
    gap: 8px !important;
}
.kt-widget:hover i{
    color:white !important;
}
.kt-widget i{
    font-size: 22px;
    color: black;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;

}
.dark .kt-widget i{
    color: #bbb;
}
.jurytop{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 100%;
    
}
.filter__menu {
    margin: 0.125rem auto;
}
.filter__option {
    text-align: left !important;
 }
 .h-110{
     height: 110px;
 }
 .h-120{
     height: 120px;
 }
 .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
     border-top-right-radius: 25px; 
     border-bottom-right-radius: 25px;  
}
 .video-container{
     margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 10px;
    cursor: pointer;
    height: 140px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #2e3b41;
    position: relative;
 }
 .stars{
     display: flex;
     justify-content: center;
     padding: 10px;
     background-color: rgb(44 50 55)
 }
 .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded img, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper, .thumb-info.thumb-info-no-borders.thumb-info-no-borders-rounded .thumb-info-wrapper:after{
     border-radius: 0px;
 }
html.dark .css-1okebmr-indicatorSeparator{
    background-color: rgb(66, 66, 64) !important;
}
.color-white{
    color: white !important;;
}
.Modal{
    position: relative;
    display: inline-block;
    width:750px;
    max-width: 95%;
    vertical-align: middle;
    left: 50%;
    top: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    outline: none;
    max-height: 99vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-sm{
    width:500px !important;
}
.modal-lg{
    width:800px;
}
.modal-xlg{
    width:1000px;
}
.Modal-login{
    width: 400px !important;
    
}
.thumb-info .thumb-info-title{
    transition: all 0.3s;
    background: rgba(33, 37, 41, 0.3);
    background: linear-gradient(180deg, rgb(0 0 0) 0%, rgb(33 37 41 / 0%) 0%, rgb(33 37 41) 100%);

    color: rgb(206, 203, 203);
    font-weight: 600;
    left: 0;
    letter-spacing: -.05em;
    position: absolute;
    z-index: 2;
    max-width: 100%;
    width:100%;
    font-size: 14px;
    padding: 13px 21px 2px;
    bottom: 0;
    text-align: center;
    padding-bottom: 5%;
}
.short_description{
    margin-bottom: 20px;
    padding: 10px;
    font-style: italic;
    color:#ccc;
    border-left: 5px solid #2c3237;
}
.footer-cpright{
    font-size: 0.6rem;
}
.rtl .short_description{
    border-left: none;
    border-right: 5px solid #2c3237 !important;
}
html.dark ul.nav-list li a{
    color : #ccc;
}
.mr-40{
    margin-right: 40px;
}
.thumb-info:hover .thumb-info-title{
    background-color: unset !important;
}
.thumb-info{
    width: 100%;
}
.img-max-fifty{
    max-width: 50%;
}
.animate-img-container{
    position: relative;
    height: 245px;
    width: 40%;
    overflow: hidden;
    cursor: pointer;
}
.animate-img-container img{
    position: absolute;
    top: 0;
    left: 0;
    transition: all 5s ease-in;
}
section.section.section-angled{
    min-height: 500px;
    background-color: #212529 !important;
    background-image: url('images/bgangle.jpeg');

}
.section-angled-layer-increase-angle{
    background:#fff;
}
html.dark .section-angled-layer-increase-angle{
    background:#212529 !important;
}

.bg-rash{
    background-color: #16181b;
}
.bh-rash1{
    background: #212529 !important;
    
}
.posts-list{
    padding-left: 15px;
    border-left: 5px solid #2c3237;
}
.border-r-radius-0{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.bg-talent{
    background-color: #16181b !important;
    background-size: cover !important;
}
.talent-child-count{
    color: #777;
    font-size: 11px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-50{
    padding-bottom: 50px !important;
}
.share{
    margin-top: 60px;
}
.share h4{
    font-size: 18px;
}
.animate-img-container:hover img{
    transform: scale(2);
}

.Overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   z-index: 10000;
    background-color: rgb(0 0 0 / 80%);
     outline: none;
  }
  .transparent-overlay{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   z-index: 10000;
    background-color: rgb(0 0 0 / 60%);
     outline: none;
  }
  .ReactModal__Overlay {
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.react-stars{
    margin-left: 25px;
}
.react-stars span{
    transition: all .5s ease-in-out;
}
.rules-check{
    margin-right: 10px;
    margin-top: 7px;
}
.label{
    cursor: pointer;
    user-select: none;
}
.ReactModal__Overlay--after-open {
  opacity: 1;
}
.loader-container{
    position: relative;
    height: 100px;
}
.infoicon{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #16181b61;
    color: rgb(211, 209, 209);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
}
.ReactModal__Overlay--before-close {
  opacity: 0;
}
.font-16{
    font-size: 16px !important;
}
.font-12{
    font-size: 12px !important;
}
.font-11{
    font-size: 11px !important;
}
.clear{
    display: block;
    clear: both;
}
.range-danger{
    background-color: red;
}
.modal-body-close2
{
    top: 0px;
    right: 0px;
    position: absolute;
    color: #fff;
    z-index: 10;
    background-color: transparent !important;
    border:none !important;
    padding: 10px !important;
}
.modal-body-close
{
    top: 0px;
    right: 0px;
    position: absolute;
    color: #fff;
    z-index: 10;
    background-color: #212529 !important;
    padding: 10px !important;
}
.modal-body-close:hover{
    color : #fff;
}

.has-icons{
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.title-cont{
    max-width: 60%;
    float: left;
    margin-left: 5px;
    font-size: 16px !important;
}
.font-color-grey li{
    color : #777 !important;
}
.vd-container{
    position: relative;
    transition:all 1s ease-in-out;
}
.vd-container .infoicon{
    transition:all 1s ease-in-out;
}

.vd-container video{
    border:1px solid #76716d;
}
.r-30{
    right:30px !important;
}
.nwc{
    margin-top:-10px !important;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 400px;
}
.vd-container:hover .infoicon {
    transform:scale(1.1);
    color : #fff;

}
.rtl ul li {
    font-family: "kurdireg";
}
.rtl .title-cont{
    max-width: 60%;
    float: right;
    margin-right: 5px;
}
.brb-5{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.title-icons{
    list-style: none;
    margin-top: 10px;
    float: right;
}
.rtl .title-icons{
    float: left;
}
.rtl .rtl-pull-left{
    float: left !important;
}
.title-icons li{
    float: left;
    margin-right: 15px;
    font-size: 13px;
}
.rtl .title-icons li{
    float: right;
    margin-left: 15px;
    font-family: "kurdireg";
}
.title-icons li i{
    color: #454542 !important;
    margin-right: 3px;
}
.circle{
    border-radius: 50% !important;
    width: 105px;
    height: 105px;
    max-width: unset;
}
.main-parent{
    min-height: 500px;
    background-size: cover;
    background-position-x: 50%;
    /* background-image: url('images/headerbg.jpeg'); */
}
.no-border{
    border: none !important;
    
}
.bg-upload-material{
    background-size: cover;
    background-blend-mode: normal;
    background-image: url('images/dialogbg2.jpg');
    
}
.circle-public{
    border-radius: 50% !important;
    width: 145px;
    height: 145px;
    max-width: unset;
}
.circle-public-sm{
    width: 120px !important;
    height: 120px !important;;
}
.contest-not-availabe h2{
    font-size: 26px;
}
.width-165{
    width: 162px !important;
}
.voted{
    border-color: aquamarine !important;
}
.circle-vote{
    border-radius: 50% !important;
    max-width: unset;
}
.circle-topten{
    border-radius: 50% !important;
    width: 180px;
    height: 180px;
    max-width: unset;
}
.circle-people{
    border-radius: 50% !important;
    width: 100%;
    max-width: unset;
}
.circle-big{
    border-radius: 50% !important;
    width: 200px;
    padding:12px;
}
.height-60{
    height:60px;
}
.height-75{
    height:75px;
}
.circle video{
    position: absolute;
    top: 0;
    left: -25px;
    height: 130px;
    width: 180px;

}
.circle img{
    position: absolute;
    top: -5%;
    left: -20%;
    width: 130px;
    height: 130px;
    object-fit: cover;
    
}
.circle-artist-name{
    display: none;
    color: #e7eaf1;
    z-index: 1000;
    position: absolute;
    bottom: 4px;
    text-align: center;
    font-size: 10px;
    width: 100%;
    text-shadow: 2px 1px 3px #2c3237;
}
.profile-big-img{
    max-height: 400px;
    object-fit: cover;
}
.home-history-img{
    width: 100%;
    height: 180px;
    object-fit: contain;
    margin-top: -10px;
}
.slider-scroll-button{
    bottom : 5px !important;
}
.font-size-40{
    font-size: 40px;
}
.home-item{
    margin-left: 20px;
    border-left: 2px solid #ccc;
}
.thumb-info-wrapper:hover .circle-artist-name{
    display: block;
}
.document-user-img{
    opacity: 0.7;
}
.jury-media{
    width: 200px;
    height: 200px;
}
.btn-rash {
    background-color: #2c3237;
    border-color: #2c3237 #2c3237 #2c3237;
    color: #FFF;
}
.btn-rash:hover {
    background-color: #373d42;
    border-color: #373d42 #373d42 #373d42;
    color: rgb(197, 194, 194);
}
html.dark .alert-primary{
    background-color: transparent;
    border-color: #2c3237;
    color : #777;
}
html.dark .alert-success{
    background-color: transparent;
    border-color: #144227;
    color : rgb(180, 178, 178);
}
html .alert-primary{
    background-color: transparent;
    border : none;
    color : #777;
}

.height-30{
    height:30px;
}

.css-1uccc91-singleValue{
    color : #9c9c9c !important;
}
.css-116hpsi-control{
    background-color: transparent !important;
}
.select-item{
    background-color: transparent !important;
}
.tusi-border{
    border : 3px solid #d2d6de;
}
.circle-border{
    border : 5px solid #3e3e3e;
}
.stats-text{
    line-height: 1.2;
    font-size: 14px;
}
.text-course{
    text-align: left;
}
.text-talent-desc p{
    color: #c1c1c1 !important;
}
.artist-name-rate{
        font-size: 16px;
        margin-top: 8px;
}
.document-preview-top-btns{
    width: 60%;
    display: flex;
    justify-content: space-between;
}
.document-preview-top-btns .item{
    width: 50%;
    padding: 0px 5px;
    gap: 10px;
    color: #ddd;
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
    align-items: center;
    transition: all 0.5s ease-in-out;
}
.profile-information-linear{
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}
.profile-information-linear .info-details h1{
    font-size: 20px;
    margin-bottom: 5px;
}
.pt-0{
    padding-top: 0px !important;    
}
.pb-0{
    padding-bottom: 0px !important;    
}
.document-preview-top-btns .item .fa{
    color: rgb(108, 95, 70) !important;
    font-size: 24px;
    transition: all 0.5s ease-in-out;

}
.document-preview-top-btns .item:hover{
    color:white !important;
}
.document-preview-top-btns .item:hover i{
    color:orange !important;
}
.document-is-in-contest{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.modal-step-actions{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.modal-step-actions .btn{
    transition: all 0.4s ease-in-out;
}

.modal-step-actions .btn:hover{
    color: #f7f7f7;
    border:1px solid #f7f7f7 !important;

}
.modal-step-actions .btn-previous{
    color: #9c9c99;
}
.modal-step-actions .btn-outlined{
    border:1px solid #777 !important;
    color: #9c9c99;
}
.document-upload-container h2{
    font-size: 26px;
    margin-bottom: 10px;
}
.border-color-gray3{
    border: 1px solid #94948b !important;
}
.border-color-gray3:focus{
    border-color: #fff !important;
}
.steps{
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;

}
.step{
    height: 100%;
    width: 100%;
    display: none;
    flex-direction: column;
}
.step-active{
    display: flex !important;
}
.step-select-talent{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.step-select-talent h2{
    font-size: 26px !important;
    margin-bottom: 15px !important;
}
.step-indicator{
    width: 180px;
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease-in-out; 
    margin-top: 10px;
    margin-bottom: 10px;
}
.step-indicator-item{
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}
.step-indicator .step-indicator-spacer{
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-indicator .step-indicator-spacer .spacer-inside{
    background-color: #76716d;
    width: 100%;
    height: 1px;
    transition: all 0.5s ease-in-out; 

}
.step-indicator .indicator-active{
    color: #fff;
    border-color: #fff;
}
.step-indicator .spacer-active .spacer-inside{
    background-color: #fff;

}
.contest-caption{
    display: flex;
    justify-content: center;
}
.contest-caption h2{
    font-size: 24px;
    margin-bottom: 5px;
}
.footer-flex-center{
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px;

}
.flex-center{
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
}
.show-on-small{
    display: none !important;
}
.page-background{
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}
.youtube-preview{
    width: 100%;
    height: 400px;
}

.social-icons li a {
    height: 36px;
    width: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #32383e !important; */

}
.social-icons li a i{
    font-size: 22px;
}
.video-gird-item-img{
    height: 100%;
    object-fit: cover;
}
.text-light-2{
    color: #b7b7b7;
}
.text-light-2 p{
    color: #eee !important;
}
.text-thrive{
    font-size: 1.2em !important;
    color: #c2c2c2 !important;
}
.bg-blog {
    position: relative;
    background-size: cover;
    /* Other styles as needed */
}

.bg-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("/assets/images/artistheader.jpg");
    background-size: cover;
    opacity: 0.5; /* Set the opacity of the background image */
    z-index: -1; /* Ensure the pseudo-element is behind the content */
}
.mt-blog-top{
    margin-top: 130px;
}
.border-bottom-2{
    border-bottom: 1px solid rgb(255 255 255 / 6%);
}
.dark .about-desc p{
    color : #d2d6de
}

.container-feed{
    max-width: 640px;
}
.feed-post{
    aspect-ratio: 1/1;
    background-color: #212529;
    margin-bottom: 15px;
    position: relative;
}
.feed-post-header{
    width: 100%;
    height: 50px;
    padding: 5px;
    background-color: rgba(17, 17, 17, 0.4);
    display: flex;
    gap: 5px;
    justify-content: start;
    position: absolute;
    z-index: 3;

}
.feed-post-header h2{
    font-size: 16px;
}
.feed-post-body{
    
}
.full-height{
    height: 100% !important;
}
.img-full-size{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-description{
    padding-right: 40px;
}
@font-face {	font-family: 'kurdi';	src: url('css/fonts/kurdi/regular.eot');	src: local('kurdi'), url('css/fonts/kurdi/regular.woff') format('woff'), url('css/fonts/kurdi/regular.ttf') format('truetype'), url('css/fonts/kurdi/regular.svg') format('svg');	font-weight: normal;	font-style: normal;}

@font-face {	font-family: 'kurdireg';	src: url('css/fonts/kurdi/nrtreg.ttf'); font-style: normal;}

@font-face {	font-family: 'kurdibold';	src: url('css/fonts/kurdi/nrtbd.ttf'); font-style: normal;}

.rtl .kfont{	font-family: 'kurdireg', tahoma !important;}

.rtl nav a {
    font-family: "kurdibold";
}
 .rtl h1, .rtl h2, .rtl h4 {
    font-family: "kurdibold";
    text-align: right;
}
.rtl p{
    font-family: "kurdireg";
}
.rtl .btn-block{
    font-family: "kurdireg";
    min-width: 150px;
}
.rtl .slide-link{
    font-family: "kurdireg";
}
.rtl .link-first {
    border-left: 1px solid #54565c;
    border-right: none;
    margin-left: 15px;
    padding-left: 10px;
    font-size: 13px;
}
.rtl .slide-form{
    direction: rtl;
}
.rtl .form-control{
    font-family: "kurdireg";
}
.rtl .home-intro{
    direction: rtl;
}
.rtl .home-intro p , .rtl .home-intro .col-lg-8 {
    text-align: right;
}
.rtl .home-intro .learn-more{
    margin-left: 0;
    margin-right: 15px;
    font-family: "kurdireg";
}
.rtl .btn-primary{
    font-family: "kurdireg";
}
.rtl .nav-tabs li:last-child .nav-link{
    margin-right : 1px;
}
.rtl .nav-tabs li:first-child .nav-link{
    margin-right : 0px;
}
.rtl .input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.rtl .breadcrumb > li + li:before{
    content : "\f104"
}
.rtl ul.nav-list li ul{
    margin-right: 15px;
    margin-left: 0px;
}
.rtl blockquote {
    border-right : 5px solid #2c3237;
	border-left : none !important;
}
.rtl .lan-ml-5{
    margin-left: 5px;
}
.rtl  .lan-pr-30{
    padding-right: 30px;
}
.font-18{
    font-size: 18px;
}
.mb-80{
    margin-bottom: 80px;
}
.rtl .lan-ml-20{
    margin-left:20px;
}
.rtl .lan-rtl{
    direction: rtl;
}
.rtl .lan-ltr{
    direction:ltr;
}
.rtl .lan-text-right{
    text-align: right !important;
}
.rtl .lan-text-left{
    text-align: left !important;
}
.rtl .process-step-circle{
    margin-left: 10px;
    margin-right: 0px;
}
.rtl .process-vertical .process-step:after{
    left: unset;
    right: 30px;
}
.rtl .process-step-content{
    text-align: right;
}
.rtl .user-document-caption-item i{
    margin-right: 0px;
    margin-left: 10px;
}
.rtl .newsletterForm {
    direction: rtl;
    margin-right: 0px !important;
    margin-left: 10px !important;
}
.rtl .social-icons{
    text-align: center;

}
.rtl .rtl-text-center{
    text-align: center !important;
}
.rtl .options{
    font-family: "kurdireg";
}
.rtl .custom-select-1 {
     font-family: "kurdireg";
}
.rtl label{
    font-family: "kurdireg";
}
.rtl .btn-upload {
    float: right;
}
.rtl .nav-tabs{
    direction: rtl;
}
.rtl .nav-link{
    font-family: "kurdireg";
}
.rtl .lan-kfont{
    font-family: "kurdireg";
}
.rtl .talentselect-input{
    float:right;
    font-family: "kurdireg";
}
.always-kfont{
    font-family: "kurdireg";
}

.rtl .owl-carousel.dots-title.dots-title-pos-2 .owl-dots{
    left:20px !important;
}
.rtl .lan-float-right{
    float:right !important;
}
.rtl .lan-mr-5{
    margin-right: 5px;
}
.rtl .lan-mr-10{
    margin-right: 10px;
}
.rtl article.post .post-date{
    margin-left: 10px !important;
    margin-right: 0px;
    float: right;
}
.rtl .post-meta{
    text-align: right;
}
.rtl .lan-mr-0{
    margin-right: 0px !important;
}
.rtl .lan-mr-25{
    margin-right: 25px;
}
.sidebar-list-style{
    left : 0;
}
.rtl .sidebar-list-style{
    left:unset !important;
    right : 10px;
}
.rtl .courses-li{
    direction: rtl;
    text-align: right;
    padding-right: 35px;
}
.rtl .courses-li i{
    left: unset !important;
    right: 0;

}
.rtl .lan-float-left{
    float: left !important;
}
.rtl .lan-ml-0{
    margin-left: 0px !important;
}
.rtl .nav-list-rtl li a{
    padding-left: 0px;
    padding-right: 15px;
    content : "\f053" ;
}
.rtl .nav-list-rtl li a:before{
    left : unset;
    right : 0px;
    content : "\f053" ;
}
.rtl .lan-border-radius-l{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
.rtl .lan-border-radius-r{
    border-top-right-radius: 25px  !important;
    border-bottom-right-radius: 25px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.rtl .lan-padding-r-0{
    padding-right: 0px !important;
}
.rtl .lan-padding-r-5{
    padding-right: 5px !important;
}

.rtl .lan-padding-l-5{
    padding-left: 5px;
}
.rtl .lan-w-430{
    width:430px
}
.rtl .child-option , .rtl .options , .rtl .group_options{
    text-align: right;
}
.rtl .btn-modern{
    font-family: "kurdireg";;
}
.rtl .mln-10{
    margin-right: -10px !important;
    margin-left: 10px !important;
}
.ltr{
    direction: ltr;
}
.rtl .lan-ml-10{
    margin-left: 10px;
}
.rtl .blog-description{
    /* padding-right: 0px !important; */
    padding-left: 40px;
}
.rtl .lan-ml-17{
    margin-left: 17px;
}
.rated-border{
    border : 3px solid green;
}
.social-images img{
    width: 65px;
    cursor: pointer;
    transition: all 1s ease-in-out;
}
.social-images img:hover{
   transform: scale(1.2);

}
.text-light-1{
    color: #b6b6b6;
}

@media (max-width: 900px)
{
    .home-slide-content{
        text-align: center !important;
    }
    .slick-slide img {
        opacity: 0.8 !important;
    }
    .home-slide-content .d-flex{
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
    .home-slide-content p{
        margin-bottom: 0px !important;
    }
    .home-slide-content h1{
        font-size: 18px !important;
    }
    .custom-counter-1 h3{
        font-size: 32px !important;
        border-bottom: none !important;
        margin-bottom: 0px !important;
        padding-bottom: 5px !important;
    }
    .custom-counter-1 div{
        margin-bottom: 5px !important;
    }
    
    
    .slide-form .text, .slide-form button {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
    .rtl .home-intro p, .rtl .home-intro .col-lg-8{
        text-align: center;
    }
    html.dark hr{
        width: 100%;
    }
}
.text-color-gray2{
    color: #73a2bb !important;
}
.fon-weight-100{
    font-weight: 100;
}
.rotate-l-45 {
    transform: rotate(-45deg);
}
.history-title{
    font-size: 22px;
}
.language-menu {
    display: flex;
    gap: 5px;
    list-style: none;
    padding-left: 0px !important;
    padding-bottom: 5px;
    margin-top: 70px;
    border-bottom: 1px solid rgb(76 76 77 / 60%);
}
@media (max-width: 768px) {
    .text-12 {
        font-size: 2.5em !important;
    }
    .text-small-center{
        text-align: center !important;
    }
    .history-title{
        font-size: 18px;
    }
    
    .blog-description{
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .sm-pr-0{
        padding-right: 0px !important;
    }
    
    .mt-blog-top{
        margin-top: 80px !important;
    }
    .sm-mt-100{
        margin-top: 100px !important;
    }
    .bg-blog{
        background-image: url("/assets/images/artistheader.jpg");
        background-repeat: no-repeat;
        background-size: contain;
    }
    .text-thrive{
        font-size: 1em !important;
        text-align: center;
    }
    .text-statistics{
        font-size: 1.3em !important;
    }
    .map-intro{
        min-height: 200px;
    }
    .sm-text-center{
        text-align: center !important;
    }
    .sm-d-flex-center{
        display: flex;
        justify-content: center;
    }
    .circle-big{
        width: 200px;
    }
    .upload-icon-container{
        height: 150px !important;
    }
    .circle-topten{
        width: 120px !important;
        height: 120px !important;
    }
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    
    .select-container-small{
        display: flex;
        justify-content: center;
    }
    .youtube-preview{
        height: 300px;
    }
    .select-container-small .talentselect-input{
        max-width: 80% !important;
    }
    .page-background{
       background-image: url('images/artistheader.jpg');
    }
    .profile-information-linear{
        padding-left: 10px;
    }
    #header .header-logo img{
        width: 105px;
    }
    .user-document-caption{
        display: flex;
        padding-top: 15px;
        justify-content: start;
        align-items: center;
        gap: 10px;
        font-size: 12px;
    }
    .user-document-caption-item{
        padding: 10px;
        border-bottom: none !important;
        margin-right: 10px;
        color: white !important;;
    }
    .user-document-caption-item:not(:last-child){
        border-right: 1px solid #373737;
        padding-right: 25px;
    }
    .user-document-caption-item i{
        color: white !important;;
    }
    .document-video-preview-simple{
        height: 270px;
    }
    .user-document-caption i{
        display: none;
    }
    .circle{
        width: 85px;
        height: 85px;
    }
    .coursedocuments{
        justify-content: center;
    }
    .text-course{
        text-align: center;
    }
    .circle-grandparent{
        margin-right: 3px;
    }
    .hide-on-small{
        display: none !important;
    }
    .show-on-small{
        display: flex !important;;
    }
    .mr-talent-desc{
        margin-right: 0px;
    }
    .page-header.page-header-modern.page-header-background.page-header-background-md{
        padding-top: 90px;
    }
    .stars-container span{
        font-size: 30px !important;
    }
    
}
@media (max-width: 500px) {
    .home-carousel .slick-list{
        border-top-right-radius: 0px !important;
    }
    .sm-no-margin{
        margin: 0px !important;
    }
    /* .counters strong{
        font-size: 22px !important;
    }
    .counters label{
        font-size: 9px !important;
    } */
    .carousel-container{
        padding: 15px;
    }
    .sm-mt-2{
        margin-top:0.5rem !important;
    }
    .social-icons{
        text-align: center;

    }
    .social-icons li a {
        height: 36px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;

    }
    .social-icons li a i{
        
        font-size: 18px;
    }
    .slider-height{
        height: 100vh;

    }
    .footer-icons-container{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .feed-post{
        aspect-ratio: 3/4!important;
    }
    .circle-big{
        width: 200px;
    }
    .upload-icon-container{
        height: 150px !important;
    }
    .modal-dialog{
        /* margin-top: 30%; */
    }
    .circle-topten{
        width: 85px !important;
        height: 85px !important;
    }
    .circle-public{
        width: 85px !important;
        height: 85px !important;
    }
 
    .min-w-i {
    width: 175px;
    }
    .circle{
        width: 85px;
        height: 85px;
    }
    .circle-grandparent{
        margin-right: 3px;
    }
    .mobile-poll-title{
        margin-top: 15px !important;
        text-align: center;
        width: 100%;
    }
    .mobile-poll-desc{
        text-align: center !important;
    }
    .mobile-poll-image-size{
        width: 150px !important;
        height: 150px !important;
    }
    .mobile-poll-image-size-p{
        width: 168px !important;
        height: 168px !important;
    }
    .mobile-poll-item{
        display: flex;
        justify-content: center;
    }
}
@media (max-width: 300px) {
    .upload-icon-container{
        height: 120px !important;
    }
    .circle-public{
        width: 75px !important;
        height: 75px !important;
    }
}
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}
