﻿/**********************************************************************
******************************CREATRIXIDEAS****************************
*************************www.creatrixideas.com*************************
********************************2023***********************************
***********************************************************************/

body {
    font-family: 'Onest', sans-serif;
    font-size: 13px;
    font-weight: 500;
    background-color: #f9fafc;
    letter-spacing: 1px;
    color: #000;
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}


a {
    color: #767676;
    text-decoration: none;
}

    a:hover {
        color: #C14500;
    }


    a.alinkReverse, a.alinkReverse:link, a.alinkReverse:active, a.alinkReverse:visited {
        color: #eb5b1e;
        text-decoration: none;
    }

        a.alinkReverse:hover {
            color: #2e2e2e;
        }

:hover {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

::selection, ::-moz-selection {
    background: #C14500;
    color: #FFF;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #767676;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #767676;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #767676;
}

.validation-summary-errors {
    font-size: 12px;
    padding: 10px;
    color: #eb5b1e;
}

.divide {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 1px;
    clear: both;
}



.clearfix {
    width: 100%;
    clear: both;
    display: inline-block;
    height: 1px;
}

.swal-modal {
    width: 325px !important;
    font-size: 14px !important;
}

.no-wap{
    white-space:nowrap !important;
}

@media screen and (max-width:480px) {
    .hide-mobile {
        display: none !important;
    }
}

@media screen and (max-width:768px) {
    .hide-tablet {
        display: none !important;
    }
}

.alink:link,
.alink:visited,
.alink:active {
    text-decoration: none;
    color: #C14500;
}

.alink:hover {
    color: rgba(0,0,0,0.75);
}

/*-----------------------------------------------------------------
    ------------------- BEGIN: LOADING -----------------------------*/
body.ci-loading {
    /*overflow: hidden;*/
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.ci-loading .ci-main-loading {
        display: inline-block;
    }

.ci-main-loading {
    background-color: rgba(0, 0, 0, 0.82);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1908;
    color: #FFF;
    /* display: inline-block !important; */
    display: none;
    top: 0;
    left: 0;
    padding: 15px 0;
    -webkit-box-shadow: 0px 0px 43px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 43px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 43px -7px rgba(0,0,0,0.75);
}

    .ci-main-loading div {
        width: 100px;
        margin: 20% auto 10px;
        font-size: 20px;
        text-align: center;
    }

        .ci-main-loading div span {
            margin-top: 20px;
            font-size: 12px;
            font-weight: 700;
            text-shadow: 1px 1px 5px rgba(26, 35, 56, 0.87);
            margin-left: 15px;
        }

        .ci-main-loading div i {
            display: block;
            text-align: center;
            width: 100px;
            height: 100px;
            /* border-radius: 40px; */
            /* background-color: #FFF; */
            overflow: hidden;
            /* padding: 3px; */
            /* -webkit-box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75); */
            -moz-box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75);
            /* box-shadow: 0px 10px 28px -6px rgba(0,0,0,0.75); */
        }


/*-----------------------------^end^--------------------------------*/
.divide {
    width: 100%;
    display: inline-block;
    height: 1px;
}
