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


:root {
    --primary: #44198F;
    --pink: #FC20A3;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    background: #f8f9fa;
}

a {
    text-decoration: none;
    color: #383838;
}

/* Bootstarp Overide */

.btn {
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

.btn-primary {
    background-color: #44198F;
    border-color: #44198F;
    font-size: 14px;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #280466 !important;
    border-color: #280466 !important;
}

.btn-primary:hover {
    background-color: #5d00ff;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    background-color: #280466 !important;
    border-color: #280466 !important;
}

.text-primary {
    color: #44198F !important;
}

.text-pink {
    color: var(--pink);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1170px;
    }
}

.mt-10 {
    margin-top: 6rem;
}

.mt-15 {
    margin-top: 9rem;
}

.bg-main {
    background-color: var(--primary);
}

.text-pink {
    color: var(--pink);
}

.page-item:first-child .page-link {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.page-item:last-child .page-link {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.active>.page-link,
.page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #5d00ff;
    border-color: #5d00ff;
}

.page-link {
    color: #000;
}

.popover-body {
    padding: 8px;
    background: #f7f7f7;
    border-radius: 8px;
}

/* login */

.master-login {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/master/login-bg.jpg') right center;
    background-size: 100%;
}

.viewpass {
    cursor: pointer;
}

/* Left panel */

.left-panel {
    height: 100vh;
    background: #fff;
}

.site-pages {
    min-height: 600px;
}

.admin-img {
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #ccc;
    overflow: hidden;
    display: inline-block;
}

.admin-img img {
    max-width: 100%;
    height: auto;
}

.left-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.left-menu ul li a {
    border-bottom: 1px solid #dee2e6;
    display: block;
    padding: 10px;
    transition: 0.2s ease all;
}

.left-menu ul li a:hover {
    background: #44198F;
    color: #fff;
    border-bottom: 1px solid #7d31ff;
}

.query-box {
    height: 500px;
    overflow-y: scroll;
}

.query-msg-box {
    margin-bottom: 30px;
}

.query-msg-inner {
    max-height: 150px;
    overflow: hidden;
    transition: 0.2s ease all;
}

.query-msg-inner-expend {
    max-height: 300px;
    overflow-y: scroll;
}

.query-msg-inner p {
    font-size: 14px;
}

.query-msg-details p {
    font-size: 12px;
}

.query-msg-inner-expend {
    max-height: 300px;
    overflow-y: scroll;
}

.expend-box {
    bottom: 37px;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 12px;
}

.expend-box-left {
    left: 18px;
}

.expend-box-right {
    right: 18px;
}

.multi-file-preview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.multi-file-preview .prev-box {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #efefef;
    cursor: pointer;
    background: url('../images/126477.png') no-repeat center;
    background-size: 50px;
    overflow: hidden;
    padding: 12px;
}

.multi-file-preview .prev-box-add {
    background: url('../images/32339.png') no-repeat center;
    background-size: 50px;
}

.multi-file-preview .prev-box-active {
    background: #fff;
    background-size: 50px;
}

.multi-file-preview .prev-box input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.multi-file-preview .prev-box img {
    max-width: 100%;
    height: 100%;
}

.quote-files {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.quote-files a {
    display: block;
    padding: 5px;
    border: 1px solid #efefef;
    height: 50px;
    width: 50px;
}

.quote-files img {
    max-width: 100%;
}

.policy_documents a, .policy_documents div {
    display: flex;
    padding: 5px;
    border: 1px solid #efefef;
    height: 100px;
    width: 100px;
    text-align: center;
    border-radius: 10px;
    position: relative;
}

.delete-policy-doc {
    position: absolute;
    right: 0;
    background: #fff;
    cursor: pointer;
}
