html, body {
    min-height: 100%;
    height: 100%;
    font-family: 'Arial';
    /*overflow: hidden;*/
}



.desktop,.main_container{
    background-color: white;
    box-shadow: inset 0px 4px 4px rgb(0 0 0 / 25%);
}

.desktop{

    padding: 0;
    max-width: 100%;
}

.header_row{

    background-color: white!important;
    /*width: 100%;
    max-width: 100%;*/
    max-width: 100%;
    margin:0;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

body.home_page{

    background-repeat: no-repeat;
    /*background-size: 135% auto;*/
    background-position-y: calc(60% - 100px);
    height: 100%;
    margin: 0;
    padding: 0;
}

.overlay{
    position: relative;
    height: 100vh;
    background: rgb(4 25 126 / 28%);

}

.multiapp_mobile{

    display:none!important;
}



.container.logo{

    margin-bottom: 3rem;
    padding-left: 2rem;
}

#logo_img{

    height: auto;
}

.main_box {

    padding: 0;
    background-color: white;
    border-radius: 1.5rem;
    backdrop-filter: blur(5px);
}

::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: white;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
   color: white;
  }

.login_box{

    background-color: white;
    padding: 3rem 3rem;
    border-radius: 5px;
    padding-bottom: 0;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}
@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}



#logo_img_form{

    width: 110px;
    margin: 0 auto;
    display: block;
}

.login_text{

    padding: 2rem 0rem 0rem 1rem;
    color: white;
    font-weight: 700;
    font-size: 1.1rem;
}

.forgot_pass,.new_user{

    display: flex;
    justify-content: flex-start;
    padding: 2rem 0rem!important;
   
}
.forgot_pass>a ,.new_user>a{
    color:#E04C24!important;
    text-align: left;
 
}

.forgot_pass > a:hover{

    text-decoration: none!important;
}

.login_btn{

    border-radius: 4px;
    background-color: #C4C7C7;
    padding: 0;
    cursor: pointer;
    /*margin-bottom: 2rem;*/
}

.login_btn >input{

    background-color: #E04C24;
    border:none!important;
    color:#4D4D4D;
    
}

.go_login{
    color: white!important;
    font-weight: 600;
}

.login_btn:hover:not([disabled]){ 

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


.login_btn >input:hover:not([disabled]){
    /*color:white!important;*/
    font-weight: 700;
    cursor: pointer;

}


.username > svg,.password > svg{
    position: absolute;
    left:5rem;
}

.second,.third{

    padding-left: 5rem!important;
}


.multiapp{
  
    margin-top: 2.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #034170;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-top: 0.5rem;
    box-shadow: rgb(34 37 169 / 30%) 0px 12px 28px 0px, rgb(0 0 0 / 5%) 1px 0px 5px 2px, rgb(255 255 255 / 5%) 0px 0px 8px 1px inset;
}
#multiapp{
  
   width:130px;
   margin-left: 1rem;
}

.welcome_text{
    color:white;
}
.welcome_text > h4{
  
    font-style: italic;
    font-weight: 300;
}

@media (max-width:1500px) and (min-width:1440px){
    .container{

        max-width: 1300px!important;
    }
}


@media (max-width:1024px) {

    .welcome_text{

        display: flex;
        justify-content: center;
    }

    .first_cont{

        padding-top: 2rem!important;
    }

    .login_box {
        padding-top: 2rem!important;
    }

    .breadcrumb_page .form-group > input {
        background-color: transparent!important;
        border: none!important;
    }
    .calendar_span,.desktop_search{
        display: none!important;
    }

    .mobile_search{

        display: flex!important;
    }

    
}

@media (max-width:1390px) and (min-width:1025px){

    .login_text{

        padding-top:1rem!important;
    }

    #login_ing_form{

        width:190px!important;
    }

    .wrapper{

        padding-top:.5rem!important;
    }

    #logo_img{

        padding-bottom: 2rem!important;
    }

}

.first_cont{

    padding-top: 5rem;
}

@media (min-width:767px){

    #logo_img_sidebar_mob,.wrapper_title{

        display: none!important;
    }
}

