.swal2-container{z-index: 999999 !important;}

.hot-card-wrap{
    width: 380px;
    margin: 0 auto;
    padding: 0;
}
#board-hot {
    width: 100%;
    /*height: 550px;*/
    height: calc(100% - 100px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}
#board-hot.board-with-info{height: calc(100% - 100px);}

.undo-button{
    position: absolute;
    top: 53px;
    left: 5px;
    z-index: 10;
    display: block;
    font-weight: bold;
    line-height: 17px;
    border-radius: 5px;
    padding: 5px;
    background: #487ac1;
    color: #fff;
    text-shadow: none;
    text-align: center;
}
.undo-button:focus, .undo-button:active, .undo-button:hover{color: #fff; text-decoration: none;}

.search-hot-box{
    display: flex;
    justify-content: space-between;
}
.hot-over{
    background: #99c3ff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
}
/*.dot-loading{
    z-index: 100;
    top: 45%;
    display: block;
}*/
.vc-hot{
    position: absolute;
    top: 10px;
    right: 10px;
}
.vc-hot.vc-hot-admin{top: 50px;}
.hot-card {
    width: 380px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    /*border-radius: 1%;*/
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%) translateY(-50%) scale(0.95);
    background-color: white;
    background-size: cover;
    background-position: center center;
}
.hot-card .hot-actions{
    position: absolute;
    z-index:9999;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #001b3e;
}
.hot-card .hot-actions-transparent{
    /*background-image: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);*/
    background-image: linear-gradient(to top, rgb(0, 27, 62, 1) 10%, rgba(0, 0, 0, 0) 100%);
    max-height: 21%;
    padding-bottom: 7px;
    position: absolute;
    bottom: 55px;
    width: 100%;
}
.hot-card .action-label{
    position: absolute;
    top: 10%;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    border-radius: 5px;
    transform: rotate(25deg);
}
.hot-card .nope-label{
    right: 10%;
    color: #d75f5f;
    border: 5px solid #d75f5f;
}
.hot-card .action-label{display: none;}
.hot-card .like-label{
    left: 10%;
    color: #6cb16c;
    border: 5px solid #6cb16c;
    transform: rotate(-25deg);
}
.hot-card .nope-label.nope-active{
    background-color: #e37253;
    border-radius: 50%;
}
.hot-card .nope-label.like-active{
    background-color: #1df1e7;
    border-radius: 50%;
}

.hot-filters{
    width: 320px;
    margin: 0 auto;
    margin-top: -15px;
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.hot-filters select[name="gender"]{
    width: 130px;
    height: 35px;
    padding: 0 5px;
    background-color: #ddd;
}

.hot-actions-transparent .badge-secondary{
    background-color: rgb(0 0 0 / 50%);
}
.hot-actions-transparent .creator-name{
    color: #fff;
    font-weight: bold;
    font-size: 21px;
    text-decoration: underline;
}
.hot-actions-transparent .creator-story{
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hot-actions-transparent .creator-name:hover, #open-hot-image-form:hover{text-decoration: none;}

.hot-not-exist{
    max-width: 450px;
    margin: 0 auto;
}

/*Upload form css*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
    display: none;
}
/*.overlay:target {*/
.overlay-opened {
    visibility: visible;
    opacity: 1;
    display: block;
}

.popup {
    margin: 70px auto;
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    max-width: 570px;
    min-width: 320px;
    position: relative;
    transition: all 5s ease-in-out;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
    position: absolute;
    top: -5px;
    right: 10px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}

#hot-images-container{max-width: 700px;}
#hotSettingsModal #hot-images-container{width: 100%;}

#hotSettingsModal .hot-form-wrap{padding: 0; display: none;}

#hotSettingsModal form.hot-form-settings:last-child{margin-right: 0 !important;}

#hotSettingsModal .hot-file-upload{
    margin-top: 30px !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 320px;
}
.hot-file-upload:hover{cursor: pointer;}

.hot-form-up-wrap{
    border: 1px solid #487ac1;
    border-radius: 5px;
}

.fs-14{font-size: 14px !important;}

.hot-file-upload form{
    width: 150px;
    height: 200px;
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
}
#hotSettingsModal .hot-file-upload form{
    width: 130px;
    height: 150px;
}
.hot-file-upload textarea, #tipHotMsg textarea{
    border: 1px solid #ddd;
    padding: 5px;
    width: 100%;
    display: block;
    font-size: 15px;
}
.hot-file-upload input{
    position: absolute;
    font-size: 14px;
    height: 100%;
    width: 100%;
}
.hot-file-upload i{
    font-size: 50px;
    color: #487ac1;
}
#hotSettingsModal .hot-file-upload i{font-size: 30px;}
#hotSettingsModal i.remove-upload-img {
    position: absolute;
    top: -7px;
    right: -10px;
    font-size: 18px;
    z-index: 10;
    color: #fff;
    background-color: #f74242;
    border-radius: 5px;
    padding: 5px;
}

