

/* Variables  */
:root {
    --blue-color: #244e74;
    --blue-color__opacity: #244f742b;
    --red-color: #8e1536;
    --selection-color : #2f6da39d;
}

.tabs_media__mobile{
    display: none;
}
.img_counting{

    justify-content: space-between;
    margin: auto;
}
.img_counting label{
    cursor: pointer;
    display: inline-block;
    width: max-content;
    padding: 0px 20px;
    background-color: var(--blue-color__opacity);
    color: var(--blue-color);
    border-radius: 25px;
    border: 2px solid transparent;

}

.img_counting input[type="radio"]:checked + label{
    border: 2px solid var(--blue-color);
}

.mt-4px{
    margin-top: 4px;
}

.countable{
    width: 30px;
    height: 30px;
    border: 2px solid #8e1536;
    border-radius: 50%;
    margin-left: 10px;
    line-height: 25px;
    font-size: 1rem;
    color: #ffffff;
    background: #8e1536;
    text-align: center;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle{
    color: #fff !important;
    background-color: #014c73c9 !important;
    border-color: #014c73c9 !important;
}


.label-info {
    background-color: var(--blue-color) !important;
}

.checkbox_item{
    cursor: pointer;
    position: absolute !important;
}
.checkbox_item_media{
    cursor: pointer;
    opacity: 1;
    position: absolute !important;
    left: 0px;
    top: 0px;
    z-index: 20;
}

.btn__customized{
    color: #fff !important;
    padding: 0.3rem 0.8rem !important;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-radius: .2rem;
    font-family: Poppins, sans-serif;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #13538b !important;
    border-color: #13538b !important;
    box-shadow: 0 0 0 0.2rem #244e74a8 !important;
}
.dropdown-item__media{
    display: flex !important;
    /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 30%) !important; */
    /* background-color: #244e74 !important; */
    color: #244e74 ;
    border-radius: 10px !important;
}
.dropdown-menu__media{
    padding: 10px !important;
}

.settings{
    width: 100%;
    background-color: #0e2c3c;
    height: 50px;
    display: flex;
    visibility: hidden;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 2rem;

}
.settings .right_side{
    color: white;
}
.settings .left_side{
    color: white;
    display: flex;
    justify-content: space-between;
    width: 100px;
}

.checkbox-custom, .checkbox-custom-label__setting, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    cursor: pointer;
    color: white;
}
.checkbox-custom:checked + .checkbox-custom-label__setting:before {
    background: var(--blue-color);
    border-radius: 2px;
    box-shadow: inset 0 0 0 4px #fff;
}
.checkbox-custom + .checkbox-custom-label__setting:before {
    content: '';
    background: #fff;
    border: 2px solid white;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;

}

.icon_white{
    color: white;
}
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
    width: 100% !important;
}



@media  only screen and (max-width: 724px){

    .nav-link{
        padding: .5rem 0.1rem;
    }
    



    
}
@media (min-width: 300px){
    .d-mobile{
        display: inline-block;
    }
    .modal_move_collection {
        max-width: 60% !important;
        margin:  auto;
    }
    .modal_many_media {
        max-width: 90% !important;
        margin:  auto;
    }
    .w-sm-100{
        width: 100% !important;
    }
    .item_image_urip .image_urip_caption, .item_image_urip .urip_link.download, .item_image_urip .image_urip_caption, .item_image_urip .checkbox_item_media, .item_image_urip .urip_link.download {
        opacity: 1;
        z-index: 0;
    }
}
@media (min-width: 992px){
    .w-lg-50{
        width: 50% !important;
    }
    .d-mobile{
        display: none;
    }


}

/* Profile part design  */


p.account_tabs_title{
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    color: #244e74;
    text-transform: uppercase;
}

p.account_tabs_title::after{
    content: '';
    position: absolute;
    left: 0px;
    bottom: -5px;
    width: 74px;
    height: 2px;
    background: var(--blue-color);
}
.delete_account{
    width: 59px;
    height: 57px;
    background: var(--red-color);
    border-radius: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: width .5s;
    overflow: hidden;
    cursor: pointer;
}
.delete_account:hover{
    width: 230px;
}

.delete_account .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 47px;
    height: 47px;
    border-radius: 50%;
    margin-left: 6px;
}
.delete_account .icon .fas{
    transform: scale(1.5);
}
.delete_account p{
    min-width: max-content;
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    /* identical to box height */
    margin-right: 20px;
    margin-left: 5px;

    color: white;
}

.d-flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.link_package{
    color: #048cd5;
    transition: transform .2s;
    display: inline-block;
}
.link_package:hover{
    transform: scale(1.1);
    color: #0373af;
}

/* Selection text  */

  
.link_package::after {
    content: "";
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: transparent;
}


*::selection {
    background: var(--selection-color);
    color: white
}