@media (max-width:767px){

    .first_cont{

        padding-top: 3rem;
    }

    .my_content_row{
        flex-direction: row!important;
        align-content: flex-start!important;
        margin-top:1rem;
    }

    #logo_img_form {
        width: 150px;
    }

    .welcome_text {
        text-align: center;
    }

    .welcome_text > h4{
        font-size: 1.2rem;
    }

    .welcome_text > h3{
        font-size: 1.4rem;
    }

    body.home_page{
        background-size: auto!important;
        background-position-x: 40%!important;
        background-position-y: 0%!important;
    }

    #facilities{

        display: none;    
    }

    .main_container .first_cont{

        padding-top: 4rem!important;
    }
}



@media (max-width:576px){


    .container, .container-sm {
        max-width: 100%;
    }

    .my_content_row ,.main_container .first_cont{

        margin:0!important;
        padding:0!important;
    }
    .header_row,.multiapp.container{
        display: none;
    }

    .login_box{

        height: 100vh;
    }

    .login_btn{

        margin-top:1rem;
    }

    .info_mobile{
        display: flex;
        justify-content: flex-end;
        padding:1rem;
    }

    #info_icon{

        width:20px;
        height:20px;
        margin-right: .3rem;
    }
    

}


@media (max-width:360px){

    .login_box_mobile {
        padding: 1rem 1rem;
        padding-bottom: 0;

    }
}

@media (max-width:990px)and (min-width:768px){

    .login_box {
        padding: 2rem 2rem;
        padding-bottom: 0;
    }
}


@media (max-width:420px) and (min-width:320px){

    .username > svg ,.password > svg {
        left: 2.5rem;
    }

    .second, .third {
        padding-left: 3rem!important;
    }

    .login_box {
        padding: 1rem 1rem;
    }
}


.breadcrumb_page > div,.header_table{

    border-bottom: 1px solid rgba(0, 0, 0, 0.6);

}

.filter_div > div,.dances_per_prog_div{

    background: rgba(193, 159, 69, 0.2);
    border-radius: 5px;
}

.save_dances{

    max-height: 40px;
}
.save_dances > svg{

    margin-right: .5rem;
}

.program_details{

    background-color: #eb6236;
    color: white;
    font-weight: bold;
}

.list-group-item.active ,.sortable-dragging{
    color: #000!important;
    background-color: #fceeea!important;
    border:none!important;
}


.border_table{

    border-bottom: 1.5px solid #80808021;
    align-items:center;
}

.form-group{

    margin-bottom: 0!important;
}

.container_dances_programs,.container_age_categories,.container_comp_types,
.container_type_categories,.container_sections,.container_cat_sections,.container_judges,.container_dance_types,
.container_competitions{

    padding-top:0!important;
    height: 100%;
    max-height: 600px;
    flex-direction: column;

}

.container_dances_programs, .container_programs, .container_categories, .container_registrations, .container_sections, .container_cat_sections,.container_music,.container_dance_departments{
    max-height: 450px;
    overflow-y: scroll;
}

.container_sections{
	max-height: 285px;
}
.container_cat_sections{
	max-height: 650px;
	
}

.container_programs,.container_categories,.dances_per_prog,
.container_dances_per_prog,.container_registrations,.container_sections,.container_cat_sections,.container_music,.container_dance_departments{

    flex-direction: column;

}

.filter_div button > svg ,.buttons button > svg{

    margin-right: .4rem;
}

.dropdown.select{

    width:100%!important;
}

input[type="checkbox"]{
    width: 18px;
    height: 18px;
}

input[type="checkbox"]:checked{
    accent-color:  black!important;
}



.checkbox_dance{

    font-size: 1rem;
}

.checkbox_dance > label{
 
    padding-top: 0.2rem;
}

.sortable-dragging{

    background-color: #007bff;
}

.center_modal {
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
}

.section_clicked{

    background-color: #FCEEEA;
}

