.text-justify{

    text-align: justify;

}

.spinner-small{

    width: 20px !important;

    height: 20px !important;

}

.logo-src{

    font-family: "Lucida Handwriting", cursive;

    font-weight: 600;

    font-size: x-large;

    color: #fff;

}

.compulsory{

    color: rgb(255, 4, 4) !important;

    font-weight: bold;

}

.w-30px{
    width: 30px !important;
}
.w-60px{
    width: 60px !important;
}
.w-70px{
    min-width: 70px !important;
}
.select2{

    width: 85% !important;

}
.popover-body{
    background: lightblue !important;
}
.w-100px{

    min-width: 100px !important;

}

.w-px-130{

    width: 130px !important;

}
.w-140px{

    min-width: 140px !important;

}
.cursor-pointer{

    cursor: pointer;

}

.height-200px{

    min-height: 200px !important;

}

.fs-12px{
    font-size: 12px !important;
}

.fs-14px{
    font-size: 14px !important;
}
.br-20-20-5-5{

    border-radius: 20px 20px 5px 5px !important;

}

.br-5-5-20-20{

    border-radius: 5px 5px 20px 20px !important;

}

/* Count down clock starts */

  

        #countdown-container {

            display: -webkit-box;

            display: -ms-flexbox;

            display: flex;

            -webkit-box-pack: center;

                -ms-flex-pack: center;

                    justify-content: center;

            -webkit-box-align: center;

                -ms-flex-align: center;

                    align-items: center;

        }

    

        #countdown {

            background: #000;            

            color: #fff;

            border: 2px solid #ffffff;

            border-radius: 15px;

            padding: 10px 10px;

            -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);

                    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.5);

        }

    

        #countdown p {

            font-size: 1em;

            font-weight: bold;

            margin-bottom: 10px;

            text-transform: uppercase;

            color: #fff;

        }

    

        #countdown span {

            font-size: 1em;

            font-weight: bold;

            margin: 0 5px;

            color: #FFEB3B;

        }

    

        #countdown span::after {

            content: "";

            margin-left: 5px;

        }

/* Count down clock ends */



.mh-200px{

    min-height: 200px;

}

/* Custom Select2 */
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #3f6ad8 !important;
    color: #fff !important;
}
.select2-selection__choice__remove{
    color: #fff !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #794c8a !important;
    color: #fff !important;
}
.select2-container--default .select2-results__option--selected:hover{
    background-color: #3f6ad8 !important;
}
.select2-container .select2-search--inline .select2-search__field{
    height: 25px !important;
}



/* @media screen and (min-width: 250px) {
  .select2{
    width: 70% !important;
    }
}
@media screen and (min-width: 350px) {
  .select2{
    width: 75% !important;
    }
}
@media screen and (min-width: 500px) {
  .select2{
    width: 80% !important;
    }
}
@media screen and (min-width: 700px) {
  .select2{
    width: 85% !important;
    }
} */