@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    box-sizing: border-box;
    background-color: #f5f5f5;
    font-family: "Poppins", sans-serif;

}

.user-logo {
    max-width: 280px;
    object-fit: contain;
}

input,
select,
textarea {
    outline: none !important;
    box-shadow: none !important;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #ced4da !important;
}

.container {
    max-width: 90%;
}

.form-group {
    margin-bottom: 10px;
}

form label {
    font-size: 14px;
    color: #515050;
}

form hr {
    height: 4px !important;
}

form h6 {
    position: relative;
}

form h6::after {
    position: absolute;
    content: "";
    background-color: #2db956;
    height: 4px;
    width: 30px;
    left: 0;
    bottom: -6px;
}

.form-group label {
    text-transform: capitalize;
    margin-bottom: 8px;
}

.form-check-input,
.form-check-label {
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
}

.table {
    border: 1px solid #ced4da !important;
}

.table tr td,
.table tr th {
    vertical-align: middle;
    font-size: 14px;
    border-color: #ced4da !important;
    text-align: center;

}

.table tr td:first-child,
.table tr th:first-child {
    width: 150px;
    min-width: 150px;
    text-align: left;
}

.table tr td {
    color: #515050;
}

.table tr td input {
    text-align: center;
}

.citeis-list .form-check {
    margin-bottom: 21px;
}

.form-btn-group .btn {
    min-width: 100px;
    margin-right: 10px;
}

.form-btn-group .btn-light {
    background-color: #e5e5e5;
}

.citeis-list {
    margin-top: 30px;
}

.bg-light-gray {
    background-color: #e5e5e5;
}

.btn-assign {
    background-color: #2db956;
}

.upload-btn input {
    display: none;
}

.user-logo-preview label {
    cursor: pointer;
}

.user-logo-preview label img {
    height: 70px;
    max-width: 284px;
    object-fit: contain;
}

.img-thumbs {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 1.5rem 0;
    padding: 0.75rem;
}

.img-thumbs-hidden {
    display: none;
}

.wrapper-thumb {
    position: relative;
    display: inline-block;
    margin: 1rem 0;
    justify-content: space-around;
}

.img-preview-thumb {
    background: #fff;
    border: 1px solid none;
    border-radius: 0.25rem;
    border: 1px solid #d5d5d5;
    box-shadow: 0px 0px 6px 0px #00000036;
    margin-right: 1rem;
    max-width: 140px;
    padding: 0.25rem;
}

.remove-icon {
    right: -5px !important;
}

.remove-btn,
.remove-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    top: -5px;
    right: 10px;
    width: 20px;
    height: 20px;
    color: #fff;
    background: rgb(228, 2, 2);
    border-radius: 10px;
    font-weight: bold;
    cursor: pointer;
}

.remove-btn:hover {
    box-shadow: 0px 0px 3px grey;
    transition: all .3s ease-in-out;
}


/*-----------responsive----------*/
@media (min-width:1440px) {
    .container {
        max-width: 90%;
    }
}

@media (max-width:1024px) {
    .container {
        max-width: 95%;
    }
}

@media (max-width:991px) {

    .user-logo-preview {
        margin-bottom: 15px;
    }

    .search-box,
    .search-box .form-group {
        width: 100%;
    }

}

@media (max-width:675px) {
    .compnay-logo,
    .user-logo-preview {
        margin: 15px auto;
    }
}

@media (max-width:575px) {
    .user-logo-preview img,
    .compnay-logo img {
        width: 100%;
    }

    .user-logo-preview {
        margin: 0 auto 15px;
    }

    .img-thumbs {
        text-align: center;
    }

    .img-thumbs .img-preview-thumb {
        max-width: 120px;
    }

    .form-btn-group .btn {
        width: 40%;
        margin-bottom: 10px;
    }

    .table-responsive {
        margin-bottom: 15px;
    }

    .table tr td,
    .table tr th {
        min-width: 110px;
    }

    .citeis-list {
        margin-top: 10px;
    }

    .citeis-list .form-check {
        margin-bottom: 16px;
    }
}