body
{
    font-family: "Lato", sans-serif;
    background-color: #F0F2F5;
    margin: 55px 0 0 0;
    overflow: hidden;
}

a:link
{
    color: #007CFE;
    text-decoration: none;
}

a:visited
{
    color: #007CFE;
    text-decoration: none;
}

*
{
    box-sizing: border-box;
}

/* Main Scrollbar Starts */

::-webkit-scrollbar
{
    width: 10px;
}

::-webkit-scrollbar-track
{
    background: #f1f1f1;
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb
{
    background: #888888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover
{
    background: #555555;
}

/* Main Scrollbar Ends */


/* Row Starts */

row
{
    width: 100%;
    margin: 20px 0;
    overflow: hidden;
    display: block;
}

row::after
{
    content: "";
    clear: both;
    display: table;
}

.row-no-gap
{
    margin: -22.5px 0;
}

.row-clear
{
    content: "";
    clear: both;
    display: table;
}

[class*="col-"]
{
    float: left;
    padding: 10px;
    display: block;
    overflow: hidden;
}

[class*="col-"] img
{
    max-width: 100%;
}

/* For mobile phones: */
[class*="col-"]
{
    width: 100%;
    display: block;
}

/* For tablets: */
@media only screen and (min-width: 600px)
{
    [class*="col-"]
    {
        display: inline-block;
    }

    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}

/* For desktop: */
@media only screen and (min-width: 768px)
{
    [class*="col-"]
    {
        display: inline-block;
    }

    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

.container::after
{
    content: "";
    clear: both;
    display: table;
}

@media only screen and (min-width: 768px)
{
    /* For desktop: */
    .half
    {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 50%;
    }
}

/* Row Ends */


/* Visibility Starts */

/* For mobile phones: */
@media only screen and (max-width: 600px)
{
    .mobile
    {
        display: block !important;
    }

    .no-mobile
    {
        display: none !important;
    }
}

/* For tablets: */
@media only screen and (min-width: 600px)
{
    .tab
    {
        display: block !important;
    }

    .no-tab
    {
        display: none !important;
    }
}

/* For desktop: */
@media only screen and (min-width: 768px)
{
    .desktop
    {
        display: block !important;
    }

    .no-desktop
    {
        display: none !important;
    }
}

/* Visibility Starts */


/* Header Starts */

header
{
    color: #808080;
    height: 50px;
    width: 100%;
    margin-top: 0;
    margin-bottom: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    padding: 0 5px 0 5px;
    display: block;
    background-color: #ffffff;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 11;
}

header div
{
    color: #808080;
}

header *
{
    float: left;
    color: #f2f2f2;
    text-align: center;
    margin: 0;
    padding: 14px 16px;
    text-decoration: none;
    border: 1px solid #ffffff;
    z-index: 11;
}

header div
{
    margin: -1px;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    float: left;
}

#logo
{
    padding: 0 5px !important;
}

#logo > img
{
    display: inline-block;
    padding: 0 !important;
    margin: 8px 0 0 3px !important;
}

header div a span
{
    font-size: x-large;
    font-weight: bolder;
    display: inline-block;
    color: #007CFE;
    text-align: center;
    margin: -20px 0 0 -15px;
    padding: 15px 0;
}

header #nav
{
    overflow: hidden;
    display: inline-block;
}

header #nav div a
{
    color: #007CFE;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
    display: inline-block;
}

header #nav div a:hover
{
    background-color: #DDDDDD;
    color: black;
    border-bottom: 3px solid #55595C;
}

header #nav div .active
{
    background-color: #E0ECFD;
    color: #007CFE;
    border-bottom: 3px solid #007CFE;
}

/* Header Nav Dropdown Starts */


/* Header Nav Dropdown Ends */


/* Header Nav Dropdown Starts */

#dropbtn
{
    display: inline-block;
    color: #007CFE;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#dropdown:hover #dropbtn
{
    color: #ffffff;
    background-color: #007CFE;
}

#dropdown
{
    display: inline-block;
}

#dropdown-content
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
}

#dropdown-content a
{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#dropdown-content a:hover
{
    color: #007CFE;
    background-color: #ffffff;
}

#dropdown:hover #dropdown-content
{
    display: block;
}

/* Header Nav Dropdown Ends */


/* Loader Starts */

#loaderSmall
{
    height: 60px;
    width: 100%;
    background: #ffffff;
    text-align: center;
    border: 0;
    margin: 0;
    padding: 10px;
    overflow: hidden;
}

.loaderSmall
{
    text-align: center;
    display: block;
    position: static;
    overflow: hidden;
}

.loaderSmall svg
{
    display: block;
    position: relative;
    left: calc(50% - 25px);
    margin: 0;
    height: 50px;
    width: 50px;
    overflow: hidden;
}

.loader
{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 12;
    background: #FFFFFF;
    border: 0;
    margin: -45px 0 0 0 !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.loader:before
{
    content: '';
    display: block;
    padding-top: 100%;
    clear: both;
}

.loader:after
{
    content: '';
    display: block;
    padding-top: 100%;
    clear: both;
}

.loader-position
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.circle-container
{
    height: 100px;
    width: 100px;
}

.circular
{
    animation: rotate 2s linear infinite;
    transform-origin: center center;
}

.circular-size
{
    height: 100px;
    width: 100px;
}

.path
{
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@keyframes rotate
{
    100%
    {
        transform: rotate(360deg);
    }
}

@keyframes dash
{
    0%
    {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50%
    {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100%
    {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes color
{
    100%,
    0%
    {
        stroke: #d62d20;
    }

    40%
    {
        stroke: #0057e7;
    }

    66%
    {
        stroke: #008744;
    }

    80%, 90%
    {
        stroke: #ffa700;
    }
}

.showbox
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

/* Loader Ends */


/* Sidebar Menu Starts */

#sidebarMenu
{
    height: 50px;
    width: 45px;
    padding: 10px 5px 5px 5px;
    display: inline-block;
    cursor: pointer;
}

#line1, #line2, #line3
{
    width: 30px;
    height: 5px;
    background-color: #007CFE;
    margin: 2px 0;
    transition: 0.9s;
    display: block;
}

/* Rotate first bar */
.change #line1
{
    transform: rotate(-45deg) translate(-5px, 5px);
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
}

/* Fade out the second bar */
.change #line2
{
    opacity: 0;
}

/* Rotate last bar */
.change #line3
{
    transform: rotate(45deg) translate(-8px, -8px);
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
}

/* Disable main content */
main .disabled
{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 1s;
    z-index: 7;
}

main.blured
{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

/* Header Ends */


/* Sidebar Starts */

.sidebar
{
    height: 100%;
    width: 350px;
    overflow-y: auto;
    top: 0;
    bottom: 0;
    margin: 0 0 0 -350px;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.2), 0 10px 3px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    transition: margin 1s;
    z-index: 10;
}

@media only screen and (max-width: 30px)
{
    .sidebar
    {
        width: 90%;
        margin: 0 0 0 -90%;
    }
}

.sidebar .gap
{
    margin-top: 60px;
}

.sidebar .user .pp img
{
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.sidebar .user .name
{
    text-align: center;
}

.sidebar .title
{
    font-size: x-large;
    font-weight: bold;
    width: auto;
    margin-top: 50px;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.sidebar.opened
{
    margin: 0;
}

.sidebar a
{
    color: #000000;
    font-weight: bold;
    margin: 3px 0;
    padding: 10px;
    padding-left: 12px;
    border-radius: 5px;
    display: block;
}

.sidebar a:hover
{
    background-color: #DDDDDD;
}

.sidebar a.active
{
    color: #007CFE;
    background-color: #E0ECFD;
    border-left: 2px solid #007CFE;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.sidebar ul
{
    list-style-type: none;
    display: none;
}

.sidebar li
{
    border-radius: 5px;
}

.sidebar li.active
{
    color: #007CFE;
    background-color: #DDDDDD;
}

.sidebar li.active a
{
    color: #007CFE;
}

.sidebar .hr
{
    border-top: 2px solid #eaeaea;
    margin: 5px -15px;
}

/* Sidebar Ends */


/* FCP Starts */

.fcp
{
    margin-top: -20px;
    margin-left: -5px;
    margin-right: -5px;
}

/* FCP Ends */


/* Card Starts */

.card
{
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

.card:last-child
{
    margin-bottom: 0;
}

@media only screen and (min-width: 768px)
{
    /* For desktop: */
    .card
    {
        background: #ffffff;
        border: 1px solid #ffffff;
        padding: 30px;
    }
}

.card .title
{
    color: #ffffff;
    background-color: #007CFE;
    width: auto;
    padding: 5px;
    margin: -30px -30px 30px -30px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.card .small-title
{
    font-weight: bold;
    color: #6A717A;
    width: auto;
    padding: 10px 20px 0 20px;
    margin: -40px -30px 20px -30px;
    border-bottom: 2px solid #eaeaea;
    border-radius: 5px 5px 0 0;
}

/* Card Ends */


/* Chip Starts */

.chip
{
    min-height: 200px;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
    margin-bottom: 10px;
    display: inline-block;
    background: #ffffff;
}

.chip:last-child
{
    margin-bottom: 0;
}

@media only screen and (min-width: 768px)
{
    /* For desktop: */
    .chip
    {
        border: 1px solid #ffffff;
        padding: 30px;
    }
}

.chip:hover
{
    transform: scale(1.05);
}

.chip .title
{
    color: #1e8c72;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    width: auto;
    padding: 20px;
    margin: -30px -30px 0 -30px;
}

.chip .subtitle
{
    color: #6A717A;
    font-weight: bold;
    text-align: center;
    width: auto;
    padding: 20px;
}

.chip .button
{
    font-size: 1.2em;
    font-weight: bold;
    background: #00957a;
    color: #FFFFFF;
    padding: 5px 40px;
    border: 1px solid #00957a;
    border-radius: 15px;
    margin-top: 5px;
    display: inline-block;
}

.chip .button:hover
{
    font-size: 1.2em;
    font-weight: bold;
    background: #FFFFFF;
    color: #00957a;
    padding: 5px 40px;
    border: 1px solid #00957a;
    border-radius: 15px;
    margin-top: 5px;
    display: inline-block;
}

.chip a:visited
{
    color: #ffffff;
    text-decoration: none;
}

/* Chip Ends */


/* Modal Box Starts */

.modalBox
{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: auto;
    transition: all 1s;
    z-index: 8;
}

.modal
{
    max-width: 90%;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    padding: 30px;
    margin: auto;
    top: 150px;
    display: none;
    position: relative;
    cursor: auto;
    z-index: 9;
}

@media only screen and (min-width: 768px)
{
    /* For desktop: */
    .modal
    {
        max-width: 70%;
        background: #ffffff;
        border: 1px solid #ffffff;
        padding: 30px;
    }
}

.modal .title
{
    font-weight: bold;
    color: #6A717A;
    width: auto;
    padding: 20px;
    margin: -30px -30px 30px -30px;
    border-bottom: 2px solid #eaeaea;
    border-radius: 5px 5px 0 0;
}

.modal .close
{
    font-size: 25px;
    font-weight: bold;
    color: #6A717A;
    background-color: #E4E6EB;
    text-align: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    float: right;
    margin: 0;
    border-radius: 50%;
    position: relative;
    display: flex;
    cursor: pointer;
}

.modal .close:hover, .modal .close:focus
{
    color: #6A717A;
    text-decoration: none;
}

/* Modal Ends */


/* Pagination Starts */

.pagination
{
    text-align: center;
    display: block;
    padding: 10px;
    margin: 10px 0;
}

.pagination div
{
    display: inline-block;
    margin: 0 0 5px 0;
}

.pagination a
{
    color: #007CFE;
    background-color: #ffffff;
    margin: 0 2px;
    border: 1px solid #ffffff;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.pagination a.active
{
    color: #ffffff;
    background: #007CFE;
    border: 1px solid #007CFE;
}

.pagination a:hover:not(.active)
{
    background-color: #DDDDDD;
}

/* Pagination Ends */


/* Arrow Start */

div.right
{
    position: absolute;
    right: 0;
    display: inline-block;
}

/* Arrow Ends */


/* Icon Starts */

.circular
{
    border-radius: 50%;
}

.circular:hover
{
    background-color: #E0ECFD;
    color: #007CFE;
    border-bottom: 2px solid #007CFE;
}

/* Icon Ends */


/* Footer Starts */

.footer-top
{
    color: #FFFFFF;
    background: #28363F;
    padding: 20px 0;
    margin-bottom: 0;
}

.footer-bottom
{
    text-align: center;
    align-content: center;
    color: #FFFFFF;
    background: #1B2329;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0;
}

footer a:link, footer a:visited, footer a:active
{
    color: #ABB8C3;
}

footer .hr
{
    border-top: 2px solid #eaeaea;
    margin: 5px -15px;
}

/* FCP Background Starts */

.title-bar
{
    min-height: 250px;
    width: 100vw;
    background-attachment: fixed;
    margin-top: -10px;
    position: relative;
}

.content-bg
{
    min-height: 150px;
    width: 100vw;
    background-attachment: fixed;
    position: relative;
}

.design-1
{
    background: linear-gradient(to right, #0079e1, #9b85f1);
    background: -webkit-linear-gradient(to right, #0079e1, #9b85f1);
    background: -moz-linear-gradient(to right, #0079e1, #9b85f1);
    background: -o-linear-gradient(to right, #0079e1, #9b85f1);
}

.design-2
{
    background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
    background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
}

.design-3
{
    background: #282935;
}

.design-4
{
    background: #19121d;
}

.full-bg
{
    min-height: calc(100vh - 45px) !important;
}

.full-bg-wavy
{
    min-height: calc(100vh - 155px) !important;
}

.title-bar row
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.title-bar button
{
    color: #007CFE;
}

.title-bar button:hover
{
    color: #FFFFFF;
}

/* FCP Background Ends */