﻿
/*ACCOUNT fORM Start CSS*/
.rotate {
    transform: rotate(180deg);
}

.accordion-item:last-child .accordion-button::after {
    display: none;
}

.accordion-item:nth-child(1) .accordion-button::after,
.accordion-item:nth-child(2) .accordion-button::after {
    display: none;
}

i {
    float: right;
}

.custom-bg-color {
    background-color: #E6F2FF !important;
   
}

.toggle-color:hover {
    background-color: #E6F2FF !important;
}

    #photoDropzone {
        border: 2px dashed #0087F7;
        border-radius: 5px;
        background: white;
        padding: 20px;
        text-align: center;
        cursor: pointer;
        height:180px;
    }

.custom-file-input {
    visibility: hidden;
    position: absolute;
}

.thumbnail-container {
    position: relative;
    display: inline-block;
}

    .thumbnail-container:hover .close-icon {
        display: block;
    }

.close-icon {
    display: none;
    position: absolute;
    top: -1px;
    right: 1px;
    background-color: Black;
    border-radius: 80%;
    cursor: pointer;
    padding: 5px;
}

    .close-icon:hover {
        background-color: Black;
        border-radius: 50%;
    }

.input-drop::-webkit-inner-spin-button,
.input-drop::-webkit-outer-spin-button {
    display: none;
}


/*@media (max-width: 800px) {
    .row.align-items-center > [class*="col-"] {
        flex: 0 0 100%; 
    }
}*/
@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 30%;
    }
}
@media (max-width: 800px) {
   /* .row.align-items-center > [class*="col-"] {
        flex: 0 0 100%;
    }*/

    .col-md {
        flex: 0 0 100%; 
    }

    .form-control {
        width: 100%; 
    }
}
@media (max-width: 991px) { 
    .col-12 {
        width: 100% !important; 
    }
   /* .col-md-6 {
        width: 100% !important;
    }*/
}

@media (min-width: 992px) and (max-width:1400px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 30% !important;
    }
}



@media (min-width: 989px) and (max-width: 1399px) {
  /*  .col-md-6 {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }*/
    .col-res {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}




/*@media (min-width: 990px) and (max-width: 1399px) {
    .align{
        margin-left : -71px !important;
    }
}

@media (min-width: 1400px) {
    .col-lg-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 800px) and (max-width: 990px) {
    .alignment {
        margin-left: -46px !important;
    }
}*/




/*ACCOUNT FORM END CSS*/