.form-control.border-rad{
    border-radius: 27px;
    border-right: none !important;
    border: 2px solid #0273C5;
}

section.user-property .user-image{
    max-width: 140px;
    max-height: 140px;
    width: 100%;
}

/* DROPDOWN BLACK */

div.black-dropdown > div.cus-select-selected{
    color: black !important;
    border: 2px solid black !important;
    border-radius: 25px 25px 25px 25px;
}

div.black-dropdown > div.cus-select-selected-2{
    border: 2px solid black !important;
    border-bottom-style: none !important;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

div.black-dropdown > .cus-select-selected::after{
    color: black;
}

div.black-dropdown > .cus-select-items {
    border: 2px solid black;
}

div.black-dropdown > .cus-same-as-selected {
    color: black !important;
}

div.black-dropdown > .cus-select-items div,
div.black-dropdown > .cus-select-selected {
    color: black;

}

div.black-dropdown > .cus-select-items div.hov:hover,
div.black-dropdown > .cus-same-as-selected {
    border-radius: 25px;
    color: black !important;
}

.cus-select-items div.nonhov{
    cursor: context-menu;
}

/* DROPDOWN GRAD */

div.bg-grad > .custom-select-2 {
    position: absolute;
    font-family: Roboto;
}

div.bg-grad > div.cus-select-selected{
    border-radius: 25px;
}

div.bg-grad > div.cus-select-selected-2{
    border: none;
    border-radius: 25px;
}

div.bg-grad > .cus-select-items{
    position: absolute;
    max-height: 10rem;
    border-radius: 0px !important;
    overflow: visible;
}

div.bg-grad > .cus-select-selected::after{
    content: "\f054";
    border-color: transparent;
    color: black;
}

div.bg-grad > .cus-select-selected.cus-select-arrow-active::after {
    border-color: transparent;
    content: "\f078";
}

div.bg-grad > .cus-select-items,
div.bg-grad > .cus-select-items div.hov{
    border: none;
    border-color: transparent ;
    border-radius: 25px;
    z-index: 100;
}

div.bg-grad > .cus-select-items div.hov{
    margin: 10px 0px 0px 0px ;
}

div.bg-grad > .cus-same-as-selected {
    border-radius: 25px;
    /* background-color: rgba(0, 0, 0, 0.1); */
    color: black !important;
}

div.bg-grad > .cus-select-items div,
div.bg-grad > .cus-select-selected {
    background-image: linear-gradient(90deg, #0065F2 -0.07%, #32C8C8 100.04%);
    color: white;
    padding: 2px 10px
}

div.bg-grad > .cus-select-items div.nonhov{
    cursor: context-menu;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    margin: 10px 0;
}

div.card > div.card-body > div.form-group >.form-control{
    background-color: #F0F0F1;
    border-radius: 10px;
}

.btn-mini-s{
    color: white;
    background-color: #6236DE;
}

.btn-sales{
    border-radius: 10px;
    padding: 0.16rem 2rem;
}
div.card-columns{
    column-count: 4;
}

.slider-for > div > img{
    width: 100%;
}

.cusy-images{
    object-fit: contain;
    background: rgba(0,0,0,0.2);
    width: 100%;
    width: 16.875rem;
    height: 11.25rem;
}
.cusy-image{
    object-fit: contain;
    background: rgba(0,0,0,0.2);
    width: 870px;
    height: 580px;
}

.btn-p{
    padding: 2px 2px;
    margin: 0 0;
}
a.btn.btn-p:hover{
    color: black;
}
a.btn:hover{
    color: white;
}

.search ::placeholder{
    color: white;
    opacity: 1;
}

.search .cus-select-selected{
    color: white !important;
}
.btn-message, .btn-message:hover{
    background-color: #0065F2;
    border-radius: 25px;
    padding: 10px 20px;
    color: white;
}

.btn.nohover{
    background-color: #007bff;
    border-color: #007bff;
}

.btn.nohover:hover{
    cursor: default!important;
}

.arrow {
    position: relative;
    background-color: transparent;
    border: none;
    outline: none !important;
}

@media (max-width:480px)  { /* smartphones, iPhone, portrait 480x320 phones */
    div.card-columns{
        column-count: 1;
    }
    .font-anot{
        text-align: center !important;
        margin-bottom: 0%;
    }
    .hide{
        display: none;
    }
    .cusy-image{
        height: auto;
    }
}
@media (min-width:481px) and (max-width:640px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    div.card-columns{
        column-count: 1;
    }
    .hide{
        display: none;
    }
    .cusy-image{
        object-fit: contain;
        background: rgba(0,0,0,0.2);
        width: 870px;
        height: auto;
    }

}

@media (min-width:641px) and (max-width:991px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .cusy-images{
        object-fit: contain;
        background: rgba(0,0,0,0.2);
        /* width: 150px !important; 270px */
        /* height: 90px; 180px */
    }
    div.card-columns{
        column-count: 2;
    }
    .hide{
        display: none;
    }
}

@media (max-width:568px){
    .container-fluid{
        background-color: white;
    }
}

