﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}


html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem #000000;
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}




body {
    margin-bottom: 60px;
    font-family: 'Montserrat';
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.ms-Button {
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
}

    .ms-Button.ms-Button--success {
        background-color: #038C0C;
        border-color: #038C0C
    }

        .ms-Button.ms-Button--success .ms-Button-label {
            color: #fff
        }

        .ms-Button.ms-Button--success:hover {
            background-color: #027313;
            border-color: #027313
        }

        .ms-Button.ms-Button--success:focus {
            background-color: #027313;
            border-color: #025920
        }

        .ms-Button.ms-Button--success:active {
            background-color: #038C0C;
            border-color: #038C0C
        }

        .ms-Button.ms-Button--success.is-disabled,
        .ms-Button.ms-Button--success:disabled {
            background-color: #f4f4f4;
            border-color: #f4f4f4
        }

            .ms-Button.ms-Button--success.is-disabled .ms-Button-label, .ms-Button.ms-Button--success:disabled .ms-Button-label {
                color: #a6a6a6
            }



    .ms-Button.ms-Button--danger {
        background-color: #F73E44;
        border-color: #F73E44
    }

        .ms-Button.ms-Button--danger .ms-Button-label {
            color: #fff
        }

        .ms-Button.ms-Button--danger:hover {
            background-color: #D13438;
            border-color: #D13438
        }

        .ms-Button.ms-Button--danger:focus {
            background-color: #DE373D;
            border-color: #DE373D
        }

        .ms-Button.ms-Button--danger:active {
            background-color: #F73E44;
            border-color: #F73E44
        }

        .ms-Button.ms-Button--danger.is-disabled,
        .ms-Button.ms-Button--danger:disabled {
            background-color: #f4f4f4;
            border-color: #f4f4f4
        }

            .ms-Button.ms-Button--danger.is-disabled .ms-Button-label, .ms-Button.ms-Button--danger:disabled .ms-Button-label {
                color: #a6a6a6
            }

.ms-Dropdown .ms-Label {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: initial;
}
/*Fluent Table START*/
/*Author: Mahmudul Hasan*/
/*URL: https://mahmudx.com/ */
table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #d2d0ce;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #f3f2f1;
}

th {
    background-color: #0078d4;
    color: #faf9f8;
    cursor: pointer
}
/*Fluent Table END*/
/*Icon Input START*/

.icon-input-box {
    display: -ms-flexbox;
    display: flex;
    -moz-align-content: center;
    -o-align-content: center;
    -webkit-align-content: center;
    align-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}

.icon-input-box-icon {
    background: #0078d7;
    color: #fff;
    text-align: center;
    font-size: 20px;
    height: 32px;
    width: 32px;
    margin-left: auto;
    margin-right: auto;
}
/*Icon Input END*/

.frost-grad {
    background: #000428;
    background: -webkit-linear-gradient(to right, #004e92, #000428);
    background: linear-gradient(to right, #004e92, #000428);
}

.sc-grad {
    background: #fe8c00;
    background: -webkit-linear-gradient(to right, #f83600, #fe8c00);
    background: linear-gradient(to right, #f83600, #fe8c00);
}

.dash-card {
    font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    padding: 1rem;
    height: 100px;
    min-width: 200px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px #c5c5c5, -5px -5px 10px #fbfbfb;
}

.float-anim:hover {
    animation-name: float-anim;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}



@keyframes float-anim {
    from {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }


    50% {
        -ms-transform: translate(0, 2px);
        -webkit-transform: translate(0, 2px);
        transform: translate(0, 2px);
    }

    to {
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.memo-search {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px !important;
    outline: transparent;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    border-bottom: 2px solid slateblue;
    padding: 2px 1rem;
    width: 100%;
}

.profile-nav {
    background-image: linear-gradient(135deg, #280136 0, #11023f 100%);
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
}

    .profile-nav p {
        margin: 0 !important;
    }

.resizer {
    /* Displayed at the right side of column */
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    cursor: col-resize;
    user-select: none;
}

    .resizer:hover,
    .resizing {
        border-right: 2px solid blue;
    }

.pagination > li {
    padding: .5rem;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    margin: 1px;
    font-weight: bold
}

    .pagination > li.active {
        color: #fff !important;
        background-color: #0078d4 !important;
    }