#hot-form-settings-wrap{display: none;}
#open-hot-image-form.open-image-icon{
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -moz-transform: rotate(45deg);   /* Firefox */
    -ms-transform: rotate(45deg);   /* IE 9 */
    -o-transform: rotate(45deg);   /* Opera */
    transform: rotate(45deg);
}
/*End Upload form css*/

.hot-card .admin-settings{
    font-size: 12px;
    padding: 0 5px;
    right: 0;
    top: 15px;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    flex-direction: row-reverse;
}
.hot-card .admin-settings a{border: 0;}

/*.update-hot-info{
    display: flex;
    align-items: center;
}*/
.images-switch-wrap{
    display: flex;
    align-items: center;
    top: 5px;
    width: 100%;
    justify-content: space-around;
    position: absolute;
    padding: 0 5px;
}
.images-switch-wrap span{
    display: inline-block;
    height: 5px;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 5px;
}
.images-switch-wrap span.hot-img-active{
    background-color: #487ac1;
}
.images-switch-wrap span:hover{cursor: pointer;}
.images-switch-wrap span:last-child{margin-right: 0;}
.save-hot-info{
    padding: 5px 10px;
    border-radius: 10px;
}
.filter-actions a:hover, .filter-actions a:focus{text-decoration: none;}
.hot-nav{
    margin: 0;
    padding: 0;
    height: 85%;
    width: 100%;
    position: absolute;
    display: flex;
}
.hot-nav li{
    width: 50%;
    height: 100%;
}
.hot-filters .dropdown-toggle::after{content: '';}
.top-info{
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.top-info span{font-size: 14px;}

.reload-action{width: 40px; margin-left: -10px;}
.reload-action img{width: 100%;}

#tipHotMsg textarea{
    height: 115px;
    border-radius:5px;
    border-color: #487ac1;
}
#tipHotMsg h6{color: #505050;}

.mobile-wrap-hot{
    display: none;
    justify-content: space-between;
    align-items: center;
}
.mobile-wrap-hot img.filter-hot{
    width: 40px;
}

.female-hot-box{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.female-hot-box li{
    width: 80px;
    padding: 5px;
    color: #fff;
    background-color: #ccc;
    border-radius: 5px;
    margin-right: 15px;
    text-align: center;
}
.female-hot-box li:last-child{margin-right:0;}
.female-hot-box li.active-hot{background-color: #819eef;}
#hotFilterModal .modal-dialog {min-height: calc(100% - 140px);}
#hotFilterModal .modal-content{
    background-color: transparent;
    border: 0;
}
.nothing-box img{max-height: 350px;}
.be-hot-wrap{
    width: 130px;
    margin: 0 auto;
}
#beHotCreator h6{
    font-weight: 400 !important;
    text-align: center;
    font-style: italic;
}

.modal .modal-close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    z-index: 10;
}

#countryFilter {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
#countryFilter::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
}
.country-hot-box {
    width: 270px;
    margin: 0 auto;
}
.country-hot-box #countryFilter{width: 100%;}
.country-hot-box #countryFilter .dropdown-item img{
    margin-top: -2px;
}
.country-hot-box #countryFilter .dropdown-item.active,
.country-hot-box #countryFilter .dropdown-item:hover{
    background-color: #c0d8f9!important;
    color: #000;
}
.country-hot-box #dropdownMenuButtonFilter {
    position: relative;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 18px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#countryFilter.dropdownMenuButtonFilter a.dropdown-item {
    font-size: 18px;
}
#dropdownMenuButtonFilter.dropdown-toggle::after{
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 18px;
}

@media (max-width: 991px){
    .undo-button{top: 67px;}
    /*nav.navbar{display: none !important;}*/
    .hot-filters{margin-top: 7px;}

    #board-hot{margin-top: 52px;}
    #board-hot.board-with-info{height: calc(100% - 130px);}

    .desktop-wrap-hot{display: none;}
    .mobile-wrap-hot{display: flex;}
}
@media (max-width: 768px){
    .hot-card-wrap, .hot-card{width: 100%;}
    .hot-not-exist{
        max-width:650px;
    }
}
@media (max-width: 608px){
    .hot-not-exist{font-size: 14px;}
}
@media (max-width: 430px){
    #board-hot.board-with-info{height: calc(100% - 150px);}
}
@media (max-width: 475px){
    .hot-card-wrap{padding: 0 !important;}
}
@media (max-width: 372px){
    #searchCreatorNavbar{width: 140px !important;}
}
@media (max-width: 372px){
    #searchCreatorNavbar{
        width: 130px !important;
        padding: 12px 10px !important;
    }
}
@media (max-width: 337px){
    .mobile-wrap-hot img{
        width: 30px !important;
    }
}
@media (max-width: 325px){
    .hot-not-exist, .hot-filters{padding: 0 5px;}
    .mobile-wrap-hot #open-hot-image-frm img{width: 24px !important;}
}