/* Collaborators design */
.collabortors{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.collabortors .item{
    width: 40px;
    height: 40px;
    background-color: var(--blue-color__opacity);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1rem;
}
.item_collaborator{
    width: 40px;
    height: 40px;
    background-color: var(--blue-color__opacity);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1rem;
}
.collabortors .item:not(:first-child){
    margin-inline-start: -20px;
}

.checked_collection:checked + label{
    background: #244e7442;
    padding: 10px;
}   
.checked_collection + label {
    padding: 10px;
    cursor: pointer;
}

.item_grade{
    padding: 1px;
    /* border-radius: 8px; */
    border-bottom: 3px solid #b1c0cd;
    font-weight: bold;
    /* float: right; */
    display: inline-block;
    /* margin: auto; */
}
.bg-gray{
    background-color: #f4f5f7;
}
.user_connected{
    position: relative;
    top: 70%;
    transform: translateY(-50%);
}
.user_connected > div > img{

    width: 60px;
    height: 60px;
}

/* Extra small screen  */
@media (min-width: 300px){
    .justify-content-xs-center {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
}

/* Right side bar  */
.rightSiderbar_link{
    font-size: 1.1rem;
    position: relative;
}
.rightSiderbar_link::before{
    content: "";
    position: absolute;
    top: 25px;
    width: 0%;
    height: 2px;
    background-color: #244e74;
    transition: width 0.5s;
}



.positionTop-15{
    top: 15px;
}

.img-cover-collection{
    min-width: 100%;
    min-height: 250px;
    max-height: 250px;
    max-width: 100%;
}

.plus_icon_modal{
    transform: scale(4);
    margin-bottom: 50px;
    margin-top: 20px;
}


.img-fluid_collection_sugg{
    width: 100%;
    height: 100%;
}

.social_reacted:hover, .social_reacted:focus{
    cursor: pointer;
    color: var(--blue-color);
    font-weight: bold;
}
.active_reacted{
    color: #283150 !important;
    font-weight: bold;
}
/* Css added in django project
 */
.post-featured-img{
    height: max-content;
}
/*.post-featured-img a {
    height: 100%;
}*/
.post-featured-img a img {
    max-height: fit-content;
}
.select_input_design{
    border: 3px solid var(--blue-color);
}
.download_btn{
    background-color: #409e73 !important;
}
#down_sizes{
    transform: rotate(0deg);
    transition: transform .5s;
}
#up_sizes{
    transition: transform .5s;
}
.size_body_content {
    height: 400px;
    transition: all .5s;
}





.urip_link__customized{
        /* height: 42px; */
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 45px;
        background: rgba(255, 255, 255, .4);
        border-radius: 2px;
        /* font-size: 17px; */
        color: #fff;
        transition: all ease .4s;
}
.post-featured-img{
    position: relative;
}
.post-featured-img:hover > .open_lightbox{

    visibility: visible;
}
.open_lightbox{
    color: white;
    background-color: rgba(0, 0, 0, 0.3);

    position: absolute;
    top: 50%;
    left: 50%;
    visibility: hidden;
    transform: translate(-50%);
    transition: visibility .5s;
    width: 50px;
    height: 50px;
    padding: 20px;
}

.blox_follow_btn > a:hover{
    background: #014c73;
    color: white;
    transition: all .5s;
}
.avatar{
    width: 50px;
    height: 50px;
}

.confirmation_block{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 60%;
}
.confirmation_block > i{
    background: #28c073;
    color: white;
    padding: 10px;
    border-radius: 50%;
}
.blue-back{
    background-color: var(--blue-color) !important;
}
.custom-radio .custom-control-label__customized::before{
    border-radius: 0% !important;
}


.aligned { text-align: left }
body[dir="rtl"] .aligned { text-align: right }


 .dropdown_collection_actions{
    position: absolute;
    right: 2px;
    bottom: 10px;
    z-index: 21;
}

 .show_icon_poistion{
     right: 30px !important;
 }

 .show_icon_poistion + span{
     right: 65px !important;
 }

 .dropdown_actions_collection > span{
    color: white;
    font-size: 12px;
    font-family: "Times New Roman", Times, serif;
    position: absolute;
    top: calc(100% - 15px);
    right: 7px;
 }
 .dropdown_actions_collection::after{
     margin-left: 0px !important;
 }

 .dropdown_actions_collection {
    z-index: 5;
    background: transparent;
    position: relative;
    width: 50px;
    height: 44px;
 }
 .dropdown_actions_collection::after {
    display: inline-block;
    margin-left: .5em;
    vertical-align: .255em;
    content: "";
    border-top: .6em solid white;
    border-right: .6em solid transparent;
    border-bottom: 0;
    border-left: .6em solid transparent;
    position: absolute;
    right: 34%;
    bottom: 53%;
}

 .setOpacity{
     opacity: 1 !important;
 }