.category_name_text{

    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

  
.tooltip-inner {

    background: #e6d7d7;
    color: black;
    text-align: left;
    padding:1rem;
    font-size: .9rem;
    font-weight: bold;
}

.tooltip.show {
    opacity: 1;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, 
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #e6d7d7 !important;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, 
.bs-tooltip-top .arrow::before {
    border-top-color: #e6d7d7 !important;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before, 
.bs-tooltip-left .arrow::before {
    border-left-color: #e6d7d7 !important;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #e6d7d7 !important;
}

.category_details,.program_details{

    font-size: 1rem!important;
}

.container_categories, .container_registrations,.container_music{

    padding-top: 0!important;
	overflow-x:hidden;
}

.category_row,.section_row,.program_row{
    /*cursor:pointer;*/
}

#sortable li{
    cursor:grabbing;

}

.selection_row button,.selection_row  input{

    padding:.8rem;
    height: auto;
}

.save_reg{

    background-color: #e04c24b0;
    border: none;
    padding: 0.7rem;
    color: black;
}

.save_reg:hover{

    background-color: #e04d24!important;
    color:black;
}

.save_reg:focus{

    background-color: #e04d24!important;
    border:none!important;
    color:black!important;

}


.cancel_reg{

    background-color: white;
    border: 1px solid black;
    padding: 0.7rem;
    color: black;
}

.error_border,.error_border .btn:focus {

    border-color: #c32f1c!important;
    outline: 0!important;
    box-shadow: 0 0 0 3px rgb(217 26 26 / 40%)!important;
    border-radius: 5px;
    border: 1px solid #ced4da;
}


.editable{

    outline: 0!important;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    border-radius: 5px;
    padding:.5rem;
}

.editable_select{

    outline: 0!important;
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    border-radius: 5px;
}

.select_program{

    background-color: #dbe0e43d;
    border-radius: 0.3rem;
    height: 38px;
    color: grey;
}

.dance_abbr , .dance_name{

    text-transform: uppercase;
}

.cancel_add_dance > svg ,.cancel_add_program > svg ,.cancel_program_edit > svg,
.cancel_judge > svg,.cancel_edit_judge > svg,.cancel_edit > svg,.cancel_section > svg,
.cancel_edit_section > svg ,.cancel_cat_section > svg ,.cancel_section_category > svg{

    margin-right: 0!important;
    margin:auto auto;
}

.readonly_field{
    cursor: not-allowed;
    pointer-events: none;
}

.number_section[readonly]{

    background-color: transparent!important;
    border: none!important;
}

.number_section[readonly]:focus{

    box-shadow: none!important;
}

.section_details > i{

    font-size: 1rem;
    color: black;
    font-weight: bold;
}

.section_details{
    color: black;
    font-weight: bold;
}


.flag_image{

    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

#judge_country_div > span{
    width: 100%!important;
}

.select2-container {

    /*width: 100%!important;*/
    box-shadow: 0 0 0 2px rgb(155 160 167 / 25%);
    border-color: #f8f9fa!important;
    border-radius: 0.25rem;
    background-color: white;
}

.select2-container .select2-selection--single {

    height: 37px!important;
}

.select2-container--default .select2-selection--single {
    border: none!important;
    padding-top: 0.3rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    top: 5px!important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1.5px solid #23518b!important;
    border-radius: 0.25rem;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5a8dd7!important;
    font-weight: 600;

}

.select2-container--default .select2-results__option--selected , 
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results__option--selectable {

    margin: auto 0.5rem;
}

.select2-results__options::-webkit-scrollbar {
    width: 15px;
    background-clip: padding-box;
  }

.select2-results__options::-webkit-scrollbar-track {

    background-color: #e9ecef;
    height: 30px;
    background-clip: padding-box;
    border-radius: 20px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-color: #2A5EA7;
    border-radius: 20px;
    border: 3px solid #e9ecef;
    height: 50px;
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.comp_options button{

    border:1px solid black;
}

.bg_color{
    background-color: #EC947C;
    padding:.5rem 1rem;
}

.judges_div_comp{

    background-color: #f3b7a7;
    border-radius: 5px;
}

.comp_time:not([disabled]){
   background-color: white!important;
}

.timer{

    margin-bottom: 0!important;
    background-color: #ddaf3a;
    color: black;
    font-weight: bold;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 0.8rem;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgb(20 20 20 / 61%), rgb(0 0 0 / 52%));
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.container_dances_programs::-webkit-scrollbar ,.container_programs::-webkit-scrollbar, .container_categories::-webkit-scrollbar, .container_music::-webkit-scrollbar, .container_registrations::-webkit-scrollbar,.container_sections::-webkit-scrollbar,.container_cat_sections::-webkit-scrollbar,.judges_div_comp::-webkit-scrollbar {
    width: 6px;
}

.judges_div_comp::-webkit-scrollbar{
	height:10px;
}

/* Track */
.container_dances_programs::-webkit-scrollbar-track ,.container_programs::-webkit-scrollbar-track, .container_music::-webkit-scrollbar-track, .container_categories::-webkit-scrollbar-track,.container_registrations::-webkit-scrollbar-track,.container_sections::-webkit-scrollbar-track,.container_cat_sections::-webkit-scrollbar-track,.judges_div_comp::-webkit-scrollbar-track{
    box-shadow: inset 0 0 5px rgba(128, 128, 128, 0.767); 
    border-radius: 10px;
}

/* Handle */
.container_dances_programs::-webkit-scrollbar-thumb,.container_programs::-webkit-scrollbar-thumb, .container_music::-webkit-scrollbar-thumb, .container_categories::-webkit-scrollbar-thumb,.container_registrations::-webkit-scrollbar-thumb,.container_sections::-webkit-scrollbar-thumb,.container_cat_sections::-webkit-scrollbar-thumb,.judges_div_comp::-webkit-scrollbar-track {
    background: #e55e2f; 
    border-radius: 10px;
}

/* Handle on hover */
.container_dances_programs::-webkit-scrollbar-thumb:hover,.container_programs::-webkit-scrollbar-thumb:hover, .container_music::-webkit-scrollbar-thumb:hover, .container_categories::-webkit-scrollbar-thumb:hover,.container_registrations::-webkit-scrollbar-thumb:hover,.container_sections::-webkit-scrollbar-thumb:hover,.container_cat_sections::-webkit-scrollbar-thumb:hover,.judges_div_comp::-webkit-scrollbar-thumb:hover{
    background: #002b5c; 
}


div.center{
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
  }
  
  .control {
    position: absolute;
    width: 50px;
    height: 50px;
    right: 10px;
    cursor: pointer;
  }
  
    .border {
      width: 100%;
      height: 100%;
      border: 1px solid #41fff5;
      border-radius: 50%;
    }
  
    .is--playing .border {
        border-top: 2px!important;
        border-bottom: 3px!important;
        animation: spin 1.5s ease-in-out infinite;
        border-color: #dd7711d5!important;
    }
  
    .play {
        position: absolute;
        top: 15px;
        left: 20px;
        box-sizing: border-box;
        height: 16px;
        width: 16px;
        border-color: transparent transparent transparent #ddaf3a;
        transition: 100ms all ease;
        will-change: border-width;
        cursor: pointer;
        border-style: solid;
        border-width: 10px 0 10px 17px;
    }
    .is--playing .play {
      border-style: double;
      border-width: 0px 0 0px 10px;
      transform: translate(0px, 1px);
    }
  
  
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.group-categories{
	max-height:100%;
	width:100%;
	height: 3em;
	line-height: 3em;
}
.group-categories h4{
	text-align:center;
}	
.group-categories option:nth-child(even) {
    background-color: #f8f1f1;
}
.group-categories option{
	white-space:break-spaces;
    font-size: 14px;
}

#multiple-group-categories{
	height: 6em;
}
#categories-to-be-moved{
	display: block;
    width: 100%;
    border: 1px solid red;
}
#categories-to-be-moved span{
	display:block;
	width:100%;
}	
  
.replay{

    position: absolute;
    top: 12px;
    left: 14px;
    box-sizing: border-box;
    cursor: pointer;
}

.already_played{

    background-color: #20ab20;
}

/* competition options */
/* Dropdown Button */
.options-dropdown .dropbtn {
  background-color: #e9ecef;
  color: #000;
  padding: 16px;
  font-size: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.options-dropdown .dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.options-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #e9ecaa;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.options-dropdown .dropdown-content a {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.options-dropdown .dropdown-content a:hover {background-color: #ec947c;}

/* Show the dropdown menu on hover */
.options-dropdown.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.options-dropdown.dropdown:hover .dropbtn {background-color: #e9ecef;}
/* competition options */

.container_competitions .list-group-item{

    border: none!important;
}

.info_div{

    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: 1rem;
    color: #ef1313;
}

.info_text{

    font-weight: bold;

}

.judges_div_comp{
	overflow-x:scroll;
	overflow-y:hidden;
}