/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Mochiy+Pop+P+One&family=Open+Sans:wght@600;700&family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@300;400&display=swap');




#ps-list-content .ps-profile-header{
			display: flex;
			justify-content: space-between;
			align-items: center;
			margin:15px 4px;
		}

#ps-list-content .ps-profile-header .btn{
			outline: none;
		box-shadow: none;
		}

		#ps-list-content .ps-profile-header h1{
			font-family: 'Merriweather', serif;
		font-weight: bold;
		font-style: normal;
			font-size: 16px;
			text-transform: capitalize;
			padding: 8px;
		}

#ps-list-content .ps-profile-header .ps-header-btn-menu{
    list-style: none;
    padding : 0px;
    margin: 0px;
}

#ps-list-content .ps-profile-header .ps-header-btn-menu .item{
    display: inline;
}

#ps-list-content .ps-profile-header .ps-header-btn-menu .custom-header-btn{
			outline: none;
			box-shadow: none;
			border-radius: 3px;
			background-color: #0d3b53;
			color:#fff;
			font-size: 14px;
			text-transform: capitalize;
			padding: 6px 8px;
		}

#ps-list-content .company-modal-wrapper .modal .custom-tooltip{
    position: relative;
    color: #2c3853;
    font-size: var(--normal-font);
    font-weight: bold;
    font-family: 'Merriweather', serif;
}
#ps-list-content .company-modal-wrapper .modal .custom-tooltip .custom-tool-tip-text{
    font-size: var(--small-font);
    font-weight: normal;
    font-family: "Open Sans";
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

#ps-list-content .company-modal-wrapper .modal .custom-tooltip .custom-tool-tip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


#ps-list-content .company-modal-wrapper .modal .custom-tooltip:hover .custom-tool-tip-text{
    visibility: visible;
    opacity: 6;
}

