/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
	height: 100%;
	font-family: 'Numans', sans-serif;
	min-width: 350px;
}

body{
    background-color: #efefef;
}

.btn-purple{
    background-color: #8e4453;
    color: white;
}

.btn-purple-border{
    height: 45px;
    width: 45px;
    border-color: #8e4453;
    color: #8e4453;
}

.btn-purple-border:hover{
    background-color: #6f3541;
    color: white;
}


#navbarSupportedContent{
    z-index:100;
}

.bg-light-gray{
    background-color: #efefef;
}


.btn-purple:hover{
    background-color: #6f3541;
    color: white;
}

.bg-purple{
	background-color: #8e4453;
}

.color-purple{
    color: #8e4453;
}

.color-green{
    color: #cad157;
}

.bg-green{
    background-color: #cad157 !important;
}

.bg-light-purple{
	background-color: #c88d99;
}

.btn-light-green{
    background-color: #cad157;
    color:white;
}

.btn-light-green:hover{
    background-color:#adb34b;
    color:white;
}

.bg-img {
	background-image:  url(images/group.svg);
	background-size: cover;
    background-repeat: no-repeat;
}

.bg-purple-gradient{
	background: linear-gradient(#8e4453, #c88d99);
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.light-green{
	color: #ced64b;
}

.container{
	align-content: center;
}

.card{
height: 370px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.4) !important;
}

.card-header h3{
color: white;
}

.input-group-prepend span{
background-color: #ced64b;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}


.login_btn{
color: black;
background-color: #ced64b;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}

nav{
	height: 100px;
}

.event-img {
	width: 150px;
}

.card-temp{
	background-color: #f8f9fa!important;
}

.w-px-120{
	width: 120px;
}

.preview-images-zone {
    width: 100%;
    border: 1px solid #ddd;
    min-height: 180px;
    /* display: flex; */
    padding: 5px 5px 0px 5px;
    position: relative;
    overflow: auto;
}

    .preview-images-zone > .preview-image:first-child {
        height: 185px;
        width: 185px;
        position: relative;
        margin-right: 5px;
    }

    .preview-images-zone > .preview-image {
        height: 90px;
        width: 90px;
        position: relative;
        margin-right: 5px;
        float: left;
        margin-bottom: 5px;
    }

        .preview-images-zone > .preview-image > .image-zone {
            width: 100%;
            height: 100%;
        }

            .preview-images-zone > .preview-image > .image-zone > img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

        .preview-images-zone > .preview-image > .tools-edit-image {
            position: absolute;
            z-index: 100;
            color: #fff;
            bottom: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            display: none;
        }

        .preview-images-zone > .preview-image > .image-cancel {
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
            font-weight: bold;
            margin-right: 10px;
            cursor: pointer;
            display: none;
            z-index: 100;
        }

.preview-image:hover > .image-zone {
    opacity: .5;
}

.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
    display: block;
}

.image-holder{
    width: 200px;
    height: 200px;
    display: flex;
    flex: 0 0 auto;
}

.image-holder-idx{
    height: 150px;
    width: 100%;
    display: flex;
}

.project-image{
    width: 100%;
    object-fit: cover;
}

#fade-wrapper{
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.7);
    z-index: 200;
}

.font-size-25{
    font-size: 25px;
}

@media (max-width: 767px){
    .image-holder{
        width: 100%;
    }
    
    .card{
        height:auto;
    }
    
    .div-401 > .w-50 {
        width: 100% !important;
    }
}

.btn-nav{
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
    height: 45px;
    width: 45px;
}

.img-partners{
    height: 150px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.img-partners-vertical{
    height: 78px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.mw-200-px{
    min-width: 200px;
}

.div-401{
    min-height: 300px;
    max-width: 600px;
}

.font-size-100px {
    font-size: 100px;
}

.arrow-detail{
    color: black;
}

.scrollbar {
    height: fit-content;
    overflow-x: scroll;
    scrollbar-width: thin;
}

.scrollbar-primary::-webkit-scrollbar {
    background-color: #efefef;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #cad570;
}

.scrollbar-primary {
    scrollbar-color: #cad570 #efefef;
}

.index-card{
    cursor: pointer;
}

.index-card:hover{
    background-color: #6f3541;
}

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  top: 2px;
  width: 40px;
}

.material-switch > label::before {
  background: rgb(0, 0, 0);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: rgb(255, 255, 255);
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}

.checkbox label {
  padding-left: 14px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + .box:before,
input[type="checkbox"] + .box:after {
  transition: all 0.3s;
}
input[type="checkbox"] + .box:after {
  position: absolute;
  left: 4px;
  top: 3px;
  margin-top: -5px;
  margin-left: -4px;
  display: inline-block;
  content: ' ';
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 2px;
  background-color: #fff;
  z-index: 10;
}
input[type="checkbox"]:checked + .box:after {
  background-color: #cad157;
  border-color: #cad157;
}
input[type="checkbox"]:checked + .box:before {
  transform: rotate(45deg);
  position: absolute;
  left: 7px;
  top: 0px;
  width: 6px;
  height: 13px;
  border-width: 2px;
  border-style: solid;
  border-top: 0;
  border-left: 0;
  border-color: #fff;
  content: '';
  z-index: 100;
}

  