#ps-form-page .invoice-setting-header .title{
			font-family: 'Roboto', sans-serif;
			font-weight: 400;
			text-transform: capitalize;
			font-size: 14px;
			letter-spacing: 1px;
		}

		#ps-form-page .invoice-setting-header .note{
			font-family: 'Baskerville', sans-serif;
			font-weight: 300;
			font-size: 14px;
		}


		#ps-form-page .main-form-wrapper .card .card-header .inv-form-title{
			font-family: 'Rubik', sans-serif;
			font-weight: 400;
			font-size: 14px;
		}

		#ps-form-page .main-form-wrapper .card .card-body .inv-form-note{
			font-family: 'Rubik', sans-serif;
			font-weight: 300;
			font-size: 14px;
		}
		#ps-form-page .main-form-wrapper .card .card-body .myform .template-btn .btn{
			display: block;
			width: 100%;
			text-transform: capitalize;
			font-weight: 300;
			font-size: 14px;
			padding: 12px;
			cursor: pointer;
			outline: none;
			box-shadow: none;
			color: white;
		}


		#ps-form-page .main-form-wrapper .template-wrapper{
						display: flex;
						flex-wrap: wrap;
						margin: auto;
						align-items: center;
					}

					#ps-form-page .main-form-wrapper .template-wrapper .img-fluid{
						width: 250px;
						height: auto;
						object-fit: contain;
					}

					#ps-form-page .main-form-wrapper .template-wrapper .form-check{
						position: relative;
						width: 250px;
						padding: 2px;
						margin: 8px;
					}

					#ps-form-page .main-form-wrapper .template-wrapper .form-check-input{
						width: 250px;
						height: 100%;
						border-radius: 0;
						position: absolute;
						right : 0;
						top: 0;
						opacity: 0;
					}

					#ps-form-page .main-form-wrapper .template-wrapper .form-check .title{
						font-size: 14px;
						font-weight: bold;
						text-transform: capitalize;
						text-align: center;
					}

					#ps-form-page .main-form-wrapper .template-wrapper .form-check .btn{
						text-transform: capitalize;
						border-radius: 0px;
						font-size: 14px;
					}

					#ps-form-page .main-form-wrapper .template-wrapper .form-check .choosen{
						text-transform: capitalize;
						font-weight: bold;
						letter-spacing: 1px;
						background-color: cadetblue;
						width: 100px;
						line-height: 35px;
						color: white;
						text-align: center;
						display: block;
						margin: auto;
						font-size: 14px;
					}
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-header .tab-button-menu{
    list-style-type: none;
    margin: 0px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-header .tab-button-menu .item{
    display: inline;
    padding: 0px;
    margin: 0;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-header .tab-button-menu .item .item-link{
    font-family: 'Open Sans', sans-serif;
    font-size: var(--normal-font);
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    color: var(--sidebar-bg-color);
    letter-spacing: 0.6px;
    padding: 12px 18px;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-header .tab-button-menu .active-item .item-link{
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: none;
    border-top: 3px solid var(--sidebar-bg-color);
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper{
    padding: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: var(--normal-font);
}
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form{
    background-color: white;
    padding: 10px;
    border-radius: 10px;
}
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .row{
    align-items: center;
}


#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .col-form-label,
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .form-label,
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .appearance-form .form-label{
    text-transform: capitalize;
    text-align: right;
    color: #3a4985;
    font-family: Roboto;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .form-check-label{
    text-transform: capitalize;
    font-family: Roboto;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .form-check-input[type=radio]{
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 10px;
}
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .form-check-input[type=checkbox]{
    width: 15px;
    height: 15px;
    border-radius: 0px;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .form-check-input:checked {
    background-color: #007c85;
    border-color: #ffffff;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .custom-tool-tip {
    position: relative;
}


#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .custom-tool-tip .custom-tool-tip-text {
    visibility: hidden;
    width: 300px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}


#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .custom-tool-tip .custom-tool-tip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .custom-tool-tip:hover .custom-tool-tip-text{
    visibility: visible;
    opacity: 1;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .appearance-form .save-button,
#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .save-button{
    background-color: #007c85;
    color: #ffffff;
    text-transform: capitalize;
    font-size: var(--medium-font);
    border-radius: 3px;
    padding: 7px 25px;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .email-notification-field{
    display: none;
    transition: 0.16s ease-in-out;
}

#advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .email-notification-field-show{
    display: block;
}

#advance-configuration .configuration-container-wrapper .image-upload-preview{
    position: relative;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    width: 250px;
    height: 280px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin: 5px 0px 10px 0px;
}

#advance-configuration .configuration-container-wrapper .image-upload-preview .img-fluid{
    display: block;
    margin: auto;
    height: 100%;
    background-size: cover;
    border-radius: 15px;
}

#advance-configuration .configuration-container-wrapper .image-upload-preview input{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    opacity: 0;
    z-index: 11;
}

#advance-configuration .configuration-container-wrapper .image-upload-preview .upload-button-wrapper .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0,0.45);
    color: #ffffff;
    width: 100%;
    height: 45px;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Merriweather', serif;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    z-index: 1;
}

#advance-configuration .configuration-container-wrapper .image-upload-preview .del-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    padding: 10px;
    height: 30px;
    width: 30px;
    color: #000000;
    z-index: 999;
    font-size: var(--medium-font);
    line-height: 0px;
    text-align: center;
    text-decoration: none;
}


#advance-configuration .configuration-container-wrapper .appearance-form .card .card-header{
    background-color: #ffffff;
}

#advance-configuration .configuration-container-wrapper .appearance-form .card .card-header .form-label{
    text-transform: capitalize;
    font-size: var(--normal-font);
    color: rgba(1,14,157,0.85);
    font-weight: bold;
}

@media screen and (max-width: 790px) {
    #advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper{
        padding:10px 5px;
    }

    #advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .form-label,
    #advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .col-form-label{
        text-align: left;
    }

}

@media screen and (max-width: 790px) {
    #advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .custom-tool-tip .custom-tool-tip-text {
        width: 150px;
    }


    #advance-configuration .configuration-container-wrapper .wrapper-tab-container .tab-content-wrapper .general-settings-form .custom-tool-tip .custom-tool-tip-text::after {
        left: 40%;
    }
}



	@media only screen and (max-width: 300px) {
        #ps-list-content .company-modal-wrapper .modal .custom-tooltip .custom-tool-tip-text{
            margin-left: -6px;
        }

}




